Vertical Space between formula and brackets
up vote
4
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
add a comment |
up vote
4
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
1
Can you provide a Minimal Working Example? What are the packages that you use?
– Sina Ahmadi
Nov 9 at 13:54
@SinaAhmadi I edited the question; I'm using the mathtools package.
– John
Nov 9 at 14:10
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
Nov 9 at 14:12
Yes I know; but I thought somebody here might know a trick to get the spacing anyway
– John
Nov 9 at 14:19
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
Nov 9 at 14:24
add a comment |
up vote
4
down vote
favorite
up vote
4
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
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
New contributor
edited Nov 9 at 14:10
New contributor
asked Nov 9 at 13:48
John
233
233
New contributor
New contributor
1
Can you provide a Minimal Working Example? What are the packages that you use?
– Sina Ahmadi
Nov 9 at 13:54
@SinaAhmadi I edited the question; I'm using the mathtools package.
– John
Nov 9 at 14:10
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
Nov 9 at 14:12
Yes I know; but I thought somebody here might know a trick to get the spacing anyway
– John
Nov 9 at 14:19
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
Nov 9 at 14:24
add a comment |
1
Can you provide a Minimal Working Example? What are the packages that you use?
– Sina Ahmadi
Nov 9 at 13:54
@SinaAhmadi I edited the question; I'm using the mathtools package.
– John
Nov 9 at 14:10
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
Nov 9 at 14:12
Yes I know; but I thought somebody here might know a trick to get the spacing anyway
– John
Nov 9 at 14:19
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
Nov 9 at 14:24
1
1
Can you provide a Minimal Working Example? What are the packages that you use?
– Sina Ahmadi
Nov 9 at 13:54
Can you provide a Minimal Working Example? What are the packages that you use?
– Sina Ahmadi
Nov 9 at 13:54
@SinaAhmadi I edited the question; I'm using the mathtools package.
– John
Nov 9 at 14:10
@SinaAhmadi I edited the question; I'm using the mathtools package.
– John
Nov 9 at 14:10
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
Nov 9 at 14:12
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
Nov 9 at 14:12
Yes I know; but I thought somebody here might know a trick to get the spacing anyway
– John
Nov 9 at 14:19
Yes I know; but I thought somebody here might know a trick to get the spacing anyway
– John
Nov 9 at 14:19
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
Nov 9 at 14:24
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
Nov 9 at 14:24
add a comment |
2 Answers
2
active
oldest
votes
up vote
5
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
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
Thanks @samcarter!
– JPi
Nov 13 at 0:08
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
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
5
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
5
down vote
accepted
up vote
5
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 Nov 9 at 16:47
answered Nov 9 at 15:08
Bernard
161k767192
161k767192
add a comment |
add a comment |
up vote
4
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
Thanks @samcarter!
– JPi
Nov 13 at 0:08
add a comment |
up vote
4
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
Thanks @samcarter!
– JPi
Nov 13 at 0:08
add a comment |
up vote
4
down vote
up vote
4
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 Nov 9 at 14:20
JPi
9,27421347
9,27421347
Thanks @samcarter!
– JPi
Nov 13 at 0:08
add a comment |
Thanks @samcarter!
– JPi
Nov 13 at 0:08
Thanks @samcarter!
– JPi
Nov 13 at 0:08
Thanks @samcarter!
– JPi
Nov 13 at 0:08
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
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Can you provide a Minimal Working Example? What are the packages that you use?
– Sina Ahmadi
Nov 9 at 13:54
@SinaAhmadi I edited the question; I'm using the mathtools package.
– John
Nov 9 at 14:10
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
Nov 9 at 14:12
Yes I know; but I thought somebody here might know a trick to get the spacing anyway
– John
Nov 9 at 14:19
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
Nov 9 at 14:24