How do I highlight a term with an underbrace?
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
1
I would like to highlight my equation in this way:
I'm using an align environment. Could you help me?
math-mode highlighting
add a comment |Â
up vote
3
down vote
favorite
1
I would like to highlight my equation in this way:
I'm using an align environment. Could you help me?
math-mode highlighting
4
Useunderbrace
command.
– manooooh
Aug 30 at 22:52
4
In future it would be good manners (and help you get your answer sooner) if you provided the code for the bits that you can do - ideally all of those integrals above the } to save some poor soul from typing it all out for you, adding the packages and so on and so forth
– Au101
Aug 30 at 22:54
2
@manooooh This worked perfecly.
– Dinesh Shankar
Aug 30 at 22:56
add a comment |Â
up vote
3
down vote
favorite
1
up vote
3
down vote
favorite
1
1
I would like to highlight my equation in this way:
I'm using an align environment. Could you help me?
math-mode highlighting
I would like to highlight my equation in this way:
I'm using an align environment. Could you help me?
math-mode highlighting
edited Aug 30 at 23:15
Davislor
3,672720
3,672720
asked Aug 30 at 22:48
Dinesh Shankar
525
525
4
Useunderbrace
command.
– manooooh
Aug 30 at 22:52
4
In future it would be good manners (and help you get your answer sooner) if you provided the code for the bits that you can do - ideally all of those integrals above the } to save some poor soul from typing it all out for you, adding the packages and so on and so forth
– Au101
Aug 30 at 22:54
2
@manooooh This worked perfecly.
– Dinesh Shankar
Aug 30 at 22:56
add a comment |Â
4
Useunderbrace
command.
– manooooh
Aug 30 at 22:52
4
In future it would be good manners (and help you get your answer sooner) if you provided the code for the bits that you can do - ideally all of those integrals above the } to save some poor soul from typing it all out for you, adding the packages and so on and so forth
– Au101
Aug 30 at 22:54
2
@manooooh This worked perfecly.
– Dinesh Shankar
Aug 30 at 22:56
4
4
Use
underbrace
command.– manooooh
Aug 30 at 22:52
Use
underbrace
command.– manooooh
Aug 30 at 22:52
4
4
In future it would be good manners (and help you get your answer sooner) if you provided the code for the bits that you can do - ideally all of those integrals above the } to save some poor soul from typing it all out for you, adding the packages and so on and so forth
– Au101
Aug 30 at 22:54
In future it would be good manners (and help you get your answer sooner) if you provided the code for the bits that you can do - ideally all of those integrals above the } to save some poor soul from typing it all out for you, adding the packages and so on and so forth
– Au101
Aug 30 at 22:54
2
2
@manooooh This worked perfecly.
– Dinesh Shankar
Aug 30 at 22:56
@manooooh This worked perfecly.
– Dinesh Shankar
Aug 30 at 22:56
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
9
down vote
accepted
It is the same of your picture.
documentclassminimal
usepackageamsmath,bm
begindocument
[
+underbraceint mathrmd^3 rintmathrmd^3 bmr'n_1(bmr)
V_mathrmdd(bmr,bmr')n_2 r'_equiv E_mathrmint
]
enddocument
2
Well played :P You beat me by seconds :) +1
– Au101
Aug 30 at 22:58
2
Although, you haven't respected the author's fonts (bold, upright and so on), might i recommend[ + underbraceint mathrmd^3r int mathrmd^3r' n_1(bmr)V_mathrmdd (bmr, bmr')n_2(bmr')_equiv E_textint ]
– Au101
Aug 30 at 22:59
2
Almost the same. Ther
in OP's picture are bold and the lastr'
in parentheses :) Also, don't use theminimal
class.
– Phelype Oleinik
Aug 30 at 22:59
3
Cool, no downvote so far. ;-) +1 ;-)
– marmot
Aug 30 at 23:01
1
@marmot AHAHHAH...You can't know yet, because it's too early. Are we betting that someone will vote negatively? :-)
– Sebastiano
Aug 30 at 23:10
 |Â
show 10 more comments
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
9
down vote
accepted
It is the same of your picture.
documentclassminimal
usepackageamsmath,bm
begindocument
[
+underbraceint mathrmd^3 rintmathrmd^3 bmr'n_1(bmr)
V_mathrmdd(bmr,bmr')n_2 r'_equiv E_mathrmint
]
enddocument
2
Well played :P You beat me by seconds :) +1
– Au101
Aug 30 at 22:58
2
Although, you haven't respected the author's fonts (bold, upright and so on), might i recommend[ + underbraceint mathrmd^3r int mathrmd^3r' n_1(bmr)V_mathrmdd (bmr, bmr')n_2(bmr')_equiv E_textint ]
– Au101
Aug 30 at 22:59
2
Almost the same. Ther
in OP's picture are bold and the lastr'
in parentheses :) Also, don't use theminimal
class.
– Phelype Oleinik
Aug 30 at 22:59
3
Cool, no downvote so far. ;-) +1 ;-)
– marmot
Aug 30 at 23:01
1
@marmot AHAHHAH...You can't know yet, because it's too early. Are we betting that someone will vote negatively? :-)
– Sebastiano
Aug 30 at 23:10
 |Â
show 10 more comments
up vote
9
down vote
accepted
It is the same of your picture.
documentclassminimal
usepackageamsmath,bm
begindocument
[
+underbraceint mathrmd^3 rintmathrmd^3 bmr'n_1(bmr)
V_mathrmdd(bmr,bmr')n_2 r'_equiv E_mathrmint
]
enddocument
2
Well played :P You beat me by seconds :) +1
– Au101
Aug 30 at 22:58
2
Although, you haven't respected the author's fonts (bold, upright and so on), might i recommend[ + underbraceint mathrmd^3r int mathrmd^3r' n_1(bmr)V_mathrmdd (bmr, bmr')n_2(bmr')_equiv E_textint ]
– Au101
Aug 30 at 22:59
2
Almost the same. Ther
in OP's picture are bold and the lastr'
in parentheses :) Also, don't use theminimal
class.
– Phelype Oleinik
Aug 30 at 22:59
3
Cool, no downvote so far. ;-) +1 ;-)
– marmot
Aug 30 at 23:01
1
@marmot AHAHHAH...You can't know yet, because it's too early. Are we betting that someone will vote negatively? :-)
– Sebastiano
Aug 30 at 23:10
 |Â
show 10 more comments
up vote
9
down vote
accepted
up vote
9
down vote
accepted
It is the same of your picture.
documentclassminimal
usepackageamsmath,bm
begindocument
[
+underbraceint mathrmd^3 rintmathrmd^3 bmr'n_1(bmr)
V_mathrmdd(bmr,bmr')n_2 r'_equiv E_mathrmint
]
enddocument
It is the same of your picture.
documentclassminimal
usepackageamsmath,bm
begindocument
[
+underbraceint mathrmd^3 rintmathrmd^3 bmr'n_1(bmr)
V_mathrmdd(bmr,bmr')n_2 r'_equiv E_mathrmint
]
enddocument
edited Aug 31 at 11:50
answered Aug 30 at 22:55
Sebastiano
7,68531553
7,68531553
2
Well played :P You beat me by seconds :) +1
– Au101
Aug 30 at 22:58
2
Although, you haven't respected the author's fonts (bold, upright and so on), might i recommend[ + underbraceint mathrmd^3r int mathrmd^3r' n_1(bmr)V_mathrmdd (bmr, bmr')n_2(bmr')_equiv E_textint ]
– Au101
Aug 30 at 22:59
2
Almost the same. Ther
in OP's picture are bold and the lastr'
in parentheses :) Also, don't use theminimal
class.
– Phelype Oleinik
Aug 30 at 22:59
3
Cool, no downvote so far. ;-) +1 ;-)
– marmot
Aug 30 at 23:01
1
@marmot AHAHHAH...You can't know yet, because it's too early. Are we betting that someone will vote negatively? :-)
– Sebastiano
Aug 30 at 23:10
 |Â
show 10 more comments
2
Well played :P You beat me by seconds :) +1
– Au101
Aug 30 at 22:58
2
Although, you haven't respected the author's fonts (bold, upright and so on), might i recommend[ + underbraceint mathrmd^3r int mathrmd^3r' n_1(bmr)V_mathrmdd (bmr, bmr')n_2(bmr')_equiv E_textint ]
– Au101
Aug 30 at 22:59
2
Almost the same. Ther
in OP's picture are bold and the lastr'
in parentheses :) Also, don't use theminimal
class.
– Phelype Oleinik
Aug 30 at 22:59
3
Cool, no downvote so far. ;-) +1 ;-)
– marmot
Aug 30 at 23:01
1
@marmot AHAHHAH...You can't know yet, because it's too early. Are we betting that someone will vote negatively? :-)
– Sebastiano
Aug 30 at 23:10
2
2
Well played :P You beat me by seconds :) +1
– Au101
Aug 30 at 22:58
Well played :P You beat me by seconds :) +1
– Au101
Aug 30 at 22:58
2
2
Although, you haven't respected the author's fonts (bold, upright and so on), might i recommend
[ + underbraceint mathrmd^3r int mathrmd^3r' n_1(bmr)V_mathrmdd (bmr, bmr')n_2(bmr')_equiv E_textint ]
– Au101
Aug 30 at 22:59
Although, you haven't respected the author's fonts (bold, upright and so on), might i recommend
[ + underbraceint mathrmd^3r int mathrmd^3r' n_1(bmr)V_mathrmdd (bmr, bmr')n_2(bmr')_equiv E_textint ]
– Au101
Aug 30 at 22:59
2
2
Almost the same. The
r
in OP's picture are bold and the last r'
in parentheses :) Also, don't use the minimal
class.– Phelype Oleinik
Aug 30 at 22:59
Almost the same. The
r
in OP's picture are bold and the last r'
in parentheses :) Also, don't use the minimal
class.– Phelype Oleinik
Aug 30 at 22:59
3
3
Cool, no downvote so far. ;-) +1 ;-)
– marmot
Aug 30 at 23:01
Cool, no downvote so far. ;-) +1 ;-)
– marmot
Aug 30 at 23:01
1
1
@marmot AHAHHAH...You can't know yet, because it's too early. Are we betting that someone will vote negatively? :-)
– Sebastiano
Aug 30 at 23:10
@marmot AHAHHAH...You can't know yet, because it's too early. Are we betting that someone will vote negatively? :-)
– Sebastiano
Aug 30 at 23:10
 |Â
show 10 more comments
Â
draft saved
draft discarded
Â
draft saved
draft discarded
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%2f448591%2fhow-do-i-highlight-a-term-with-an-underbrace%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
4
Use
underbrace
command.– manooooh
Aug 30 at 22:52
4
In future it would be good manners (and help you get your answer sooner) if you provided the code for the bits that you can do - ideally all of those integrals above the } to save some poor soul from typing it all out for you, adding the packages and so on and so forth
– Au101
Aug 30 at 22:54
2
@manooooh This worked perfecly.
– Dinesh Shankar
Aug 30 at 22:56