Too much vertical space above xrightarrow
I currently have the following shortcut in my LaTeX document for an isomorphism arrow:
usepackage{kpfonts,Baskervaldx,mathrsfs,calligra}
newcommand{congto}{xrightarrow{sim}}
This works fine, except for the fact that there is a bit too much vertical space below the sim
.
In particular, if the arrow happens to appear below any other inline maths, then things seem a little bit too squished.
How can I lower the sim
to be closer to my xrightarrow
?
Here is how things look at the moment:
spacing symbols stacking-symbols
add a comment |
I currently have the following shortcut in my LaTeX document for an isomorphism arrow:
usepackage{kpfonts,Baskervaldx,mathrsfs,calligra}
newcommand{congto}{xrightarrow{sim}}
This works fine, except for the fact that there is a bit too much vertical space below the sim
.
In particular, if the arrow happens to appear below any other inline maths, then things seem a little bit too squished.
How can I lower the sim
to be closer to my xrightarrow
?
Here is how things look at the moment:
spacing symbols stacking-symbols
See tex.stackexchange.com/questions/231785/…, tex.stackexchange.com/questions/419965/…
– Steven B. Segletes
7 hours ago
add a comment |
I currently have the following shortcut in my LaTeX document for an isomorphism arrow:
usepackage{kpfonts,Baskervaldx,mathrsfs,calligra}
newcommand{congto}{xrightarrow{sim}}
This works fine, except for the fact that there is a bit too much vertical space below the sim
.
In particular, if the arrow happens to appear below any other inline maths, then things seem a little bit too squished.
How can I lower the sim
to be closer to my xrightarrow
?
Here is how things look at the moment:
spacing symbols stacking-symbols
I currently have the following shortcut in my LaTeX document for an isomorphism arrow:
usepackage{kpfonts,Baskervaldx,mathrsfs,calligra}
newcommand{congto}{xrightarrow{sim}}
This works fine, except for the fact that there is a bit too much vertical space below the sim
.
In particular, if the arrow happens to appear below any other inline maths, then things seem a little bit too squished.
How can I lower the sim
to be closer to my xrightarrow
?
Here is how things look at the moment:
spacing symbols stacking-symbols
spacing symbols stacking-symbols
edited 6 hours ago
CarLaTeX
33.4k551137
33.4k551137
asked 7 hours ago
TimTim
1908
1908
See tex.stackexchange.com/questions/231785/…, tex.stackexchange.com/questions/419965/…
– Steven B. Segletes
7 hours ago
add a comment |
See tex.stackexchange.com/questions/231785/…, tex.stackexchange.com/questions/419965/…
– Steven B. Segletes
7 hours ago
See tex.stackexchange.com/questions/231785/…, tex.stackexchange.com/questions/419965/…
– Steven B. Segletes
7 hours ago
See tex.stackexchange.com/questions/231785/…, tex.stackexchange.com/questions/419965/…
– Steven B. Segletes
7 hours ago
add a comment |
2 Answers
2
active
oldest
votes
If you don't need it in scriptstyle
(though I think xrightarrow
only comes in textstyle
), then
documentclass{article}
usepackage{kpfonts,Baskervaldx,mathrsfs,calligra}
newcommand{congto}{altxrightarrow{sim}}
usepackage{stackengine,amsmath}
newcommandaltxrightarrow[2][0pt]{mathrel{ensurestackMath{stackengine%
{dimexpr#1-7.5pt}{xrightarrow{phantom{#2}}}{scriptstyle!#2,}%
{O}{c}{F}{F}{S}}}}
begin{document}
$Acongto B$
$Aaltxrightarrow{equiv} B$
$Aaltxrightarrow[-2pt]{mathrm{wth}} B$
end{document}
altxrightarrow
thrown in for free.
add a comment |
Following the links in a comment, I just used
newcommand{congto}{xrightarrow{raisebox{-1ex}[0ex][0ex]{$sim$}}}
which worked great:
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/3.0/"u003ecc by-sa 3.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%2f479322%2ftoo-much-vertical-space-above-xrightarrow%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you don't need it in scriptstyle
(though I think xrightarrow
only comes in textstyle
), then
documentclass{article}
usepackage{kpfonts,Baskervaldx,mathrsfs,calligra}
newcommand{congto}{altxrightarrow{sim}}
usepackage{stackengine,amsmath}
newcommandaltxrightarrow[2][0pt]{mathrel{ensurestackMath{stackengine%
{dimexpr#1-7.5pt}{xrightarrow{phantom{#2}}}{scriptstyle!#2,}%
{O}{c}{F}{F}{S}}}}
begin{document}
$Acongto B$
$Aaltxrightarrow{equiv} B$
$Aaltxrightarrow[-2pt]{mathrm{wth}} B$
end{document}
altxrightarrow
thrown in for free.
add a comment |
If you don't need it in scriptstyle
(though I think xrightarrow
only comes in textstyle
), then
documentclass{article}
usepackage{kpfonts,Baskervaldx,mathrsfs,calligra}
newcommand{congto}{altxrightarrow{sim}}
usepackage{stackengine,amsmath}
newcommandaltxrightarrow[2][0pt]{mathrel{ensurestackMath{stackengine%
{dimexpr#1-7.5pt}{xrightarrow{phantom{#2}}}{scriptstyle!#2,}%
{O}{c}{F}{F}{S}}}}
begin{document}
$Acongto B$
$Aaltxrightarrow{equiv} B$
$Aaltxrightarrow[-2pt]{mathrm{wth}} B$
end{document}
altxrightarrow
thrown in for free.
add a comment |
If you don't need it in scriptstyle
(though I think xrightarrow
only comes in textstyle
), then
documentclass{article}
usepackage{kpfonts,Baskervaldx,mathrsfs,calligra}
newcommand{congto}{altxrightarrow{sim}}
usepackage{stackengine,amsmath}
newcommandaltxrightarrow[2][0pt]{mathrel{ensurestackMath{stackengine%
{dimexpr#1-7.5pt}{xrightarrow{phantom{#2}}}{scriptstyle!#2,}%
{O}{c}{F}{F}{S}}}}
begin{document}
$Acongto B$
$Aaltxrightarrow{equiv} B$
$Aaltxrightarrow[-2pt]{mathrm{wth}} B$
end{document}
altxrightarrow
thrown in for free.
If you don't need it in scriptstyle
(though I think xrightarrow
only comes in textstyle
), then
documentclass{article}
usepackage{kpfonts,Baskervaldx,mathrsfs,calligra}
newcommand{congto}{altxrightarrow{sim}}
usepackage{stackengine,amsmath}
newcommandaltxrightarrow[2][0pt]{mathrel{ensurestackMath{stackengine%
{dimexpr#1-7.5pt}{xrightarrow{phantom{#2}}}{scriptstyle!#2,}%
{O}{c}{F}{F}{S}}}}
begin{document}
$Acongto B$
$Aaltxrightarrow{equiv} B$
$Aaltxrightarrow[-2pt]{mathrm{wth}} B$
end{document}
altxrightarrow
thrown in for free.
edited 6 hours ago
answered 6 hours ago
Steven B. SegletesSteven B. Segletes
158k9204411
158k9204411
add a comment |
add a comment |
Following the links in a comment, I just used
newcommand{congto}{xrightarrow{raisebox{-1ex}[0ex][0ex]{$sim$}}}
which worked great:
add a comment |
Following the links in a comment, I just used
newcommand{congto}{xrightarrow{raisebox{-1ex}[0ex][0ex]{$sim$}}}
which worked great:
add a comment |
Following the links in a comment, I just used
newcommand{congto}{xrightarrow{raisebox{-1ex}[0ex][0ex]{$sim$}}}
which worked great:
Following the links in a comment, I just used
newcommand{congto}{xrightarrow{raisebox{-1ex}[0ex][0ex]{$sim$}}}
which worked great:
edited 6 hours ago
CarLaTeX
33.4k551137
33.4k551137
answered 6 hours ago
TimTim
1908
1908
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%2f479322%2ftoo-much-vertical-space-above-xrightarrow%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
See tex.stackexchange.com/questions/231785/…, tex.stackexchange.com/questions/419965/…
– Steven B. Segletes
7 hours ago