Wrong position of the vcentered minus sign in subscript using stix2
Is there any way to place minus sign at the same height as the horizontal bar of the plus without using raisebox?
documentclass{article}
usepackage{stix2}
begin{document}
( I_{avcenter{hbox{$scriptscriptstyle+$}}}^{alpha} )
( I_{avcenter{hbox{$scriptscriptstyle-$}}}^{alpha} )
end{document}
math-mode math-operators stix
add a comment |
Is there any way to place minus sign at the same height as the horizontal bar of the plus without using raisebox?
documentclass{article}
usepackage{stix2}
begin{document}
( I_{avcenter{hbox{$scriptscriptstyle+$}}}^{alpha} )
( I_{avcenter{hbox{$scriptscriptstyle-$}}}^{alpha} )
end{document}
math-mode math-operators stix
In my opinion, it is not good to place the minus symbol like that.
– JouleV
Dec 17 '18 at 11:45
add a comment |
Is there any way to place minus sign at the same height as the horizontal bar of the plus without using raisebox?
documentclass{article}
usepackage{stix2}
begin{document}
( I_{avcenter{hbox{$scriptscriptstyle+$}}}^{alpha} )
( I_{avcenter{hbox{$scriptscriptstyle-$}}}^{alpha} )
end{document}
math-mode math-operators stix
Is there any way to place minus sign at the same height as the horizontal bar of the plus without using raisebox?
documentclass{article}
usepackage{stix2}
begin{document}
( I_{avcenter{hbox{$scriptscriptstyle+$}}}^{alpha} )
( I_{avcenter{hbox{$scriptscriptstyle-$}}}^{alpha} )
end{document}
math-mode math-operators stix
math-mode math-operators stix
edited Dec 17 '18 at 12:13
Serafiel
asked Dec 17 '18 at 11:41
SerafielSerafiel
594
594
In my opinion, it is not good to place the minus symbol like that.
– JouleV
Dec 17 '18 at 11:45
add a comment |
In my opinion, it is not good to place the minus symbol like that.
– JouleV
Dec 17 '18 at 11:45
In my opinion, it is not good to place the minus symbol like that.
– JouleV
Dec 17 '18 at 11:45
In my opinion, it is not good to place the minus symbol like that.
– JouleV
Dec 17 '18 at 11:45
add a comment |
1 Answer
1
active
oldest
votes
The result is somewhat expected, because the bounding box of the minus sign is tight; in the standard Computer Modern fonts it is instead the same as for the + sign.
documentclass{article}
usepackage{stix2}
begin{document}
{fboxrule=0.1ptfboxsep=-fboxrulefbox{$-$}}
( I_{avcenter{hbox{$scriptscriptstyle+$}}}^{alpha} )
( I_{avcenter{hbox{$scriptscriptstyle-$}}}^{alpha} )
end{document}
If I comment out stix2
, I get
Solution: add vphantom{+}
:
documentclass{article}
usepackage{stix2}
begin{document}
( I_{avcenter{hbox{$scriptscriptstyle+$}}}^{alpha} )
( I_{avcenter{hbox{$scriptscriptstyle{-}vphantom{+}$}}}^{alpha} )
end{document}
A generic definition:
documentclass{article}
usepackage{stix2}
makeatletter
newcommand{splus}{{mathpalettesplus@minus+}}
newcommand{sminus}{{mathpalettesplus@minus-}}
newcommand{splus@minus}[2]{%
vcenter{hbox{$m@th
ifx#1displaystylescriptstyleelse
ifx#1textstylescriptstyleelse
scriptscriptstylefifi
vphantom{+}{#2}$%
}}%
}
makeatother
begin{document}
( asplus ) ( asminus )
( I_{asplus}^{alpha} )
( I_{asminus}^{alpha} )
end{document}
Oh, I see. I didn't expect that it could be connected with boxes size. Thank you very much. Your explanations are always very instructive.
– Serafiel
Dec 17 '18 at 12:27
Even if I don't see the author of the answer from the beautiful images of your computer I immediately understand that you are you. :-) Beautiful hat with the propeller.
– Sebastiano
Dec 17 '18 at 12:35
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%2f466192%2fwrong-position-of-the-vcentered-minus-sign-in-subscript-using-stix2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The result is somewhat expected, because the bounding box of the minus sign is tight; in the standard Computer Modern fonts it is instead the same as for the + sign.
documentclass{article}
usepackage{stix2}
begin{document}
{fboxrule=0.1ptfboxsep=-fboxrulefbox{$-$}}
( I_{avcenter{hbox{$scriptscriptstyle+$}}}^{alpha} )
( I_{avcenter{hbox{$scriptscriptstyle-$}}}^{alpha} )
end{document}
If I comment out stix2
, I get
Solution: add vphantom{+}
:
documentclass{article}
usepackage{stix2}
begin{document}
( I_{avcenter{hbox{$scriptscriptstyle+$}}}^{alpha} )
( I_{avcenter{hbox{$scriptscriptstyle{-}vphantom{+}$}}}^{alpha} )
end{document}
A generic definition:
documentclass{article}
usepackage{stix2}
makeatletter
newcommand{splus}{{mathpalettesplus@minus+}}
newcommand{sminus}{{mathpalettesplus@minus-}}
newcommand{splus@minus}[2]{%
vcenter{hbox{$m@th
ifx#1displaystylescriptstyleelse
ifx#1textstylescriptstyleelse
scriptscriptstylefifi
vphantom{+}{#2}$%
}}%
}
makeatother
begin{document}
( asplus ) ( asminus )
( I_{asplus}^{alpha} )
( I_{asminus}^{alpha} )
end{document}
Oh, I see. I didn't expect that it could be connected with boxes size. Thank you very much. Your explanations are always very instructive.
– Serafiel
Dec 17 '18 at 12:27
Even if I don't see the author of the answer from the beautiful images of your computer I immediately understand that you are you. :-) Beautiful hat with the propeller.
– Sebastiano
Dec 17 '18 at 12:35
add a comment |
The result is somewhat expected, because the bounding box of the minus sign is tight; in the standard Computer Modern fonts it is instead the same as for the + sign.
documentclass{article}
usepackage{stix2}
begin{document}
{fboxrule=0.1ptfboxsep=-fboxrulefbox{$-$}}
( I_{avcenter{hbox{$scriptscriptstyle+$}}}^{alpha} )
( I_{avcenter{hbox{$scriptscriptstyle-$}}}^{alpha} )
end{document}
If I comment out stix2
, I get
Solution: add vphantom{+}
:
documentclass{article}
usepackage{stix2}
begin{document}
( I_{avcenter{hbox{$scriptscriptstyle+$}}}^{alpha} )
( I_{avcenter{hbox{$scriptscriptstyle{-}vphantom{+}$}}}^{alpha} )
end{document}
A generic definition:
documentclass{article}
usepackage{stix2}
makeatletter
newcommand{splus}{{mathpalettesplus@minus+}}
newcommand{sminus}{{mathpalettesplus@minus-}}
newcommand{splus@minus}[2]{%
vcenter{hbox{$m@th
ifx#1displaystylescriptstyleelse
ifx#1textstylescriptstyleelse
scriptscriptstylefifi
vphantom{+}{#2}$%
}}%
}
makeatother
begin{document}
( asplus ) ( asminus )
( I_{asplus}^{alpha} )
( I_{asminus}^{alpha} )
end{document}
Oh, I see. I didn't expect that it could be connected with boxes size. Thank you very much. Your explanations are always very instructive.
– Serafiel
Dec 17 '18 at 12:27
Even if I don't see the author of the answer from the beautiful images of your computer I immediately understand that you are you. :-) Beautiful hat with the propeller.
– Sebastiano
Dec 17 '18 at 12:35
add a comment |
The result is somewhat expected, because the bounding box of the minus sign is tight; in the standard Computer Modern fonts it is instead the same as for the + sign.
documentclass{article}
usepackage{stix2}
begin{document}
{fboxrule=0.1ptfboxsep=-fboxrulefbox{$-$}}
( I_{avcenter{hbox{$scriptscriptstyle+$}}}^{alpha} )
( I_{avcenter{hbox{$scriptscriptstyle-$}}}^{alpha} )
end{document}
If I comment out stix2
, I get
Solution: add vphantom{+}
:
documentclass{article}
usepackage{stix2}
begin{document}
( I_{avcenter{hbox{$scriptscriptstyle+$}}}^{alpha} )
( I_{avcenter{hbox{$scriptscriptstyle{-}vphantom{+}$}}}^{alpha} )
end{document}
A generic definition:
documentclass{article}
usepackage{stix2}
makeatletter
newcommand{splus}{{mathpalettesplus@minus+}}
newcommand{sminus}{{mathpalettesplus@minus-}}
newcommand{splus@minus}[2]{%
vcenter{hbox{$m@th
ifx#1displaystylescriptstyleelse
ifx#1textstylescriptstyleelse
scriptscriptstylefifi
vphantom{+}{#2}$%
}}%
}
makeatother
begin{document}
( asplus ) ( asminus )
( I_{asplus}^{alpha} )
( I_{asminus}^{alpha} )
end{document}
The result is somewhat expected, because the bounding box of the minus sign is tight; in the standard Computer Modern fonts it is instead the same as for the + sign.
documentclass{article}
usepackage{stix2}
begin{document}
{fboxrule=0.1ptfboxsep=-fboxrulefbox{$-$}}
( I_{avcenter{hbox{$scriptscriptstyle+$}}}^{alpha} )
( I_{avcenter{hbox{$scriptscriptstyle-$}}}^{alpha} )
end{document}
If I comment out stix2
, I get
Solution: add vphantom{+}
:
documentclass{article}
usepackage{stix2}
begin{document}
( I_{avcenter{hbox{$scriptscriptstyle+$}}}^{alpha} )
( I_{avcenter{hbox{$scriptscriptstyle{-}vphantom{+}$}}}^{alpha} )
end{document}
A generic definition:
documentclass{article}
usepackage{stix2}
makeatletter
newcommand{splus}{{mathpalettesplus@minus+}}
newcommand{sminus}{{mathpalettesplus@minus-}}
newcommand{splus@minus}[2]{%
vcenter{hbox{$m@th
ifx#1displaystylescriptstyleelse
ifx#1textstylescriptstyleelse
scriptscriptstylefifi
vphantom{+}{#2}$%
}}%
}
makeatother
begin{document}
( asplus ) ( asminus )
( I_{asplus}^{alpha} )
( I_{asminus}^{alpha} )
end{document}
edited Dec 17 '18 at 12:20
answered Dec 17 '18 at 11:57
egregegreg
720k8719093208
720k8719093208
Oh, I see. I didn't expect that it could be connected with boxes size. Thank you very much. Your explanations are always very instructive.
– Serafiel
Dec 17 '18 at 12:27
Even if I don't see the author of the answer from the beautiful images of your computer I immediately understand that you are you. :-) Beautiful hat with the propeller.
– Sebastiano
Dec 17 '18 at 12:35
add a comment |
Oh, I see. I didn't expect that it could be connected with boxes size. Thank you very much. Your explanations are always very instructive.
– Serafiel
Dec 17 '18 at 12:27
Even if I don't see the author of the answer from the beautiful images of your computer I immediately understand that you are you. :-) Beautiful hat with the propeller.
– Sebastiano
Dec 17 '18 at 12:35
Oh, I see. I didn't expect that it could be connected with boxes size. Thank you very much. Your explanations are always very instructive.
– Serafiel
Dec 17 '18 at 12:27
Oh, I see. I didn't expect that it could be connected with boxes size. Thank you very much. Your explanations are always very instructive.
– Serafiel
Dec 17 '18 at 12:27
Even if I don't see the author of the answer from the beautiful images of your computer I immediately understand that you are you. :-) Beautiful hat with the propeller.
– Sebastiano
Dec 17 '18 at 12:35
Even if I don't see the author of the answer from the beautiful images of your computer I immediately understand that you are you. :-) Beautiful hat with the propeller.
– Sebastiano
Dec 17 '18 at 12:35
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%2f466192%2fwrong-position-of-the-vcentered-minus-sign-in-subscript-using-stix2%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
In my opinion, it is not good to place the minus symbol like that.
– JouleV
Dec 17 '18 at 11:45