Most practical way to create numbered ladder drop layoutMultiline equation with LHS alone on first line?What’s the most straightforward way to typeset theorems etc. when the numbering is entirely manual?Most Efficient Way of Creating Left Aligned Item/Equation ListChange the way theorems are numbered within a documentHow to change the way theorems are numberedHow to create very customized “numbered” environmentsHow can I create numbered flashcards?Is there a way to have two or more equations on one line, each separately numbered and equal signs vertically aligned?Straight ladder layout without breqnHow to create a specific page layout template?

Converting selected polygons to lines in QGIS modeler

Why should interrupts be short in a well configured system?

What can I do at Hong Kong Airport for 13 hours?

A story in which God (the Christian god) is replaced

How much would we learn from observing an FTL starship fly by?

Clockwise matrix rotation

Is it normal to not be able to work 8 hours a day?

Where is the error in my LaTeX codes?

Why does General Grievous say “Ah yes, the negotiator?”

Possible way to counter or sidestep split-second spells (like Trickbind) in a particular situation

Search for arbitrary files but only list matches in results once

How to change usergroup?

Is Communism intrinsically Authoritarian?

Is there an appropriate response to "Jesus Loves You"?

File format/interface for home-brew engines (and implementation in lichess)

Binding variously sized pages into a book

Is there ever a Kunneth isomorphism just for powers?

Can I apply for a passport in the country I'm in so I can travel to my home country?

Why is Euler's Formula for Planar Graph Not Working Here?

How can I use Sitecore Rules in Scriban templates in SXA 9.3

Could a chess engine do retro analysis?

A fantasy novel that takes place on a ship. There is a spy on the ship and at some point amphibious monsters catch him

How do you say "to play Devil's advocate" in German?

why does monotone convergence theorem does not apply on riemann integrals?



Most practical way to create numbered ladder drop layout


Multiline equation with LHS alone on first line?What’s the most straightforward way to typeset theorems etc. when the numbering is entirely manual?Most Efficient Way of Creating Left Aligned Item/Equation ListChange the way theorems are numbered within a documentHow to change the way theorems are numberedHow to create very customized “numbered” environmentsHow can I create numbered flashcards?Is there a way to have two or more equations on one line, each separately numbered and equal signs vertically aligned?Straight ladder layout without breqnHow to create a specific page layout template?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









4


















I am searching for the most canonical way to create a skew or drop ladder equation chain layout (as described e.g. in sections 14.2.2 and 14.2.3 of the breqn package, except I don't want to use the breqn package because I like to keep control).

It seems to me this should be a no-brainer given the frequency of such layouts, yet I can't manage to find any resource about this.

My preferred solution is multline + aligned, but this does not work if one wants single line numbering:



beginmultline
a+b+c+d+e+f+g+h \
beginaligned
&= j + k + l + m +n\
&= j' + k' + l'+ m' +n'\
endaligned
endmultline


enter image description here










share|improve this question

























  • Similar: Multiline equation with LHS alone on first line? Not a duplicate because that question explicitly states that the equation numbers are not necessary. Some of the answers could however be adapted.

    – campa
    Sep 20 at 12:09


















4


















I am searching for the most canonical way to create a skew or drop ladder equation chain layout (as described e.g. in sections 14.2.2 and 14.2.3 of the breqn package, except I don't want to use the breqn package because I like to keep control).

It seems to me this should be a no-brainer given the frequency of such layouts, yet I can't manage to find any resource about this.

My preferred solution is multline + aligned, but this does not work if one wants single line numbering:



beginmultline
a+b+c+d+e+f+g+h \
beginaligned
&= j + k + l + m +n\
&= j' + k' + l'+ m' +n'\
endaligned
endmultline


enter image description here










share|improve this question

























  • Similar: Multiline equation with LHS alone on first line? Not a duplicate because that question explicitly states that the equation numbers are not necessary. Some of the answers could however be adapted.

    – campa
    Sep 20 at 12:09














4













4









4








I am searching for the most canonical way to create a skew or drop ladder equation chain layout (as described e.g. in sections 14.2.2 and 14.2.3 of the breqn package, except I don't want to use the breqn package because I like to keep control).

It seems to me this should be a no-brainer given the frequency of such layouts, yet I can't manage to find any resource about this.

My preferred solution is multline + aligned, but this does not work if one wants single line numbering:



beginmultline
a+b+c+d+e+f+g+h \
beginaligned
&= j + k + l + m +n\
&= j' + k' + l'+ m' +n'\
endaligned
endmultline


enter image description here










share|improve this question














I am searching for the most canonical way to create a skew or drop ladder equation chain layout (as described e.g. in sections 14.2.2 and 14.2.3 of the breqn package, except I don't want to use the breqn package because I like to keep control).

It seems to me this should be a no-brainer given the frequency of such layouts, yet I can't manage to find any resource about this.

My preferred solution is multline + aligned, but this does not work if one wants single line numbering:



beginmultline
a+b+c+d+e+f+g+h \
beginaligned
&= j + k + l + m +n\
&= j' + k' + l'+ m' +n'\
endaligned
endmultline


enter image description here







equations vertical-alignment numbering layout






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 20 at 7:57









G. B.G. B.

411 bronze badge




411 bronze badge















  • Similar: Multiline equation with LHS alone on first line? Not a duplicate because that question explicitly states that the equation numbers are not necessary. Some of the answers could however be adapted.

    – campa
    Sep 20 at 12:09


















  • Similar: Multiline equation with LHS alone on first line? Not a duplicate because that question explicitly states that the equation numbers are not necessary. Some of the answers could however be adapted.

    – campa
    Sep 20 at 12:09

















Similar: Multiline equation with LHS alone on first line? Not a duplicate because that question explicitly states that the equation numbers are not necessary. Some of the answers could however be adapted.

– campa
Sep 20 at 12:09






Similar: Multiline equation with LHS alone on first line? Not a duplicate because that question explicitly states that the equation numbers are not necessary. Some of the answers could however be adapted.

– campa
Sep 20 at 12:09











2 Answers
2






active

oldest

votes


















3



















Here are three possibilities. In the first, you alignthe = signs with another symbol of the first line, The second uses the optional argument of the MoveEqLeft command from mathtools, and the third nests the aligned environment in a gathered environment (to fine-tune the placement of w= w.r.t. the first line, you can add to the latter some hspace).



Unrelated: don't add a \ at the end of a multilined environment. It produces a spurious vertical spacing, and a new equation number for an emptyline if the environment is numbered.



documentclassarticle

usepackagemathtools

begindocument

beginequation
beginaligned
a+b+c+d+e & +f+g+h \
&= j + k + l + m +n\
&= j' + k' + l'+ m' +n'
endaligned
endequation
medskip

beginequation
beginaligned
MoveEqLeft[7.2] a+b+c+d+e +f+g+h \
&= j + k + l + m +n\
&= j' + k' + l'+ m' +n'
endaligned
endequation
medskip

beginequation
begingathered
a+b+c+d+e +f+g+h qquad\
beginaligned[t]
&= j + k + l + m +n\
&= j' + k' + l'+ m' +n'
endaligned
endgathered
endequation

enddocument


enter image description here






share|improve this answer
































    3



















    You can use TABstacks. Shown here in 3 ways, depending on the desired equation-number vertical alignment.



    documentclassarticle
    usepackagetabstackengine
    stackMath
    setstackgapL14pt
    begindocument
    beginequation
    alignCenterstack
    a+b+c+d+e+&f+g+h \
    =& j + k + l + m +n\
    =& j' + k' + l'+ m' +n'
    endequation
    beginequation
    alignLongstack
    a+b+c+d+e+&f+g+h \
    =& j + k + l + m +n\
    =& j' + k' + l'+ m' +n'
    endequation
    beginequation
    alignLongunderstack
    a+b+c+d+e+&f+g+h \
    =& j + k + l + m +n\
    =& j' + k' + l'+ m' +n'
    endequation
    enddocument


    enter image description here






    share|improve this answer


























      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "85"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );














      draft saved

      draft discarded
















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f509036%2fmost-practical-way-to-create-numbered-ladder-drop-layout%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown


























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      3



















      Here are three possibilities. In the first, you alignthe = signs with another symbol of the first line, The second uses the optional argument of the MoveEqLeft command from mathtools, and the third nests the aligned environment in a gathered environment (to fine-tune the placement of w= w.r.t. the first line, you can add to the latter some hspace).



      Unrelated: don't add a \ at the end of a multilined environment. It produces a spurious vertical spacing, and a new equation number for an emptyline if the environment is numbered.



      documentclassarticle

      usepackagemathtools

      begindocument

      beginequation
      beginaligned
      a+b+c+d+e & +f+g+h \
      &= j + k + l + m +n\
      &= j' + k' + l'+ m' +n'
      endaligned
      endequation
      medskip

      beginequation
      beginaligned
      MoveEqLeft[7.2] a+b+c+d+e +f+g+h \
      &= j + k + l + m +n\
      &= j' + k' + l'+ m' +n'
      endaligned
      endequation
      medskip

      beginequation
      begingathered
      a+b+c+d+e +f+g+h qquad\
      beginaligned[t]
      &= j + k + l + m +n\
      &= j' + k' + l'+ m' +n'
      endaligned
      endgathered
      endequation

      enddocument


      enter image description here






      share|improve this answer





























        3



















        Here are three possibilities. In the first, you alignthe = signs with another symbol of the first line, The second uses the optional argument of the MoveEqLeft command from mathtools, and the third nests the aligned environment in a gathered environment (to fine-tune the placement of w= w.r.t. the first line, you can add to the latter some hspace).



        Unrelated: don't add a \ at the end of a multilined environment. It produces a spurious vertical spacing, and a new equation number for an emptyline if the environment is numbered.



        documentclassarticle

        usepackagemathtools

        begindocument

        beginequation
        beginaligned
        a+b+c+d+e & +f+g+h \
        &= j + k + l + m +n\
        &= j' + k' + l'+ m' +n'
        endaligned
        endequation
        medskip

        beginequation
        beginaligned
        MoveEqLeft[7.2] a+b+c+d+e +f+g+h \
        &= j + k + l + m +n\
        &= j' + k' + l'+ m' +n'
        endaligned
        endequation
        medskip

        beginequation
        begingathered
        a+b+c+d+e +f+g+h qquad\
        beginaligned[t]
        &= j + k + l + m +n\
        &= j' + k' + l'+ m' +n'
        endaligned
        endgathered
        endequation

        enddocument


        enter image description here






        share|improve this answer



























          3















          3











          3









          Here are three possibilities. In the first, you alignthe = signs with another symbol of the first line, The second uses the optional argument of the MoveEqLeft command from mathtools, and the third nests the aligned environment in a gathered environment (to fine-tune the placement of w= w.r.t. the first line, you can add to the latter some hspace).



          Unrelated: don't add a \ at the end of a multilined environment. It produces a spurious vertical spacing, and a new equation number for an emptyline if the environment is numbered.



          documentclassarticle

          usepackagemathtools

          begindocument

          beginequation
          beginaligned
          a+b+c+d+e & +f+g+h \
          &= j + k + l + m +n\
          &= j' + k' + l'+ m' +n'
          endaligned
          endequation
          medskip

          beginequation
          beginaligned
          MoveEqLeft[7.2] a+b+c+d+e +f+g+h \
          &= j + k + l + m +n\
          &= j' + k' + l'+ m' +n'
          endaligned
          endequation
          medskip

          beginequation
          begingathered
          a+b+c+d+e +f+g+h qquad\
          beginaligned[t]
          &= j + k + l + m +n\
          &= j' + k' + l'+ m' +n'
          endaligned
          endgathered
          endequation

          enddocument


          enter image description here






          share|improve this answer














          Here are three possibilities. In the first, you alignthe = signs with another symbol of the first line, The second uses the optional argument of the MoveEqLeft command from mathtools, and the third nests the aligned environment in a gathered environment (to fine-tune the placement of w= w.r.t. the first line, you can add to the latter some hspace).



          Unrelated: don't add a \ at the end of a multilined environment. It produces a spurious vertical spacing, and a new equation number for an emptyline if the environment is numbered.



          documentclassarticle

          usepackagemathtools

          begindocument

          beginequation
          beginaligned
          a+b+c+d+e & +f+g+h \
          &= j + k + l + m +n\
          &= j' + k' + l'+ m' +n'
          endaligned
          endequation
          medskip

          beginequation
          beginaligned
          MoveEqLeft[7.2] a+b+c+d+e +f+g+h \
          &= j + k + l + m +n\
          &= j' + k' + l'+ m' +n'
          endaligned
          endequation
          medskip

          beginequation
          begingathered
          a+b+c+d+e +f+g+h qquad\
          beginaligned[t]
          &= j + k + l + m +n\
          &= j' + k' + l'+ m' +n'
          endaligned
          endgathered
          endequation

          enddocument


          enter image description here







          share|improve this answer













          share|improve this answer




          share|improve this answer










          answered Sep 20 at 9:56









          BernardBernard

          199k8 gold badges88 silver badges233 bronze badges




          199k8 gold badges88 silver badges233 bronze badges


























              3



















              You can use TABstacks. Shown here in 3 ways, depending on the desired equation-number vertical alignment.



              documentclassarticle
              usepackagetabstackengine
              stackMath
              setstackgapL14pt
              begindocument
              beginequation
              alignCenterstack
              a+b+c+d+e+&f+g+h \
              =& j + k + l + m +n\
              =& j' + k' + l'+ m' +n'
              endequation
              beginequation
              alignLongstack
              a+b+c+d+e+&f+g+h \
              =& j + k + l + m +n\
              =& j' + k' + l'+ m' +n'
              endequation
              beginequation
              alignLongunderstack
              a+b+c+d+e+&f+g+h \
              =& j + k + l + m +n\
              =& j' + k' + l'+ m' +n'
              endequation
              enddocument


              enter image description here






              share|improve this answer





























                3



















                You can use TABstacks. Shown here in 3 ways, depending on the desired equation-number vertical alignment.



                documentclassarticle
                usepackagetabstackengine
                stackMath
                setstackgapL14pt
                begindocument
                beginequation
                alignCenterstack
                a+b+c+d+e+&f+g+h \
                =& j + k + l + m +n\
                =& j' + k' + l'+ m' +n'
                endequation
                beginequation
                alignLongstack
                a+b+c+d+e+&f+g+h \
                =& j + k + l + m +n\
                =& j' + k' + l'+ m' +n'
                endequation
                beginequation
                alignLongunderstack
                a+b+c+d+e+&f+g+h \
                =& j + k + l + m +n\
                =& j' + k' + l'+ m' +n'
                endequation
                enddocument


                enter image description here






                share|improve this answer



























                  3















                  3











                  3









                  You can use TABstacks. Shown here in 3 ways, depending on the desired equation-number vertical alignment.



                  documentclassarticle
                  usepackagetabstackengine
                  stackMath
                  setstackgapL14pt
                  begindocument
                  beginequation
                  alignCenterstack
                  a+b+c+d+e+&f+g+h \
                  =& j + k + l + m +n\
                  =& j' + k' + l'+ m' +n'
                  endequation
                  beginequation
                  alignLongstack
                  a+b+c+d+e+&f+g+h \
                  =& j + k + l + m +n\
                  =& j' + k' + l'+ m' +n'
                  endequation
                  beginequation
                  alignLongunderstack
                  a+b+c+d+e+&f+g+h \
                  =& j + k + l + m +n\
                  =& j' + k' + l'+ m' +n'
                  endequation
                  enddocument


                  enter image description here






                  share|improve this answer














                  You can use TABstacks. Shown here in 3 ways, depending on the desired equation-number vertical alignment.



                  documentclassarticle
                  usepackagetabstackengine
                  stackMath
                  setstackgapL14pt
                  begindocument
                  beginequation
                  alignCenterstack
                  a+b+c+d+e+&f+g+h \
                  =& j + k + l + m +n\
                  =& j' + k' + l'+ m' +n'
                  endequation
                  beginequation
                  alignLongstack
                  a+b+c+d+e+&f+g+h \
                  =& j + k + l + m +n\
                  =& j' + k' + l'+ m' +n'
                  endequation
                  beginequation
                  alignLongunderstack
                  a+b+c+d+e+&f+g+h \
                  =& j + k + l + m +n\
                  =& j' + k' + l'+ m' +n'
                  endequation
                  enddocument


                  enter image description here







                  share|improve this answer













                  share|improve this answer




                  share|improve this answer










                  answered Sep 20 at 10:36









                  Steven B. SegletesSteven B. Segletes

                  175k9 gold badges224 silver badges456 bronze badges




                  175k9 gold badges224 silver badges456 bronze badges































                      draft saved

                      draft discarded















































                      Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f509036%2fmost-practical-way-to-create-numbered-ladder-drop-layout%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown









                      Popular posts from this blog

                      Tamil (spriik) Luke uk diar | Nawigatjuun

                      Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                      Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?