Underbrace in equation makes expression a bit too big
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
I have an expression with an underbrace
, where the parenthesis and a second partial devirative gets a little to big.
Here is the code:
beginfleqn
beginalign*
frac1v_G = frac1v_ph cdot left(frac1 - fraclambdan fracpartial npartial lambda1 - left(fraclambdan right)^2 underbracefracpartial^2 npartial lambda^2_=0 right) = frac1v_ph cdot left( 1 - fraclambdan fracpartial npartial lambda right)
endalign*
endfleqn
and here the result:
How can I adjust the code so that the second order partial derivative is as big as the term over the fractionline ?
I'm thankful for your answers!
underbrace
New contributor
astronerd 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
I have an expression with an underbrace
, where the parenthesis and a second partial devirative gets a little to big.
Here is the code:
beginfleqn
beginalign*
frac1v_G = frac1v_ph cdot left(frac1 - fraclambdan fracpartial npartial lambda1 - left(fraclambdan right)^2 underbracefracpartial^2 npartial lambda^2_=0 right) = frac1v_ph cdot left( 1 - fraclambdan fracpartial npartial lambda right)
endalign*
endfleqn
and here the result:
How can I adjust the code so that the second order partial derivative is as big as the term over the fractionline ?
I'm thankful for your answers!
underbrace
New contributor
astronerd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Welcome to TeX.SX! The simplest would be removing the big parentheses which are redundant. But also theunderbrace
needs a fix.
– egreg
23 mins ago
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I have an expression with an underbrace
, where the parenthesis and a second partial devirative gets a little to big.
Here is the code:
beginfleqn
beginalign*
frac1v_G = frac1v_ph cdot left(frac1 - fraclambdan fracpartial npartial lambda1 - left(fraclambdan right)^2 underbracefracpartial^2 npartial lambda^2_=0 right) = frac1v_ph cdot left( 1 - fraclambdan fracpartial npartial lambda right)
endalign*
endfleqn
and here the result:
How can I adjust the code so that the second order partial derivative is as big as the term over the fractionline ?
I'm thankful for your answers!
underbrace
New contributor
astronerd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have an expression with an underbrace
, where the parenthesis and a second partial devirative gets a little to big.
Here is the code:
beginfleqn
beginalign*
frac1v_G = frac1v_ph cdot left(frac1 - fraclambdan fracpartial npartial lambda1 - left(fraclambdan right)^2 underbracefracpartial^2 npartial lambda^2_=0 right) = frac1v_ph cdot left( 1 - fraclambdan fracpartial npartial lambda right)
endalign*
endfleqn
and here the result:
How can I adjust the code so that the second order partial derivative is as big as the term over the fractionline ?
I'm thankful for your answers!
underbrace
underbrace
New contributor
astronerd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
astronerd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
astronerd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 26 mins ago
astronerd
161
161
New contributor
astronerd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
astronerd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
astronerd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Welcome to TeX.SX! The simplest would be removing the big parentheses which are redundant. But also theunderbrace
needs a fix.
– egreg
23 mins ago
add a comment |Â
1
Welcome to TeX.SX! The simplest would be removing the big parentheses which are redundant. But also theunderbrace
needs a fix.
– egreg
23 mins ago
1
1
Welcome to TeX.SX! The simplest would be removing the big parentheses which are redundant. But also the
underbrace
needs a fix.– egreg
23 mins ago
Welcome to TeX.SX! The simplest would be removing the big parentheses which are redundant. But also the
underbrace
needs a fix.– egreg
23 mins ago
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
3
down vote
I would simply omit those redundant parentheses. And most certainly fix the size of the underbrace
object.
It's also possible (but requires a phantom) to have the right size for the parentheses:
documentclassarticle
usepackageamsmath
makeatletter
newcommandfixedunderbrace[2]mathpalettefixed@underbrace#1#2
newcommandfixed@underbrace[2]fixed@@underbrace#1#2
newcommandfixed@@underbrace[3]underbrace#1#2_#3
makeatother
begindocument
beginequation*
frac1v_G =
frac1v_ph cdot
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
fixedunderbracefracpartial^2 npartial lambda^2=0
= frac1v_ph cdot
left( 1 - fraclambdan fracpartial npartial lambda right)
endequation*
beginequation*
frac1v_G =
frac1v_ph cdot
left(
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
smash[b]fixedunderbracefracpartial^2 npartial lambda^2=0
right)
vphantom
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
fixedunderbracefracpartial^2 npartial lambda^2=0
= frac1v_ph cdot
left( 1 - fraclambdan fracpartial npartial lambda right)
endequation*
enddocument
Withmathlap
or something like that command is also possible?
– manooooh
3 mins ago
add a comment |Â
up vote
2
down vote
Some suggestions (the first two of which have already been made by @egreg):
Omit the large parentheses entirely. They seem to satisfy no useful purpose.
Use
tfrac
(or:textstylefrac
) instead offrac
in the first argument ofunderbrace
. (By default, the first argument ofunderbrace
is processed in display-style math mode. However, the remainder of the denominator is processed in text style, not display style.)Omit all
cdot
directives. They achieve little but clutter up the appearance of the equation.For better horizontal spacing as well as for more typographically-appropriate sizing of the parentheses in the final part of the equation, use
Bigl(
andBigr)
instead ofleft(
andright)
.
documentclassarticle
usepackageamsmath % for "tfrac" macro
begindocument
[
frac1v_G
= frac1v_ph
frac1 - fraclambdan fracpartial npartial lambda%
1 - bigl(fraclambdan bigr)^!2 !
underbracetfracpartial^2 npartiallambda^2_=0
= frac1v_ph Bigl( 1 - fraclambdan
fracpartial npartial lambda Bigr)
]
enddocument
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
I would simply omit those redundant parentheses. And most certainly fix the size of the underbrace
object.
It's also possible (but requires a phantom) to have the right size for the parentheses:
documentclassarticle
usepackageamsmath
makeatletter
newcommandfixedunderbrace[2]mathpalettefixed@underbrace#1#2
newcommandfixed@underbrace[2]fixed@@underbrace#1#2
newcommandfixed@@underbrace[3]underbrace#1#2_#3
makeatother
begindocument
beginequation*
frac1v_G =
frac1v_ph cdot
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
fixedunderbracefracpartial^2 npartial lambda^2=0
= frac1v_ph cdot
left( 1 - fraclambdan fracpartial npartial lambda right)
endequation*
beginequation*
frac1v_G =
frac1v_ph cdot
left(
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
smash[b]fixedunderbracefracpartial^2 npartial lambda^2=0
right)
vphantom
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
fixedunderbracefracpartial^2 npartial lambda^2=0
= frac1v_ph cdot
left( 1 - fraclambdan fracpartial npartial lambda right)
endequation*
enddocument
Withmathlap
or something like that command is also possible?
– manooooh
3 mins ago
add a comment |Â
up vote
3
down vote
I would simply omit those redundant parentheses. And most certainly fix the size of the underbrace
object.
It's also possible (but requires a phantom) to have the right size for the parentheses:
documentclassarticle
usepackageamsmath
makeatletter
newcommandfixedunderbrace[2]mathpalettefixed@underbrace#1#2
newcommandfixed@underbrace[2]fixed@@underbrace#1#2
newcommandfixed@@underbrace[3]underbrace#1#2_#3
makeatother
begindocument
beginequation*
frac1v_G =
frac1v_ph cdot
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
fixedunderbracefracpartial^2 npartial lambda^2=0
= frac1v_ph cdot
left( 1 - fraclambdan fracpartial npartial lambda right)
endequation*
beginequation*
frac1v_G =
frac1v_ph cdot
left(
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
smash[b]fixedunderbracefracpartial^2 npartial lambda^2=0
right)
vphantom
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
fixedunderbracefracpartial^2 npartial lambda^2=0
= frac1v_ph cdot
left( 1 - fraclambdan fracpartial npartial lambda right)
endequation*
enddocument
Withmathlap
or something like that command is also possible?
– manooooh
3 mins ago
add a comment |Â
up vote
3
down vote
up vote
3
down vote
I would simply omit those redundant parentheses. And most certainly fix the size of the underbrace
object.
It's also possible (but requires a phantom) to have the right size for the parentheses:
documentclassarticle
usepackageamsmath
makeatletter
newcommandfixedunderbrace[2]mathpalettefixed@underbrace#1#2
newcommandfixed@underbrace[2]fixed@@underbrace#1#2
newcommandfixed@@underbrace[3]underbrace#1#2_#3
makeatother
begindocument
beginequation*
frac1v_G =
frac1v_ph cdot
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
fixedunderbracefracpartial^2 npartial lambda^2=0
= frac1v_ph cdot
left( 1 - fraclambdan fracpartial npartial lambda right)
endequation*
beginequation*
frac1v_G =
frac1v_ph cdot
left(
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
smash[b]fixedunderbracefracpartial^2 npartial lambda^2=0
right)
vphantom
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
fixedunderbracefracpartial^2 npartial lambda^2=0
= frac1v_ph cdot
left( 1 - fraclambdan fracpartial npartial lambda right)
endequation*
enddocument
I would simply omit those redundant parentheses. And most certainly fix the size of the underbrace
object.
It's also possible (but requires a phantom) to have the right size for the parentheses:
documentclassarticle
usepackageamsmath
makeatletter
newcommandfixedunderbrace[2]mathpalettefixed@underbrace#1#2
newcommandfixed@underbrace[2]fixed@@underbrace#1#2
newcommandfixed@@underbrace[3]underbrace#1#2_#3
makeatother
begindocument
beginequation*
frac1v_G =
frac1v_ph cdot
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
fixedunderbracefracpartial^2 npartial lambda^2=0
= frac1v_ph cdot
left( 1 - fraclambdan fracpartial npartial lambda right)
endequation*
beginequation*
frac1v_G =
frac1v_ph cdot
left(
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
smash[b]fixedunderbracefracpartial^2 npartial lambda^2=0
right)
vphantom
frac1 - fraclambdan fracpartial npartial lambda
1 - left(fraclambdan right)^2
fixedunderbracefracpartial^2 npartial lambda^2=0
= frac1v_ph cdot
left( 1 - fraclambdan fracpartial npartial lambda right)
endequation*
enddocument
answered 6 mins ago


egreg
694k8518443099
694k8518443099
Withmathlap
or something like that command is also possible?
– manooooh
3 mins ago
add a comment |Â
Withmathlap
or something like that command is also possible?
– manooooh
3 mins ago
With
mathlap
or something like that command is also possible?– manooooh
3 mins ago
With
mathlap
or something like that command is also possible?– manooooh
3 mins ago
add a comment |Â
up vote
2
down vote
Some suggestions (the first two of which have already been made by @egreg):
Omit the large parentheses entirely. They seem to satisfy no useful purpose.
Use
tfrac
(or:textstylefrac
) instead offrac
in the first argument ofunderbrace
. (By default, the first argument ofunderbrace
is processed in display-style math mode. However, the remainder of the denominator is processed in text style, not display style.)Omit all
cdot
directives. They achieve little but clutter up the appearance of the equation.For better horizontal spacing as well as for more typographically-appropriate sizing of the parentheses in the final part of the equation, use
Bigl(
andBigr)
instead ofleft(
andright)
.
documentclassarticle
usepackageamsmath % for "tfrac" macro
begindocument
[
frac1v_G
= frac1v_ph
frac1 - fraclambdan fracpartial npartial lambda%
1 - bigl(fraclambdan bigr)^!2 !
underbracetfracpartial^2 npartiallambda^2_=0
= frac1v_ph Bigl( 1 - fraclambdan
fracpartial npartial lambda Bigr)
]
enddocument
add a comment |Â
up vote
2
down vote
Some suggestions (the first two of which have already been made by @egreg):
Omit the large parentheses entirely. They seem to satisfy no useful purpose.
Use
tfrac
(or:textstylefrac
) instead offrac
in the first argument ofunderbrace
. (By default, the first argument ofunderbrace
is processed in display-style math mode. However, the remainder of the denominator is processed in text style, not display style.)Omit all
cdot
directives. They achieve little but clutter up the appearance of the equation.For better horizontal spacing as well as for more typographically-appropriate sizing of the parentheses in the final part of the equation, use
Bigl(
andBigr)
instead ofleft(
andright)
.
documentclassarticle
usepackageamsmath % for "tfrac" macro
begindocument
[
frac1v_G
= frac1v_ph
frac1 - fraclambdan fracpartial npartial lambda%
1 - bigl(fraclambdan bigr)^!2 !
underbracetfracpartial^2 npartiallambda^2_=0
= frac1v_ph Bigl( 1 - fraclambdan
fracpartial npartial lambda Bigr)
]
enddocument
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Some suggestions (the first two of which have already been made by @egreg):
Omit the large parentheses entirely. They seem to satisfy no useful purpose.
Use
tfrac
(or:textstylefrac
) instead offrac
in the first argument ofunderbrace
. (By default, the first argument ofunderbrace
is processed in display-style math mode. However, the remainder of the denominator is processed in text style, not display style.)Omit all
cdot
directives. They achieve little but clutter up the appearance of the equation.For better horizontal spacing as well as for more typographically-appropriate sizing of the parentheses in the final part of the equation, use
Bigl(
andBigr)
instead ofleft(
andright)
.
documentclassarticle
usepackageamsmath % for "tfrac" macro
begindocument
[
frac1v_G
= frac1v_ph
frac1 - fraclambdan fracpartial npartial lambda%
1 - bigl(fraclambdan bigr)^!2 !
underbracetfracpartial^2 npartiallambda^2_=0
= frac1v_ph Bigl( 1 - fraclambdan
fracpartial npartial lambda Bigr)
]
enddocument
Some suggestions (the first two of which have already been made by @egreg):
Omit the large parentheses entirely. They seem to satisfy no useful purpose.
Use
tfrac
(or:textstylefrac
) instead offrac
in the first argument ofunderbrace
. (By default, the first argument ofunderbrace
is processed in display-style math mode. However, the remainder of the denominator is processed in text style, not display style.)Omit all
cdot
directives. They achieve little but clutter up the appearance of the equation.For better horizontal spacing as well as for more typographically-appropriate sizing of the parentheses in the final part of the equation, use
Bigl(
andBigr)
instead ofleft(
andright)
.
documentclassarticle
usepackageamsmath % for "tfrac" macro
begindocument
[
frac1v_G
= frac1v_ph
frac1 - fraclambdan fracpartial npartial lambda%
1 - bigl(fraclambdan bigr)^!2 !
underbracetfracpartial^2 npartiallambda^2_=0
= frac1v_ph Bigl( 1 - fraclambdan
fracpartial npartial lambda Bigr)
]
enddocument
answered 3 mins ago


Mico
267k30362747
267k30362747
add a comment |Â
add a comment |Â
astronerd is a new contributor. Be nice, and check out our Code of Conduct.
astronerd is a new contributor. Be nice, and check out our Code of Conduct.
astronerd is a new contributor. Be nice, and check out our Code of Conduct.
astronerd 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%2f458332%2funderbrace-in-equation-makes-expression-a-bit-too-big%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
1
Welcome to TeX.SX! The simplest would be removing the big parentheses which are redundant. But also the
underbrace
needs a fix.– egreg
23 mins ago