How to left align the cases in Latex? The Next CEO of Stack Overflowaligning 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

RigExpert AA-35 - Interpreting The Information

Rotate a column

How many extra stops do monopods offer for tele photographs?

Math-accent symbol over parentheses enclosing accented symbol (amsmath)

The exact meaning of 'Mom made me a sandwich'

Make solar eclipses exceedingly rare, but still have new moons

Can you be charged for obstruction for refusing to answer questions?

Legal workarounds for testamentary trust perceived as unfair

Is it okay to majorly distort historical facts while writing a fiction story?

How to check if all elements of 1 list are in the *same quantity* and in any order, in the list2?

Why isn't the Mueller report being released completely and unredacted?

Flying from Cape Town to England and return to another province

A Man With a Stainless Steel Endoskeleton (like The Terminator) Fighting Cloaked Aliens Only He Can See

Chain wire methods together in Lightning Web Components

How did people program for Consoles with multiple CPUs?

"misplaced omit" error when >centering columns

Running a General Election and the European Elections together

Should I tutor a student who I know has cheated on their homework?

How to prove a simple equation?

How to get from Geneva Airport to Metabief, Doubs, France by public transport?

Do I need to write [sic] when a number is less than 10 but isn't written out?

Why does standard notation not preserve intervals (visually)

Where do students learn to solve polynomial equations these days?

Can MTA send mail via a relay without being told so?



How to left align the cases in Latex?



The Next CEO of Stack Overflowaligning 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























      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

          9,16322256




          9,16322256





















              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,19721642




              5,19721642







              • 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



























                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

























                  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













                  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












                  share|improve this answer



                  share|improve this answer










                  answered Mar 19 at 11:53









                  Aris Martin AccolaAris Martin Accola

                  363




                  363



























                      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

                      Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

                      random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

                      How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer