Fixing spacing on integralLoad integral sign from eulervmMake sure the spacing of a macro for a binary operatorVertical Spacing within align environment accounting for fractionsTypesetting of volume integralWrong spacing in math-modeHow can I typeset long integral borders?Fixing mathit spacing with unicode-mathHow to remove the spacing between my modal operators?Spacing after first line of math modeSet vertical spacing between two particular items
Is Heraclitus really a Mobilist?
529 accounts for multiple kids
How to engage Decker in the actual run?
Can I reproduce this in Latex
Response to referee after rejection
prevent add-on being enabled in lower Blender version than 2.8
How do owls fly so silently?
Copying files: Does Windows write to disk if files are identical
What's the origin of the trope that dragons used to be common but aren't any more?
Why is Microwaved mac & cheese burnt where they touch?
How can I increase the rate of regeneration in humans without the possibility of tumors developing?
Can a standard NEMA 5-15 outlet be installed in a round ceiling box?
Which audio encoders in FFmpeg support 8 kHz?
Why would shrinking TEMPDB log lead to slowness?
When to use the first person plural form of imperative mood (disons, considérons, supposons, etc.)
Knights covering a 9x9 chess board
Would dimension door trigger or bypass mental prison?
Are homeless people protected by antidiscrimination laws?
Translate "loyal animal" into classical Latin
Do I need a visa for Japan as a New Zealand Citizen?
“Ankaŭ” ĉe la fino de frazo
Is there a general theory of "compactification"?
Was Hitler exclaiming "Heil Hitler!" himself when saluting?
What can I wear to avoid getting frisked and crotch searched by TSA at the airport?
Fixing spacing on integral
Load integral sign from eulervmMake sure the spacing of a macro for a binary operatorVertical Spacing within align environment accounting for fractionsTypesetting of volume integralWrong spacing in math-modeHow can I typeset long integral borders?Fixing mathit spacing with unicode-mathHow to remove the spacing between my modal operators?Spacing after first line of math modeSet vertical spacing between two particular items
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
How could one fix the spacing in the integral so that
$$f(z) = frac11-vert z vert int_B(z,1-vert zvert) f(z) dz$$
doesn't leave so much space between the contour and the function $f(z)$
.
math-mode
add a comment
|
How could one fix the spacing in the integral so that
$$f(z) = frac11-vert z vert int_B(z,1-vert zvert) f(z) dz$$
doesn't leave so much space between the contour and the function $f(z)$
.
math-mode
add a comment
|
How could one fix the spacing in the integral so that
$$f(z) = frac11-vert z vert int_B(z,1-vert zvert) f(z) dz$$
doesn't leave so much space between the contour and the function $f(z)$
.
math-mode
How could one fix the spacing in the integral so that
$$f(z) = frac11-vert z vert int_B(z,1-vert zvert) f(z) dz$$
doesn't leave so much space between the contour and the function $f(z)$
.
math-mode
math-mode
edited May 28 at 22:34
Sigur
27.5k4 gold badges64 silver badges149 bronze badges
27.5k4 gold badges64 silver badges149 bronze badges
asked May 28 at 22:28
PhysMathPhysMath
1234 bronze badges
1234 bronze badges
add a comment
|
add a comment
|
3 Answers
3
active
oldest
votes
You have several options:
documentclassarticle
usepackageamsmath,mathtools
DeclarePairedDelimiterabslvertrvert
newcommandlowersubsmash[b]vphantom
begindocument
begingather
f(z) = frac11-absz int_B(z,1-lvert zrvert) f(z),dz \[2ex]
f(z) = frac11-absz int_B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz int_lowersub B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz intlimits_B(z,1-lvert zrvert) f(z),dz \[2ex]
f(z) = frac11-absz intlimits_B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz smashoperator[r]intlimits_B(z,1-lvert zrvert) f(z),dz
endgather
enddocument
(1) is the default.
(2) should be avoided, because the subscript clashes with the function; even worse if the amount of backing up is larger.
(3) corrects a bit what is in (2), but I'd avoid large backup anyway.
(4) is fine, in my opinion.
(5) could be an improvement for somebody.
(6) could also be an improvement, but is too tight to my eyes.
add a comment
|
You can manually shift the part using hspace-3em
(which I don't personally prefer) or use intlimits_...
instead.
documentclassarticle
begindocument
$displaystyle f(z) = frac11-vert z vert int_B(z,1-vert zvert) hspace*-3emf(z) dz$\[4ex]
$displaystyle f(z) = frac11-vert z vert intlimits_B(z,1-vert zvert) f(z) dz$\[4ex]
enddocument
add a comment
|
You can use the mathrlap
command, from mathtools. Unrelated: don't use $$ ... $$
, which is a plain TeX construct. Use the LaTeX construct [ ... ]
instead.
documentclassarticle
usepackagemathtools
begindocument
[ f(z) = frac11-vert z vert int_B(mathrlapz,1-vert zvert) f(z),mathrm dz ]
enddocument
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2f493117%2ffixing-spacing-on-integral%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have several options:
documentclassarticle
usepackageamsmath,mathtools
DeclarePairedDelimiterabslvertrvert
newcommandlowersubsmash[b]vphantom
begindocument
begingather
f(z) = frac11-absz int_B(z,1-lvert zrvert) f(z),dz \[2ex]
f(z) = frac11-absz int_B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz int_lowersub B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz intlimits_B(z,1-lvert zrvert) f(z),dz \[2ex]
f(z) = frac11-absz intlimits_B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz smashoperator[r]intlimits_B(z,1-lvert zrvert) f(z),dz
endgather
enddocument
(1) is the default.
(2) should be avoided, because the subscript clashes with the function; even worse if the amount of backing up is larger.
(3) corrects a bit what is in (2), but I'd avoid large backup anyway.
(4) is fine, in my opinion.
(5) could be an improvement for somebody.
(6) could also be an improvement, but is too tight to my eyes.
add a comment
|
You have several options:
documentclassarticle
usepackageamsmath,mathtools
DeclarePairedDelimiterabslvertrvert
newcommandlowersubsmash[b]vphantom
begindocument
begingather
f(z) = frac11-absz int_B(z,1-lvert zrvert) f(z),dz \[2ex]
f(z) = frac11-absz int_B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz int_lowersub B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz intlimits_B(z,1-lvert zrvert) f(z),dz \[2ex]
f(z) = frac11-absz intlimits_B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz smashoperator[r]intlimits_B(z,1-lvert zrvert) f(z),dz
endgather
enddocument
(1) is the default.
(2) should be avoided, because the subscript clashes with the function; even worse if the amount of backing up is larger.
(3) corrects a bit what is in (2), but I'd avoid large backup anyway.
(4) is fine, in my opinion.
(5) could be an improvement for somebody.
(6) could also be an improvement, but is too tight to my eyes.
add a comment
|
You have several options:
documentclassarticle
usepackageamsmath,mathtools
DeclarePairedDelimiterabslvertrvert
newcommandlowersubsmash[b]vphantom
begindocument
begingather
f(z) = frac11-absz int_B(z,1-lvert zrvert) f(z),dz \[2ex]
f(z) = frac11-absz int_B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz int_lowersub B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz intlimits_B(z,1-lvert zrvert) f(z),dz \[2ex]
f(z) = frac11-absz intlimits_B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz smashoperator[r]intlimits_B(z,1-lvert zrvert) f(z),dz
endgather
enddocument
(1) is the default.
(2) should be avoided, because the subscript clashes with the function; even worse if the amount of backing up is larger.
(3) corrects a bit what is in (2), but I'd avoid large backup anyway.
(4) is fine, in my opinion.
(5) could be an improvement for somebody.
(6) could also be an improvement, but is too tight to my eyes.
You have several options:
documentclassarticle
usepackageamsmath,mathtools
DeclarePairedDelimiterabslvertrvert
newcommandlowersubsmash[b]vphantom
begindocument
begingather
f(z) = frac11-absz int_B(z,1-lvert zrvert) f(z),dz \[2ex]
f(z) = frac11-absz int_B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz int_lowersub B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz intlimits_B(z,1-lvert zrvert) f(z),dz \[2ex]
f(z) = frac11-absz intlimits_B(z,1-lvert zrvert) hspace-1em f(z),dz \[2ex]
f(z) = frac11-absz smashoperator[r]intlimits_B(z,1-lvert zrvert) f(z),dz
endgather
enddocument
(1) is the default.
(2) should be avoided, because the subscript clashes with the function; even worse if the amount of backing up is larger.
(3) corrects a bit what is in (2), but I'd avoid large backup anyway.
(4) is fine, in my opinion.
(5) could be an improvement for somebody.
(6) could also be an improvement, but is too tight to my eyes.
answered May 28 at 23:31
egregegreg
775k92 gold badges2020 silver badges3381 bronze badges
775k92 gold badges2020 silver badges3381 bronze badges
add a comment
|
add a comment
|
You can manually shift the part using hspace-3em
(which I don't personally prefer) or use intlimits_...
instead.
documentclassarticle
begindocument
$displaystyle f(z) = frac11-vert z vert int_B(z,1-vert zvert) hspace*-3emf(z) dz$\[4ex]
$displaystyle f(z) = frac11-vert z vert intlimits_B(z,1-vert zvert) f(z) dz$\[4ex]
enddocument
add a comment
|
You can manually shift the part using hspace-3em
(which I don't personally prefer) or use intlimits_...
instead.
documentclassarticle
begindocument
$displaystyle f(z) = frac11-vert z vert int_B(z,1-vert zvert) hspace*-3emf(z) dz$\[4ex]
$displaystyle f(z) = frac11-vert z vert intlimits_B(z,1-vert zvert) f(z) dz$\[4ex]
enddocument
add a comment
|
You can manually shift the part using hspace-3em
(which I don't personally prefer) or use intlimits_...
instead.
documentclassarticle
begindocument
$displaystyle f(z) = frac11-vert z vert int_B(z,1-vert zvert) hspace*-3emf(z) dz$\[4ex]
$displaystyle f(z) = frac11-vert z vert intlimits_B(z,1-vert zvert) f(z) dz$\[4ex]
enddocument
You can manually shift the part using hspace-3em
(which I don't personally prefer) or use intlimits_...
instead.
documentclassarticle
begindocument
$displaystyle f(z) = frac11-vert z vert int_B(z,1-vert zvert) hspace*-3emf(z) dz$\[4ex]
$displaystyle f(z) = frac11-vert z vert intlimits_B(z,1-vert zvert) f(z) dz$\[4ex]
enddocument
answered May 28 at 22:52
M. Al JumailyM. Al Jumaily
2,4922 gold badges4 silver badges20 bronze badges
2,4922 gold badges4 silver badges20 bronze badges
add a comment
|
add a comment
|
You can use the mathrlap
command, from mathtools. Unrelated: don't use $$ ... $$
, which is a plain TeX construct. Use the LaTeX construct [ ... ]
instead.
documentclassarticle
usepackagemathtools
begindocument
[ f(z) = frac11-vert z vert int_B(mathrlapz,1-vert zvert) f(z),mathrm dz ]
enddocument
add a comment
|
You can use the mathrlap
command, from mathtools. Unrelated: don't use $$ ... $$
, which is a plain TeX construct. Use the LaTeX construct [ ... ]
instead.
documentclassarticle
usepackagemathtools
begindocument
[ f(z) = frac11-vert z vert int_B(mathrlapz,1-vert zvert) f(z),mathrm dz ]
enddocument
add a comment
|
You can use the mathrlap
command, from mathtools. Unrelated: don't use $$ ... $$
, which is a plain TeX construct. Use the LaTeX construct [ ... ]
instead.
documentclassarticle
usepackagemathtools
begindocument
[ f(z) = frac11-vert z vert int_B(mathrlapz,1-vert zvert) f(z),mathrm dz ]
enddocument
You can use the mathrlap
command, from mathtools. Unrelated: don't use $$ ... $$
, which is a plain TeX construct. Use the LaTeX construct [ ... ]
instead.
documentclassarticle
usepackagemathtools
begindocument
[ f(z) = frac11-vert z vert int_B(mathrlapz,1-vert zvert) f(z),mathrm dz ]
enddocument
edited May 28 at 22:55
Zarko
150k8 gold badges87 silver badges197 bronze badges
150k8 gold badges87 silver badges197 bronze badges
answered May 28 at 22:47
BernardBernard
194k8 gold badges86 silver badges232 bronze badges
194k8 gold badges86 silver badges232 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f493117%2ffixing-spacing-on-integral%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