How can I align using tabs in enumerate?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite












enter image description here



How can I get the a's to align?



This is what my text:



beginenumerate[label=alph*.]
item $f(x)=x^2+6x+9$tab$a=1,quad b=6,quad c=9$
item $f(x)=2x^2+4x$tab$a=2,quad b=4,quad c=0$
item $f(x)=4x^2-12x+9$tab$a=4,quad b=-12,quad c=9$
item $f(x)=-6x^2-12x-1$tab$a=-6,quad b=-12,quad c=-1$
item $f(x)=-x^2+x-1$tab$a=-1,quad b=1,quad c=-1$
item $f(x)=-4x^2+3$tab$a=-4,quad b=0,quad c=3$
endenumerate









share|improve this question









New contributor




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























    up vote
    3
    down vote

    favorite












    enter image description here



    How can I get the a's to align?



    This is what my text:



    beginenumerate[label=alph*.]
    item $f(x)=x^2+6x+9$tab$a=1,quad b=6,quad c=9$
    item $f(x)=2x^2+4x$tab$a=2,quad b=4,quad c=0$
    item $f(x)=4x^2-12x+9$tab$a=4,quad b=-12,quad c=9$
    item $f(x)=-6x^2-12x-1$tab$a=-6,quad b=-12,quad c=-1$
    item $f(x)=-x^2+x-1$tab$a=-1,quad b=1,quad c=-1$
    item $f(x)=-4x^2+3$tab$a=-4,quad b=0,quad c=3$
    endenumerate









    share|improve this question









    New contributor




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





















      up vote
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite











      enter image description here



      How can I get the a's to align?



      This is what my text:



      beginenumerate[label=alph*.]
      item $f(x)=x^2+6x+9$tab$a=1,quad b=6,quad c=9$
      item $f(x)=2x^2+4x$tab$a=2,quad b=4,quad c=0$
      item $f(x)=4x^2-12x+9$tab$a=4,quad b=-12,quad c=9$
      item $f(x)=-6x^2-12x-1$tab$a=-6,quad b=-12,quad c=-1$
      item $f(x)=-x^2+x-1$tab$a=-1,quad b=1,quad c=-1$
      item $f(x)=-4x^2+3$tab$a=-4,quad b=0,quad c=3$
      endenumerate









      share|improve this question









      New contributor




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











      enter image description here



      How can I get the a's to align?



      This is what my text:



      beginenumerate[label=alph*.]
      item $f(x)=x^2+6x+9$tab$a=1,quad b=6,quad c=9$
      item $f(x)=2x^2+4x$tab$a=2,quad b=4,quad c=0$
      item $f(x)=4x^2-12x+9$tab$a=4,quad b=-12,quad c=9$
      item $f(x)=-6x^2-12x-1$tab$a=-6,quad b=-12,quad c=-1$
      item $f(x)=-x^2+x-1$tab$a=-1,quad b=1,quad c=-1$
      item $f(x)=-4x^2+3$tab$a=-4,quad b=0,quad c=3$
      endenumerate






      align






      share|improve this question









      New contributor




      Delaila 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 question









      New contributor




      Delaila 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 question




      share|improve this question








      edited 38 mins ago









      albert

      519314




      519314






      New contributor




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









      asked 1 hour ago









      Delaila

      161




      161




      New contributor




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





      New contributor





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






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




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          2
          down vote













          If you make take tex think that all your equations are of the same width, the a's will automatically line up:



          documentclassarticle

          usepackageenumitem

          begindocument

          beginenumerate[label=alph*.]
          item makebox[5cm][l]$f(x)=x^2+6x+9$ $a=1,quad b=6,quad c=9$
          item makebox[5cm][l]$f(x)=2x^2+4x$ $a=2,quad b=4,quad c=0$
          item makebox[5cm][l]$f(x)=4x^2-12x+9$ $a=4,quad b=-12,quad c=9$
          item makebox[5cm][l]$f(x)=-6x^2-12x-1$ $a=-6,quad b=-12,quad c=-1$
          item makebox[5cm][l]$f(x)=-x^2+x-1$ $a=-1,quad b=1,quad c=-1$
          item makebox[5cm][l]$f(x)=-4x^2+3$ $a=-4,quad b=0,quad c=3$
          endenumerate


          enddocument


          enter image description here






          share|improve this answer




















          • And how to align the b and c part?
            – albert
            15 mins ago










          • @albert You can use the same mechanism to make them the same width by wrapping them in a makebox
            – blub
            14 mins ago











          • Great! Thank you :)
            – Delaila
            14 mins ago










          • @Delaila My pleasure to help you!
            – blub
            13 mins ago

















          up vote
          0
          down vote













          I hope that this small and short solution can be good. I have aligned all the results on the right.



          enter image description here



          documentclassarticle
          usepackagemathtools
          begindocument

          beginenumerate
          item $f(x)=x^2+6x+9$hfill $a=1,quad b=6,quad c=9$
          item $f(x)=4x^2-12x+9$hfill $a=4,quad b=-12,quad c=9$
          item (same structure of previous equations).
          endenumerate

          enddocument





          share|improve this answer




















          • -1 There is no alignment in your answer, as explicitly stated in the answer, the a's should be aligned
            – blub
            28 mins ago











          • @blub The answerer wrote "I have aligned all the results on the right." so not the alignment OP wanted but still...
            – albert
            25 mins ago











          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Delaila is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f455239%2fhow-can-i-align-using-tabs-in-enumerate%23new-answer', 'question_page');

          );

          Post as a guest






























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          2
          down vote













          If you make take tex think that all your equations are of the same width, the a's will automatically line up:



          documentclassarticle

          usepackageenumitem

          begindocument

          beginenumerate[label=alph*.]
          item makebox[5cm][l]$f(x)=x^2+6x+9$ $a=1,quad b=6,quad c=9$
          item makebox[5cm][l]$f(x)=2x^2+4x$ $a=2,quad b=4,quad c=0$
          item makebox[5cm][l]$f(x)=4x^2-12x+9$ $a=4,quad b=-12,quad c=9$
          item makebox[5cm][l]$f(x)=-6x^2-12x-1$ $a=-6,quad b=-12,quad c=-1$
          item makebox[5cm][l]$f(x)=-x^2+x-1$ $a=-1,quad b=1,quad c=-1$
          item makebox[5cm][l]$f(x)=-4x^2+3$ $a=-4,quad b=0,quad c=3$
          endenumerate


          enddocument


          enter image description here






          share|improve this answer




















          • And how to align the b and c part?
            – albert
            15 mins ago










          • @albert You can use the same mechanism to make them the same width by wrapping them in a makebox
            – blub
            14 mins ago











          • Great! Thank you :)
            – Delaila
            14 mins ago










          • @Delaila My pleasure to help you!
            – blub
            13 mins ago














          up vote
          2
          down vote













          If you make take tex think that all your equations are of the same width, the a's will automatically line up:



          documentclassarticle

          usepackageenumitem

          begindocument

          beginenumerate[label=alph*.]
          item makebox[5cm][l]$f(x)=x^2+6x+9$ $a=1,quad b=6,quad c=9$
          item makebox[5cm][l]$f(x)=2x^2+4x$ $a=2,quad b=4,quad c=0$
          item makebox[5cm][l]$f(x)=4x^2-12x+9$ $a=4,quad b=-12,quad c=9$
          item makebox[5cm][l]$f(x)=-6x^2-12x-1$ $a=-6,quad b=-12,quad c=-1$
          item makebox[5cm][l]$f(x)=-x^2+x-1$ $a=-1,quad b=1,quad c=-1$
          item makebox[5cm][l]$f(x)=-4x^2+3$ $a=-4,quad b=0,quad c=3$
          endenumerate


          enddocument


          enter image description here






          share|improve this answer




















          • And how to align the b and c part?
            – albert
            15 mins ago










          • @albert You can use the same mechanism to make them the same width by wrapping them in a makebox
            – blub
            14 mins ago











          • Great! Thank you :)
            – Delaila
            14 mins ago










          • @Delaila My pleasure to help you!
            – blub
            13 mins ago












          up vote
          2
          down vote










          up vote
          2
          down vote









          If you make take tex think that all your equations are of the same width, the a's will automatically line up:



          documentclassarticle

          usepackageenumitem

          begindocument

          beginenumerate[label=alph*.]
          item makebox[5cm][l]$f(x)=x^2+6x+9$ $a=1,quad b=6,quad c=9$
          item makebox[5cm][l]$f(x)=2x^2+4x$ $a=2,quad b=4,quad c=0$
          item makebox[5cm][l]$f(x)=4x^2-12x+9$ $a=4,quad b=-12,quad c=9$
          item makebox[5cm][l]$f(x)=-6x^2-12x-1$ $a=-6,quad b=-12,quad c=-1$
          item makebox[5cm][l]$f(x)=-x^2+x-1$ $a=-1,quad b=1,quad c=-1$
          item makebox[5cm][l]$f(x)=-4x^2+3$ $a=-4,quad b=0,quad c=3$
          endenumerate


          enddocument


          enter image description here






          share|improve this answer












          If you make take tex think that all your equations are of the same width, the a's will automatically line up:



          documentclassarticle

          usepackageenumitem

          begindocument

          beginenumerate[label=alph*.]
          item makebox[5cm][l]$f(x)=x^2+6x+9$ $a=1,quad b=6,quad c=9$
          item makebox[5cm][l]$f(x)=2x^2+4x$ $a=2,quad b=4,quad c=0$
          item makebox[5cm][l]$f(x)=4x^2-12x+9$ $a=4,quad b=-12,quad c=9$
          item makebox[5cm][l]$f(x)=-6x^2-12x-1$ $a=-6,quad b=-12,quad c=-1$
          item makebox[5cm][l]$f(x)=-x^2+x-1$ $a=-1,quad b=1,quad c=-1$
          item makebox[5cm][l]$f(x)=-4x^2+3$ $a=-4,quad b=0,quad c=3$
          endenumerate


          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 21 mins ago









          blub

          30115




          30115











          • And how to align the b and c part?
            – albert
            15 mins ago










          • @albert You can use the same mechanism to make them the same width by wrapping them in a makebox
            – blub
            14 mins ago











          • Great! Thank you :)
            – Delaila
            14 mins ago










          • @Delaila My pleasure to help you!
            – blub
            13 mins ago
















          • And how to align the b and c part?
            – albert
            15 mins ago










          • @albert You can use the same mechanism to make them the same width by wrapping them in a makebox
            – blub
            14 mins ago











          • Great! Thank you :)
            – Delaila
            14 mins ago










          • @Delaila My pleasure to help you!
            – blub
            13 mins ago















          And how to align the b and c part?
          – albert
          15 mins ago




          And how to align the b and c part?
          – albert
          15 mins ago












          @albert You can use the same mechanism to make them the same width by wrapping them in a makebox
          – blub
          14 mins ago





          @albert You can use the same mechanism to make them the same width by wrapping them in a makebox
          – blub
          14 mins ago













          Great! Thank you :)
          – Delaila
          14 mins ago




          Great! Thank you :)
          – Delaila
          14 mins ago












          @Delaila My pleasure to help you!
          – blub
          13 mins ago




          @Delaila My pleasure to help you!
          – blub
          13 mins ago










          up vote
          0
          down vote













          I hope that this small and short solution can be good. I have aligned all the results on the right.



          enter image description here



          documentclassarticle
          usepackagemathtools
          begindocument

          beginenumerate
          item $f(x)=x^2+6x+9$hfill $a=1,quad b=6,quad c=9$
          item $f(x)=4x^2-12x+9$hfill $a=4,quad b=-12,quad c=9$
          item (same structure of previous equations).
          endenumerate

          enddocument





          share|improve this answer




















          • -1 There is no alignment in your answer, as explicitly stated in the answer, the a's should be aligned
            – blub
            28 mins ago











          • @blub The answerer wrote "I have aligned all the results on the right." so not the alignment OP wanted but still...
            – albert
            25 mins ago















          up vote
          0
          down vote













          I hope that this small and short solution can be good. I have aligned all the results on the right.



          enter image description here



          documentclassarticle
          usepackagemathtools
          begindocument

          beginenumerate
          item $f(x)=x^2+6x+9$hfill $a=1,quad b=6,quad c=9$
          item $f(x)=4x^2-12x+9$hfill $a=4,quad b=-12,quad c=9$
          item (same structure of previous equations).
          endenumerate

          enddocument





          share|improve this answer




















          • -1 There is no alignment in your answer, as explicitly stated in the answer, the a's should be aligned
            – blub
            28 mins ago











          • @blub The answerer wrote "I have aligned all the results on the right." so not the alignment OP wanted but still...
            – albert
            25 mins ago













          up vote
          0
          down vote










          up vote
          0
          down vote









          I hope that this small and short solution can be good. I have aligned all the results on the right.



          enter image description here



          documentclassarticle
          usepackagemathtools
          begindocument

          beginenumerate
          item $f(x)=x^2+6x+9$hfill $a=1,quad b=6,quad c=9$
          item $f(x)=4x^2-12x+9$hfill $a=4,quad b=-12,quad c=9$
          item (same structure of previous equations).
          endenumerate

          enddocument





          share|improve this answer












          I hope that this small and short solution can be good. I have aligned all the results on the right.



          enter image description here



          documentclassarticle
          usepackagemathtools
          begindocument

          beginenumerate
          item $f(x)=x^2+6x+9$hfill $a=1,quad b=6,quad c=9$
          item $f(x)=4x^2-12x+9$hfill $a=4,quad b=-12,quad c=9$
          item (same structure of previous equations).
          endenumerate

          enddocument






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 32 mins ago









          Sebastiano

          7,82341654




          7,82341654











          • -1 There is no alignment in your answer, as explicitly stated in the answer, the a's should be aligned
            – blub
            28 mins ago











          • @blub The answerer wrote "I have aligned all the results on the right." so not the alignment OP wanted but still...
            – albert
            25 mins ago

















          • -1 There is no alignment in your answer, as explicitly stated in the answer, the a's should be aligned
            – blub
            28 mins ago











          • @blub The answerer wrote "I have aligned all the results on the right." so not the alignment OP wanted but still...
            – albert
            25 mins ago
















          -1 There is no alignment in your answer, as explicitly stated in the answer, the a's should be aligned
          – blub
          28 mins ago





          -1 There is no alignment in your answer, as explicitly stated in the answer, the a's should be aligned
          – blub
          28 mins ago













          @blub The answerer wrote "I have aligned all the results on the right." so not the alignment OP wanted but still...
          – albert
          25 mins ago





          @blub The answerer wrote "I have aligned all the results on the right." so not the alignment OP wanted but still...
          – albert
          25 mins ago











          Delaila is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          Delaila is a new contributor. Be nice, and check out our Code of Conduct.












          Delaila is a new contributor. Be nice, and check out our Code of Conduct.











          Delaila is a new contributor. Be nice, and check out our Code of Conduct.













           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f455239%2fhow-can-i-align-using-tabs-in-enumerate%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What does second last employer means? [closed]

          List of Gilmore Girls characters

          Confectionery