Alignment with a symbol within sqrt
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
In this MWE I get an error.
My aim is that the "6" is appearing directly beneath the "2".
documentclassarticle
usepackageamsmath
begindocument
beginalign*
sqrt1 & 2345= \
& 6
endalign*
enddocument
align
add a comment |Â
up vote
3
down vote
favorite
In this MWE I get an error.
My aim is that the "6" is appearing directly beneath the "2".
documentclassarticle
usepackageamsmath
begindocument
beginalign*
sqrt1 & 2345= \
& 6
endalign*
enddocument
align
There are a number of ways to achieve this. Do you have a specific goal in mind other than placing one number underneath another?
â Werner
5 hours ago
@Werner In principle it's only about placing numbers. My goal is typesetting an algorithm similar to divison. I specified my question now in a new case called "Alignment and phantom". (I know about the package xlop but think this does not help here).
â Thales
3 hours ago
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
In this MWE I get an error.
My aim is that the "6" is appearing directly beneath the "2".
documentclassarticle
usepackageamsmath
begindocument
beginalign*
sqrt1 & 2345= \
& 6
endalign*
enddocument
align
In this MWE I get an error.
My aim is that the "6" is appearing directly beneath the "2".
documentclassarticle
usepackageamsmath
begindocument
beginalign*
sqrt1 & 2345= \
& 6
endalign*
enddocument
align
align
asked 5 hours ago
Thales
414
414
There are a number of ways to achieve this. Do you have a specific goal in mind other than placing one number underneath another?
â Werner
5 hours ago
@Werner In principle it's only about placing numbers. My goal is typesetting an algorithm similar to divison. I specified my question now in a new case called "Alignment and phantom". (I know about the package xlop but think this does not help here).
â Thales
3 hours ago
add a comment |Â
There are a number of ways to achieve this. Do you have a specific goal in mind other than placing one number underneath another?
â Werner
5 hours ago
@Werner In principle it's only about placing numbers. My goal is typesetting an algorithm similar to divison. I specified my question now in a new case called "Alignment and phantom". (I know about the package xlop but think this does not help here).
â Thales
3 hours ago
There are a number of ways to achieve this. Do you have a specific goal in mind other than placing one number underneath another?
â Werner
5 hours ago
There are a number of ways to achieve this. Do you have a specific goal in mind other than placing one number underneath another?
â Werner
5 hours ago
@Werner In principle it's only about placing numbers. My goal is typesetting an algorithm similar to divison. I specified my question now in a new case called "Alignment and phantom". (I know about the package xlop but think this does not help here).
â Thales
3 hours ago
@Werner In principle it's only about placing numbers. My goal is typesetting an algorithm similar to divison. I specified my question now in a new case called "Alignment and phantom". (I know about the package xlop but think this does not help here).
â Thales
3 hours ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
4
down vote
You cannot use alignment points (&
) inside an sqrt
structure. Instead, here I use phantom
to provide the requested buffer.
documentclassarticle
usepackageamsmath
begindocument
beginalign*
sqrt1 2345= \
6phantom345 =
endalign*
enddocument
If you want the rows closer together, use something like \[-6pt]
as the row separator.
Thanks! That helps me.
â Thales
5 hours ago
ok, cleaning up comment
â jfbu
5 hours ago
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
You cannot use alignment points (&
) inside an sqrt
structure. Instead, here I use phantom
to provide the requested buffer.
documentclassarticle
usepackageamsmath
begindocument
beginalign*
sqrt1 2345= \
6phantom345 =
endalign*
enddocument
If you want the rows closer together, use something like \[-6pt]
as the row separator.
Thanks! That helps me.
â Thales
5 hours ago
ok, cleaning up comment
â jfbu
5 hours ago
add a comment |Â
up vote
4
down vote
You cannot use alignment points (&
) inside an sqrt
structure. Instead, here I use phantom
to provide the requested buffer.
documentclassarticle
usepackageamsmath
begindocument
beginalign*
sqrt1 2345= \
6phantom345 =
endalign*
enddocument
If you want the rows closer together, use something like \[-6pt]
as the row separator.
Thanks! That helps me.
â Thales
5 hours ago
ok, cleaning up comment
â jfbu
5 hours ago
add a comment |Â
up vote
4
down vote
up vote
4
down vote
You cannot use alignment points (&
) inside an sqrt
structure. Instead, here I use phantom
to provide the requested buffer.
documentclassarticle
usepackageamsmath
begindocument
beginalign*
sqrt1 2345= \
6phantom345 =
endalign*
enddocument
If you want the rows closer together, use something like \[-6pt]
as the row separator.
You cannot use alignment points (&
) inside an sqrt
structure. Instead, here I use phantom
to provide the requested buffer.
documentclassarticle
usepackageamsmath
begindocument
beginalign*
sqrt1 2345= \
6phantom345 =
endalign*
enddocument
If you want the rows closer together, use something like \[-6pt]
as the row separator.
edited 5 hours ago
answered 5 hours ago
Steven B. Segletes
150k9188396
150k9188396
Thanks! That helps me.
â Thales
5 hours ago
ok, cleaning up comment
â jfbu
5 hours ago
add a comment |Â
Thanks! That helps me.
â Thales
5 hours ago
ok, cleaning up comment
â jfbu
5 hours ago
Thanks! That helps me.
â Thales
5 hours ago
Thanks! That helps me.
â Thales
5 hours ago
ok, cleaning up comment
â jfbu
5 hours ago
ok, cleaning up comment
â jfbu
5 hours ago
add a comment |Â
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%2f459050%2falignment-with-a-symbol-within-sqrt%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
There are a number of ways to achieve this. Do you have a specific goal in mind other than placing one number underneath another?
â Werner
5 hours ago
@Werner In principle it's only about placing numbers. My goal is typesetting an algorithm similar to divison. I specified my question now in a new case called "Alignment and phantom". (I know about the package xlop but think this does not help here).
â Thales
3 hours ago