How can I align using tabs in enumerate?
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
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
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.
add a comment |Â
up vote
3
down vote
favorite
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
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.
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
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
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.
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
align
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.
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.
add a comment |Â
add a comment |Â
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
And how to align theb
andc
part?
– albert
15 mins ago
@albert You can use the same mechanism to make them the same width by wrapping them in amakebox
– blub
14 mins ago
Great! Thank you :)
– Delaila
14 mins ago
@Delaila My pleasure to help you!
– blub
13 mins ago
add a comment |Â
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.
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
-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
add a comment |Â
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
And how to align theb
andc
part?
– albert
15 mins ago
@albert You can use the same mechanism to make them the same width by wrapping them in amakebox
– blub
14 mins ago
Great! Thank you :)
– Delaila
14 mins ago
@Delaila My pleasure to help you!
– blub
13 mins ago
add a comment |Â
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
And how to align theb
andc
part?
– albert
15 mins ago
@albert You can use the same mechanism to make them the same width by wrapping them in amakebox
– blub
14 mins ago
Great! Thank you :)
– Delaila
14 mins ago
@Delaila My pleasure to help you!
– blub
13 mins ago
add a comment |Â
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
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
answered 21 mins ago
blub
30115
30115
And how to align theb
andc
part?
– albert
15 mins ago
@albert You can use the same mechanism to make them the same width by wrapping them in amakebox
– blub
14 mins ago
Great! Thank you :)
– Delaila
14 mins ago
@Delaila My pleasure to help you!
– blub
13 mins ago
add a comment |Â
And how to align theb
andc
part?
– albert
15 mins ago
@albert You can use the same mechanism to make them the same width by wrapping them in amakebox
– 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
add a comment |Â
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.
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
-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
add a comment |Â
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.
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
-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
add a comment |Â
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.
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
I hope that this small and short solution can be good. I have aligned all the results on the right.
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
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
add a comment |Â
-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
add a comment |Â
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.
Delaila is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password