Vertical Space between formula and brackets
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
I have the following; however I want to add more space between the formula and the underbrackets so that it doesn't look so squished. How can I do that?
documentclass[a4paper]article
usepackagemathtools
begindocument
beginequationlabeleq:reprojection_error_final
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]d(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]d(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]d(hatX_0, 0)_textUrsprungsdiff.Bigr]^2
endequation
enddocument
Current result:
math-mode underbrace
New contributor
John 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 the following; however I want to add more space between the formula and the underbrackets so that it doesn't look so squished. How can I do that?
documentclass[a4paper]article
usepackagemathtools
begindocument
beginequationlabeleq:reprojection_error_final
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]d(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]d(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]d(hatX_0, 0)_textUrsprungsdiff.Bigr]^2
endequation
enddocument
Current result:
math-mode underbrace
New contributor
John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Can you provide a Minimal Working Example? What are the packages that you use?
– Sina Ahmadi
3 hours ago
@SinaAhmadi I edited the question; I'm using the mathtools package.
– John
3 hours ago
MathTools
package documentation does not mention anything regarding that distance. This is the only thing provided:underbracket[〈rule thickness〉] [〈bracket height〉]〈arg〉
andoverbracket[〈rule thickness〉] [〈bracket height〉]〈arg〉
.
– Sina Ahmadi
3 hours ago
Yes I know; but I thought somebody here might know a trick to get the spacing anyway
– John
3 hours ago
I can suggest usingTikz
to manually add the brackets wherever you would like. It'll be a little bit messy but will do what you're looking for.
– Sina Ahmadi
2 hours ago
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I have the following; however I want to add more space between the formula and the underbrackets so that it doesn't look so squished. How can I do that?
documentclass[a4paper]article
usepackagemathtools
begindocument
beginequationlabeleq:reprojection_error_final
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]d(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]d(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]d(hatX_0, 0)_textUrsprungsdiff.Bigr]^2
endequation
enddocument
Current result:
math-mode underbrace
New contributor
John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have the following; however I want to add more space between the formula and the underbrackets so that it doesn't look so squished. How can I do that?
documentclass[a4paper]article
usepackagemathtools
begindocument
beginequationlabeleq:reprojection_error_final
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]d(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]d(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]d(hatX_0, 0)_textUrsprungsdiff.Bigr]^2
endequation
enddocument
Current result:
math-mode underbrace
math-mode underbrace
New contributor
John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 3 hours ago
New contributor
John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 hours ago
John
183
183
New contributor
John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Can you provide a Minimal Working Example? What are the packages that you use?
– Sina Ahmadi
3 hours ago
@SinaAhmadi I edited the question; I'm using the mathtools package.
– John
3 hours ago
MathTools
package documentation does not mention anything regarding that distance. This is the only thing provided:underbracket[〈rule thickness〉] [〈bracket height〉]〈arg〉
andoverbracket[〈rule thickness〉] [〈bracket height〉]〈arg〉
.
– Sina Ahmadi
3 hours ago
Yes I know; but I thought somebody here might know a trick to get the spacing anyway
– John
3 hours ago
I can suggest usingTikz
to manually add the brackets wherever you would like. It'll be a little bit messy but will do what you're looking for.
– Sina Ahmadi
2 hours ago
add a comment |
1
Can you provide a Minimal Working Example? What are the packages that you use?
– Sina Ahmadi
3 hours ago
@SinaAhmadi I edited the question; I'm using the mathtools package.
– John
3 hours ago
MathTools
package documentation does not mention anything regarding that distance. This is the only thing provided:underbracket[〈rule thickness〉] [〈bracket height〉]〈arg〉
andoverbracket[〈rule thickness〉] [〈bracket height〉]〈arg〉
.
– Sina Ahmadi
3 hours ago
Yes I know; but I thought somebody here might know a trick to get the spacing anyway
– John
3 hours ago
I can suggest usingTikz
to manually add the brackets wherever you would like. It'll be a little bit messy but will do what you're looking for.
– Sina Ahmadi
2 hours ago
1
1
Can you provide a Minimal Working Example? What are the packages that you use?
– Sina Ahmadi
3 hours ago
Can you provide a Minimal Working Example? What are the packages that you use?
– Sina Ahmadi
3 hours ago
@SinaAhmadi I edited the question; I'm using the mathtools package.
– John
3 hours ago
@SinaAhmadi I edited the question; I'm using the mathtools package.
– John
3 hours ago
MathTools
package documentation does not mention anything regarding that distance. This is the only thing provided: underbracket[〈rule thickness〉] [〈bracket height〉]〈arg〉
and overbracket[〈rule thickness〉] [〈bracket height〉]〈arg〉
.– Sina Ahmadi
3 hours ago
MathTools
package documentation does not mention anything regarding that distance. This is the only thing provided: underbracket[〈rule thickness〉] [〈bracket height〉]〈arg〉
and overbracket[〈rule thickness〉] [〈bracket height〉]〈arg〉
.– Sina Ahmadi
3 hours ago
Yes I know; but I thought somebody here might know a trick to get the spacing anyway
– John
3 hours ago
Yes I know; but I thought somebody here might know a trick to get the spacing anyway
– John
3 hours ago
I can suggest using
Tikz
to manually add the brackets wherever you would like. It'll be a little bit messy but will do what you're looking for.– Sina Ahmadi
2 hours ago
I can suggest using
Tikz
to manually add the brackets wherever you would like. It'll be a little bit messy but will do what you're looking for.– Sina Ahmadi
2 hours ago
add a comment |
2 Answers
2
active
oldest
votes
up vote
4
down vote
accepted
You can use the bigstrut
package: bigstrut[b]
adds avertical distance below the insertion point, and this distance is controlled by the value of bigstrutjot
:
documentclass[a4paper]article
usepackagemathtools
usepackagebigstrut
begindocument
beginequationlabeleq:reprojection_error_final
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]bigstrut[b]d(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]bigstrut[b]d(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]bigstrut[b]d(hatX_0, 0)_textclapUrsprungsdiff.Bigr]^2
endequation
beginequationlabeleq:reprojection_error_final
setlengthbigstrutjot1.5ex
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]bigstrut[b]d(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]bigstrut[b]d(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]bigstrut[b]d(hatX_0, 0)_textclapUrsprungsdiff.Bigr]^2
endequation
enddocument
add a comment |
up vote
3
down vote
Also check out vphantom
documentclass[a4paper]article
usepackagemathtools
begindocument
beginequationlabeleq:reprojection_error_final
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]d_strut(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]d_strut(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]d_strut(hatX_0, 0)_textUrsprungsdiff.Bigr]^2
endequation
enddocument
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
You can use the bigstrut
package: bigstrut[b]
adds avertical distance below the insertion point, and this distance is controlled by the value of bigstrutjot
:
documentclass[a4paper]article
usepackagemathtools
usepackagebigstrut
begindocument
beginequationlabeleq:reprojection_error_final
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]bigstrut[b]d(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]bigstrut[b]d(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]bigstrut[b]d(hatX_0, 0)_textclapUrsprungsdiff.Bigr]^2
endequation
beginequationlabeleq:reprojection_error_final
setlengthbigstrutjot1.5ex
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]bigstrut[b]d(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]bigstrut[b]d(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]bigstrut[b]d(hatX_0, 0)_textclapUrsprungsdiff.Bigr]^2
endequation
enddocument
add a comment |
up vote
4
down vote
accepted
You can use the bigstrut
package: bigstrut[b]
adds avertical distance below the insertion point, and this distance is controlled by the value of bigstrutjot
:
documentclass[a4paper]article
usepackagemathtools
usepackagebigstrut
begindocument
beginequationlabeleq:reprojection_error_final
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]bigstrut[b]d(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]bigstrut[b]d(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]bigstrut[b]d(hatX_0, 0)_textclapUrsprungsdiff.Bigr]^2
endequation
beginequationlabeleq:reprojection_error_final
setlengthbigstrutjot1.5ex
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]bigstrut[b]d(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]bigstrut[b]d(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]bigstrut[b]d(hatX_0, 0)_textclapUrsprungsdiff.Bigr]^2
endequation
enddocument
add a comment |
up vote
4
down vote
accepted
up vote
4
down vote
accepted
You can use the bigstrut
package: bigstrut[b]
adds avertical distance below the insertion point, and this distance is controlled by the value of bigstrutjot
:
documentclass[a4paper]article
usepackagemathtools
usepackagebigstrut
begindocument
beginequationlabeleq:reprojection_error_final
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]bigstrut[b]d(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]bigstrut[b]d(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]bigstrut[b]d(hatX_0, 0)_textclapUrsprungsdiff.Bigr]^2
endequation
beginequationlabeleq:reprojection_error_final
setlengthbigstrutjot1.5ex
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]bigstrut[b]d(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]bigstrut[b]d(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]bigstrut[b]d(hatX_0, 0)_textclapUrsprungsdiff.Bigr]^2
endequation
enddocument
You can use the bigstrut
package: bigstrut[b]
adds avertical distance below the insertion point, and this distance is controlled by the value of bigstrutjot
:
documentclass[a4paper]article
usepackagemathtools
usepackagebigstrut
begindocument
beginequationlabeleq:reprojection_error_final
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]bigstrut[b]d(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]bigstrut[b]d(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]bigstrut[b]d(hatX_0, 0)_textclapUrsprungsdiff.Bigr]^2
endequation
beginequationlabeleq:reprojection_error_final
setlengthbigstrutjot1.5ex
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]bigstrut[b]d(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]bigstrut[b]d(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]bigstrut[b]d(hatX_0, 0)_textclapUrsprungsdiff.Bigr]^2
endequation
enddocument
edited 33 mins ago
answered 2 hours ago
Bernard
161k767192
161k767192
add a comment |
add a comment |
up vote
3
down vote
Also check out vphantom
documentclass[a4paper]article
usepackagemathtools
begindocument
beginequationlabeleq:reprojection_error_final
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]d_strut(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]d_strut(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]d_strut(hatX_0, 0)_textUrsprungsdiff.Bigr]^2
endequation
enddocument
add a comment |
up vote
3
down vote
Also check out vphantom
documentclass[a4paper]article
usepackagemathtools
begindocument
beginequationlabeleq:reprojection_error_final
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]d_strut(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]d_strut(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]d_strut(hatX_0, 0)_textUrsprungsdiff.Bigr]^2
endequation
enddocument
add a comment |
up vote
3
down vote
up vote
3
down vote
Also check out vphantom
documentclass[a4paper]article
usepackagemathtools
begindocument
beginequationlabeleq:reprojection_error_final
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]d_strut(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]d_strut(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]d_strut(hatX_0, 0)_textUrsprungsdiff.Bigr]^2
endequation
enddocument
Also check out vphantom
documentclass[a4paper]article
usepackagemathtools
begindocument
beginequationlabeleq:reprojection_error_final
f=min_hatP^i, hatX_j
sum_ij Bigl[underbracket[1.5pt][8pt]d_strut(hatP^i hatX_j, x^i_j)_textProjektionsdiff. + underbracket[1.5pt][8pt]d_strut(L_k^m - L_k+1^m ,hatX_k^m - hatX_k+1^m)_text3D-Punkt-Differenz + underbracket[1.5pt][8pt]d_strut(hatX_0, 0)_textUrsprungsdiff.Bigr]^2
endequation
enddocument
answered 3 hours ago
JPi
9,24421347
9,24421347
add a comment |
add a comment |
John is a new contributor. Be nice, and check out our Code of Conduct.
John is a new contributor. Be nice, and check out our Code of Conduct.
John is a new contributor. Be nice, and check out our Code of Conduct.
John 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%2f459143%2fvertical-space-between-formula-and-brackets%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
Can you provide a Minimal Working Example? What are the packages that you use?
– Sina Ahmadi
3 hours ago
@SinaAhmadi I edited the question; I'm using the mathtools package.
– John
3 hours ago
MathTools
package documentation does not mention anything regarding that distance. This is the only thing provided:underbracket[〈rule thickness〉] [〈bracket height〉]〈arg〉
andoverbracket[〈rule thickness〉] [〈bracket height〉]〈arg〉
.– Sina Ahmadi
3 hours ago
Yes I know; but I thought somebody here might know a trick to get the spacing anyway
– John
3 hours ago
I can suggest using
Tikz
to manually add the brackets wherever you would like. It'll be a little bit messy but will do what you're looking for.– Sina Ahmadi
2 hours ago