How to left align the cases in Latex?aligning a multiline formula with the bullet of itemizePhantom and Align Environmenthow to align texts in equation casesDecrease the space between formula and text, and the formula position of align environmentWhy align environement does not work with “extract ”package?Can't generate png with Error: Erroneous nesting of equation structuresAligning labels inside cases environmentNumbering of each equation within cases with left alignment (both on the page and within the equations)Align a running list of expressions to the leftAlign the number of an enumerated list with an equation with cases

Two-sided logarithm inequality

Is it possible to use .desktop files to open local pdf files on specific pages with a browser?

How do I repair my stair bannister?

When quoting, must I also copy hyphens used to divide words that continue on the next line?

What is this type of notehead called?

Divine apple island

Difference between -| and |- in TikZ

How much character growth crosses the line into breaking the character

Freedom of speech and where it applies

List of people who lose a child in תנ"ך

How can Trident be so inexpensive? Will it orbit Triton or just do a (slow) flyby?

Can I use my Chinese passport to enter China after I acquired another citizenship?

Visiting the UK as unmarried couple

Why did the EU agree to delay the Brexit deadline?

Does having a TSA Pre-Check member in your flight reservation increase the chances that everyone gets Pre-Check?

How will losing mobility of one hand affect my career as a programmer?

Why do IPv6 unique local addresses have to have a /48 prefix?

Is a model fitted to data or is data fitted to a model?

Is it possible to have a strip of cold climate in the middle of a planet?

What (else) happened July 1st 1858 in London?

How can "mimic phobia" be cured or prevented?

Could the E-bike drivetrain wear down till needing replacement after 400 km?

Greatest common substring

Folder comparison



How to left align the cases in Latex?


aligning a multiline formula with the bullet of itemizePhantom and Align Environmenthow to align texts in equation casesDecrease the space between formula and text, and the formula position of align environmentWhy align environement does not work with “extract ”package?Can't generate png with Error: Erroneous nesting of equation structuresAligning labels inside cases environmentNumbering of each equation within cases with left alignment (both on the page and within the equations)Align a running list of expressions to the leftAlign the number of an enumerated list with an equation with cases













3















I am using WinEdt. And trying to run the following code. However, the second item is coming in the middle. Can we align it to appear on the extreme left like the point (i)? Kindly help. Thanks a lot for the help.



beginenumerate[(i)]
item Statement 1.
item beginequation
X_r = begincases
2r-2, & textfor $k = 1$,\
2r-3, & textotherwise.
endcases
endequation
endenumerate


I got the following ouptut after running the above tex code.



enter image description here










share|improve this question
























  • Does this equation have to be numbered?

    – Bernard
    Mar 19 at 10:35











  • @Bernard My code gave numbered equation of which I could not screenshot properly. No, it is not necessary to be a numbered equation.

    – monalisa
    Mar 19 at 10:36






  • 2





    In this case, just do as advised by @JouleV.

    – Bernard
    Mar 19 at 10:38











  • @Bernard Thank you. Yeah it is working.

    – monalisa
    Mar 19 at 10:40






  • 2





    BTW, it's not cases causing the centering. It's the fact that you're in the equation environment.

    – Teepeemm
    Mar 19 at 16:41















3















I am using WinEdt. And trying to run the following code. However, the second item is coming in the middle. Can we align it to appear on the extreme left like the point (i)? Kindly help. Thanks a lot for the help.



beginenumerate[(i)]
item Statement 1.
item beginequation
X_r = begincases
2r-2, & textfor $k = 1$,\
2r-3, & textotherwise.
endcases
endequation
endenumerate


I got the following ouptut after running the above tex code.



enter image description here










share|improve this question
























  • Does this equation have to be numbered?

    – Bernard
    Mar 19 at 10:35











  • @Bernard My code gave numbered equation of which I could not screenshot properly. No, it is not necessary to be a numbered equation.

    – monalisa
    Mar 19 at 10:36






  • 2





    In this case, just do as advised by @JouleV.

    – Bernard
    Mar 19 at 10:38











  • @Bernard Thank you. Yeah it is working.

    – monalisa
    Mar 19 at 10:40






  • 2





    BTW, it's not cases causing the centering. It's the fact that you're in the equation environment.

    – Teepeemm
    Mar 19 at 16:41













3












3








3








I am using WinEdt. And trying to run the following code. However, the second item is coming in the middle. Can we align it to appear on the extreme left like the point (i)? Kindly help. Thanks a lot for the help.



beginenumerate[(i)]
item Statement 1.
item beginequation
X_r = begincases
2r-2, & textfor $k = 1$,\
2r-3, & textotherwise.
endcases
endequation
endenumerate


I got the following ouptut after running the above tex code.



enter image description here










share|improve this question
















I am using WinEdt. And trying to run the following code. However, the second item is coming in the middle. Can we align it to appear on the extreme left like the point (i)? Kindly help. Thanks a lot for the help.



beginenumerate[(i)]
item Statement 1.
item beginequation
X_r = begincases
2r-2, & textfor $k = 1$,\
2r-3, & textotherwise.
endcases
endequation
endenumerate


I got the following ouptut after running the above tex code.



enter image description here







equations align cases






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 19 at 10:30









Phelype Oleinik

24.6k54688




24.6k54688










asked Mar 19 at 10:29









monalisamonalisa

315314




315314












  • Does this equation have to be numbered?

    – Bernard
    Mar 19 at 10:35











  • @Bernard My code gave numbered equation of which I could not screenshot properly. No, it is not necessary to be a numbered equation.

    – monalisa
    Mar 19 at 10:36






  • 2





    In this case, just do as advised by @JouleV.

    – Bernard
    Mar 19 at 10:38











  • @Bernard Thank you. Yeah it is working.

    – monalisa
    Mar 19 at 10:40






  • 2





    BTW, it's not cases causing the centering. It's the fact that you're in the equation environment.

    – Teepeemm
    Mar 19 at 16:41

















  • Does this equation have to be numbered?

    – Bernard
    Mar 19 at 10:35











  • @Bernard My code gave numbered equation of which I could not screenshot properly. No, it is not necessary to be a numbered equation.

    – monalisa
    Mar 19 at 10:36






  • 2





    In this case, just do as advised by @JouleV.

    – Bernard
    Mar 19 at 10:38











  • @Bernard Thank you. Yeah it is working.

    – monalisa
    Mar 19 at 10:40






  • 2





    BTW, it's not cases causing the centering. It's the fact that you're in the equation environment.

    – Teepeemm
    Mar 19 at 16:41
















Does this equation have to be numbered?

– Bernard
Mar 19 at 10:35





Does this equation have to be numbered?

– Bernard
Mar 19 at 10:35













@Bernard My code gave numbered equation of which I could not screenshot properly. No, it is not necessary to be a numbered equation.

– monalisa
Mar 19 at 10:36





@Bernard My code gave numbered equation of which I could not screenshot properly. No, it is not necessary to be a numbered equation.

– monalisa
Mar 19 at 10:36




2




2





In this case, just do as advised by @JouleV.

– Bernard
Mar 19 at 10:38





In this case, just do as advised by @JouleV.

– Bernard
Mar 19 at 10:38













@Bernard Thank you. Yeah it is working.

– monalisa
Mar 19 at 10:40





@Bernard Thank you. Yeah it is working.

– monalisa
Mar 19 at 10:40




2




2





BTW, it's not cases causing the centering. It's the fact that you're in the equation environment.

– Teepeemm
Mar 19 at 16:41





BTW, it's not cases causing the centering. It's the fact that you're in the equation environment.

– Teepeemm
Mar 19 at 16:41










3 Answers
3






active

oldest

votes


















8














Try in-line math instead. Note: this will not number your cases.



documentclassarticle
usepackageenumerate
usepackageamsmath
begindocument
beginenumerate[(i)]
item Statement 1.
item $X_r = begincases
2r-2, & textfor $k = 1$,\
2r-3, & textotherwise.
endcases$
endenumerate
enddocument


enter image description here






share|improve this answer






























    3














    Another alternative for JouleV solution would be to use flalign from amsmath as in



    documentclassarticle
    usepackageenumerate
    usepackageamsmath
    begindocument
    beginenumerate[(i)]
    item Statement 1.
    item beginflalignX_r& = begincases
    2r-2, & textfor $k = 1$,\
    2r-3, & textotherwise.
    endcases&endflalign
    endenumerate
    enddocument


    to get:



    enter image description here






    share|improve this answer


















    • 2





      This leaves some very ugly vertical spacing, though.

      – Peiffap
      Mar 19 at 11:23











    • @Peiffap Because this new environment will introduce vertical spacing for the sake of alignment itself.

      – Raaja
      Mar 19 at 13:24






    • 2





      I never said it was a problem with your code, I'm just pointing out that visually this answer is not the most pleasing, to me at least.

      – Peiffap
      Mar 19 at 13:56






    • 2





      @Peiffap I understood that you did not tell that you had a problem with my code. However, I just wanted to give you an explanation for this occurence :)

      – Raaja
      Mar 19 at 13:57


















    0














    You can define generally a left align of the math mode using fleqn in your documentclass as a option.



    Afterwards you need to setlengthmathindent0pt






    share|improve this answer








    New contributor




    Aris Martin Accola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.



















      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/3.0/"u003ecc by-sa 3.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%2f480243%2fhow-to-left-align-the-cases-in-latex%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      8














      Try in-line math instead. Note: this will not number your cases.



      documentclassarticle
      usepackageenumerate
      usepackageamsmath
      begindocument
      beginenumerate[(i)]
      item Statement 1.
      item $X_r = begincases
      2r-2, & textfor $k = 1$,\
      2r-3, & textotherwise.
      endcases$
      endenumerate
      enddocument


      enter image description here






      share|improve this answer



























        8














        Try in-line math instead. Note: this will not number your cases.



        documentclassarticle
        usepackageenumerate
        usepackageamsmath
        begindocument
        beginenumerate[(i)]
        item Statement 1.
        item $X_r = begincases
        2r-2, & textfor $k = 1$,\
        2r-3, & textotherwise.
        endcases$
        endenumerate
        enddocument


        enter image description here






        share|improve this answer

























          8












          8








          8







          Try in-line math instead. Note: this will not number your cases.



          documentclassarticle
          usepackageenumerate
          usepackageamsmath
          begindocument
          beginenumerate[(i)]
          item Statement 1.
          item $X_r = begincases
          2r-2, & textfor $k = 1$,\
          2r-3, & textotherwise.
          endcases$
          endenumerate
          enddocument


          enter image description here






          share|improve this answer













          Try in-line math instead. Note: this will not number your cases.



          documentclassarticle
          usepackageenumerate
          usepackageamsmath
          begindocument
          beginenumerate[(i)]
          item Statement 1.
          item $X_r = begincases
          2r-2, & textfor $k = 1$,\
          2r-3, & textotherwise.
          endcases$
          endenumerate
          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 19 at 10:45









          JouleVJouleV

          7,64222053




          7,64222053





















              3














              Another alternative for JouleV solution would be to use flalign from amsmath as in



              documentclassarticle
              usepackageenumerate
              usepackageamsmath
              begindocument
              beginenumerate[(i)]
              item Statement 1.
              item beginflalignX_r& = begincases
              2r-2, & textfor $k = 1$,\
              2r-3, & textotherwise.
              endcases&endflalign
              endenumerate
              enddocument


              to get:



              enter image description here






              share|improve this answer


















              • 2





                This leaves some very ugly vertical spacing, though.

                – Peiffap
                Mar 19 at 11:23











              • @Peiffap Because this new environment will introduce vertical spacing for the sake of alignment itself.

                – Raaja
                Mar 19 at 13:24






              • 2





                I never said it was a problem with your code, I'm just pointing out that visually this answer is not the most pleasing, to me at least.

                – Peiffap
                Mar 19 at 13:56






              • 2





                @Peiffap I understood that you did not tell that you had a problem with my code. However, I just wanted to give you an explanation for this occurence :)

                – Raaja
                Mar 19 at 13:57















              3














              Another alternative for JouleV solution would be to use flalign from amsmath as in



              documentclassarticle
              usepackageenumerate
              usepackageamsmath
              begindocument
              beginenumerate[(i)]
              item Statement 1.
              item beginflalignX_r& = begincases
              2r-2, & textfor $k = 1$,\
              2r-3, & textotherwise.
              endcases&endflalign
              endenumerate
              enddocument


              to get:



              enter image description here






              share|improve this answer


















              • 2





                This leaves some very ugly vertical spacing, though.

                – Peiffap
                Mar 19 at 11:23











              • @Peiffap Because this new environment will introduce vertical spacing for the sake of alignment itself.

                – Raaja
                Mar 19 at 13:24






              • 2





                I never said it was a problem with your code, I'm just pointing out that visually this answer is not the most pleasing, to me at least.

                – Peiffap
                Mar 19 at 13:56






              • 2





                @Peiffap I understood that you did not tell that you had a problem with my code. However, I just wanted to give you an explanation for this occurence :)

                – Raaja
                Mar 19 at 13:57













              3












              3








              3







              Another alternative for JouleV solution would be to use flalign from amsmath as in



              documentclassarticle
              usepackageenumerate
              usepackageamsmath
              begindocument
              beginenumerate[(i)]
              item Statement 1.
              item beginflalignX_r& = begincases
              2r-2, & textfor $k = 1$,\
              2r-3, & textotherwise.
              endcases&endflalign
              endenumerate
              enddocument


              to get:



              enter image description here






              share|improve this answer













              Another alternative for JouleV solution would be to use flalign from amsmath as in



              documentclassarticle
              usepackageenumerate
              usepackageamsmath
              begindocument
              beginenumerate[(i)]
              item Statement 1.
              item beginflalignX_r& = begincases
              2r-2, & textfor $k = 1$,\
              2r-3, & textotherwise.
              endcases&endflalign
              endenumerate
              enddocument


              to get:



              enter image description here







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Mar 19 at 11:19









              RaajaRaaja

              5,18421542




              5,18421542







              • 2





                This leaves some very ugly vertical spacing, though.

                – Peiffap
                Mar 19 at 11:23











              • @Peiffap Because this new environment will introduce vertical spacing for the sake of alignment itself.

                – Raaja
                Mar 19 at 13:24






              • 2





                I never said it was a problem with your code, I'm just pointing out that visually this answer is not the most pleasing, to me at least.

                – Peiffap
                Mar 19 at 13:56






              • 2





                @Peiffap I understood that you did not tell that you had a problem with my code. However, I just wanted to give you an explanation for this occurence :)

                – Raaja
                Mar 19 at 13:57












              • 2





                This leaves some very ugly vertical spacing, though.

                – Peiffap
                Mar 19 at 11:23











              • @Peiffap Because this new environment will introduce vertical spacing for the sake of alignment itself.

                – Raaja
                Mar 19 at 13:24






              • 2





                I never said it was a problem with your code, I'm just pointing out that visually this answer is not the most pleasing, to me at least.

                – Peiffap
                Mar 19 at 13:56






              • 2





                @Peiffap I understood that you did not tell that you had a problem with my code. However, I just wanted to give you an explanation for this occurence :)

                – Raaja
                Mar 19 at 13:57







              2




              2





              This leaves some very ugly vertical spacing, though.

              – Peiffap
              Mar 19 at 11:23





              This leaves some very ugly vertical spacing, though.

              – Peiffap
              Mar 19 at 11:23













              @Peiffap Because this new environment will introduce vertical spacing for the sake of alignment itself.

              – Raaja
              Mar 19 at 13:24





              @Peiffap Because this new environment will introduce vertical spacing for the sake of alignment itself.

              – Raaja
              Mar 19 at 13:24




              2




              2





              I never said it was a problem with your code, I'm just pointing out that visually this answer is not the most pleasing, to me at least.

              – Peiffap
              Mar 19 at 13:56





              I never said it was a problem with your code, I'm just pointing out that visually this answer is not the most pleasing, to me at least.

              – Peiffap
              Mar 19 at 13:56




              2




              2





              @Peiffap I understood that you did not tell that you had a problem with my code. However, I just wanted to give you an explanation for this occurence :)

              – Raaja
              Mar 19 at 13:57





              @Peiffap I understood that you did not tell that you had a problem with my code. However, I just wanted to give you an explanation for this occurence :)

              – Raaja
              Mar 19 at 13:57











              0














              You can define generally a left align of the math mode using fleqn in your documentclass as a option.



              Afterwards you need to setlengthmathindent0pt






              share|improve this answer








              New contributor




              Aris Martin Accola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.
























                0














                You can define generally a left align of the math mode using fleqn in your documentclass as a option.



                Afterwards you need to setlengthmathindent0pt






                share|improve this answer








                New contributor




                Aris Martin Accola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






















                  0












                  0








                  0







                  You can define generally a left align of the math mode using fleqn in your documentclass as a option.



                  Afterwards you need to setlengthmathindent0pt






                  share|improve this answer








                  New contributor




                  Aris Martin Accola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  You can define generally a left align of the math mode using fleqn in your documentclass as a option.



                  Afterwards you need to setlengthmathindent0pt







                  share|improve this answer








                  New contributor




                  Aris Martin Accola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer






                  New contributor




                  Aris Martin Accola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered Mar 19 at 11:53









                  Aris Martin AccolaAris Martin Accola

                  363




                  363




                  New contributor




                  Aris Martin Accola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  Aris Martin Accola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  Aris Martin Accola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.



























                      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%2f480243%2fhow-to-left-align-the-cases-in-latex%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

                      Identifying “long and narrow” polygons in with PostGISlength and width of polygonWhy postgis st_overlaps reports Qgis' “avoid intersections” generated polygon as overlapping with others?Adjusting polygons to boundary and filling holesDrawing polygons with fixed area?How to remove spikes in Polygons with PostGISDeleting sliver polygons after difference operation in QGIS?Snapping boundaries in PostGISSplit polygon into parts adding attributes based on underlying polygon in QGISSplitting overlap between polygons and assign to nearest polygon using PostGIS?Expanding polygons and clipping at midpoint?Removing Intersection of Buffers in Same Layers

                      Masuk log Menu navigasi

                      อาณาจักร (ชีววิทยา) ดูเพิ่ม อ้างอิง รายการเลือกการนำทาง10.1086/39456810.5962/bhl.title.447410.1126/science.163.3863.150576276010.1007/BF01796092408502"Phylogenetic structure of the prokaryotic domain: the primary kingdoms"10.1073/pnas.74.11.5088432104270744"Towards a natural system of organisms: proposal for the domains Archaea, Bacteria, and Eucarya"1990PNAS...87.4576W10.1073/pnas.87.12.4576541592112744PubMedJump the queueexpand by handPubMedJump the queueexpand by handPubMedJump the queueexpand by hand"A revised six-kingdom system of life"10.1111/j.1469-185X.1998.tb00030.x9809012"Only six kingdoms of life"10.1098/rspb.2004.2705169172415306349"Kingdoms Protozoa and Chromista and the eozoan root of the eukaryotic tree"10.1098/rsbl.2009.0948288006020031978เพิ่มข้อมูล