How to write pow math?
I want to write math:
{i^{w}}^{anterior}
but this is the result:
I want this :
math-mode
add a comment |
I want to write math:
{i^{w}}^{anterior}
but this is the result:
I want this :
math-mode
add a comment |
I want to write math:
{i^{w}}^{anterior}
but this is the result:
I want this :
math-mode
I want to write math:
{i^{w}}^{anterior}
but this is the result:
I want this :
math-mode
math-mode
edited 6 hours ago
AboAmmar
34.1k32883
34.1k32883
asked 14 hours ago
x-rwx-rw
45617
45617
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
Embrace the {w^{mathrm{anterior}}}
rather than the {i^{w}}
. Also, mathrm
for math-sized text.
documentclass{article}
begin{document}
$i^{w^{mathrm{anterior}}}$
end{document}
2
You should also properly embrace argumentsi^{w^{mathrm{anterior}}}
– Henri Menke
10 hours ago
@HenriMenke Thank you for the reminder not to cut corners, especially on accepted answers.
– Steven B. Segletes
6 hours ago
add a comment |
If I understood you correctly, you want the superscripts have normalsize
plus an sf
shape, you can use mbox
.
documentclass[12pt,a4paper]{article}
begin{document}
newcommand{mb}[1]{mbox{sffamily#1,}}
$mb{i}^{mb{w}^{mb{anterior}}}$
end{document}
3
It's not always easy to tell when to take an OP literally. (+1)
– Steven B. Segletes
14 hours ago
Yes, you've made a better guess!
– AboAmmar
13 hours ago
add a comment |
In your version {i^{w}}^{anterior}
, the i
is effectively raised to two separate exponents, causing them to appear side-by-side, which is not what you intend:
If you nest the braces as {i^{w^{anterior}}}
then the stack of exponents is preserved, resulting in what appears to be your desired form:
(This is assuming it's stacked exponents that you're concerned with, not plain text formatting for superscripts as your example image might suggest. In that case, use AboAmmar's version.)
New contributor
add a comment |
Another good approach is operatorname{anterior}
from amsmath
, especially if you want two of these variables to appear consecutively.
Personally, I would prefer to define newcommandanterior{operatorname{anterior}}
, analogously to sin
or log
.
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%2f475687%2fhow-to-write-pow-math%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Embrace the {w^{mathrm{anterior}}}
rather than the {i^{w}}
. Also, mathrm
for math-sized text.
documentclass{article}
begin{document}
$i^{w^{mathrm{anterior}}}$
end{document}
2
You should also properly embrace argumentsi^{w^{mathrm{anterior}}}
– Henri Menke
10 hours ago
@HenriMenke Thank you for the reminder not to cut corners, especially on accepted answers.
– Steven B. Segletes
6 hours ago
add a comment |
Embrace the {w^{mathrm{anterior}}}
rather than the {i^{w}}
. Also, mathrm
for math-sized text.
documentclass{article}
begin{document}
$i^{w^{mathrm{anterior}}}$
end{document}
2
You should also properly embrace argumentsi^{w^{mathrm{anterior}}}
– Henri Menke
10 hours ago
@HenriMenke Thank you for the reminder not to cut corners, especially on accepted answers.
– Steven B. Segletes
6 hours ago
add a comment |
Embrace the {w^{mathrm{anterior}}}
rather than the {i^{w}}
. Also, mathrm
for math-sized text.
documentclass{article}
begin{document}
$i^{w^{mathrm{anterior}}}$
end{document}
Embrace the {w^{mathrm{anterior}}}
rather than the {i^{w}}
. Also, mathrm
for math-sized text.
documentclass{article}
begin{document}
$i^{w^{mathrm{anterior}}}$
end{document}
edited 8 hours ago
answered 14 hours ago
Steven B. SegletesSteven B. Segletes
156k9201411
156k9201411
2
You should also properly embrace argumentsi^{w^{mathrm{anterior}}}
– Henri Menke
10 hours ago
@HenriMenke Thank you for the reminder not to cut corners, especially on accepted answers.
– Steven B. Segletes
6 hours ago
add a comment |
2
You should also properly embrace argumentsi^{w^{mathrm{anterior}}}
– Henri Menke
10 hours ago
@HenriMenke Thank you for the reminder not to cut corners, especially on accepted answers.
– Steven B. Segletes
6 hours ago
2
2
You should also properly embrace arguments
i^{w^{mathrm{anterior}}}
– Henri Menke
10 hours ago
You should also properly embrace arguments
i^{w^{mathrm{anterior}}}
– Henri Menke
10 hours ago
@HenriMenke Thank you for the reminder not to cut corners, especially on accepted answers.
– Steven B. Segletes
6 hours ago
@HenriMenke Thank you for the reminder not to cut corners, especially on accepted answers.
– Steven B. Segletes
6 hours ago
add a comment |
If I understood you correctly, you want the superscripts have normalsize
plus an sf
shape, you can use mbox
.
documentclass[12pt,a4paper]{article}
begin{document}
newcommand{mb}[1]{mbox{sffamily#1,}}
$mb{i}^{mb{w}^{mb{anterior}}}$
end{document}
3
It's not always easy to tell when to take an OP literally. (+1)
– Steven B. Segletes
14 hours ago
Yes, you've made a better guess!
– AboAmmar
13 hours ago
add a comment |
If I understood you correctly, you want the superscripts have normalsize
plus an sf
shape, you can use mbox
.
documentclass[12pt,a4paper]{article}
begin{document}
newcommand{mb}[1]{mbox{sffamily#1,}}
$mb{i}^{mb{w}^{mb{anterior}}}$
end{document}
3
It's not always easy to tell when to take an OP literally. (+1)
– Steven B. Segletes
14 hours ago
Yes, you've made a better guess!
– AboAmmar
13 hours ago
add a comment |
If I understood you correctly, you want the superscripts have normalsize
plus an sf
shape, you can use mbox
.
documentclass[12pt,a4paper]{article}
begin{document}
newcommand{mb}[1]{mbox{sffamily#1,}}
$mb{i}^{mb{w}^{mb{anterior}}}$
end{document}
If I understood you correctly, you want the superscripts have normalsize
plus an sf
shape, you can use mbox
.
documentclass[12pt,a4paper]{article}
begin{document}
newcommand{mb}[1]{mbox{sffamily#1,}}
$mb{i}^{mb{w}^{mb{anterior}}}$
end{document}
edited 13 hours ago
answered 14 hours ago
AboAmmarAboAmmar
34.1k32883
34.1k32883
3
It's not always easy to tell when to take an OP literally. (+1)
– Steven B. Segletes
14 hours ago
Yes, you've made a better guess!
– AboAmmar
13 hours ago
add a comment |
3
It's not always easy to tell when to take an OP literally. (+1)
– Steven B. Segletes
14 hours ago
Yes, you've made a better guess!
– AboAmmar
13 hours ago
3
3
It's not always easy to tell when to take an OP literally. (+1)
– Steven B. Segletes
14 hours ago
It's not always easy to tell when to take an OP literally. (+1)
– Steven B. Segletes
14 hours ago
Yes, you've made a better guess!
– AboAmmar
13 hours ago
Yes, you've made a better guess!
– AboAmmar
13 hours ago
add a comment |
In your version {i^{w}}^{anterior}
, the i
is effectively raised to two separate exponents, causing them to appear side-by-side, which is not what you intend:
If you nest the braces as {i^{w^{anterior}}}
then the stack of exponents is preserved, resulting in what appears to be your desired form:
(This is assuming it's stacked exponents that you're concerned with, not plain text formatting for superscripts as your example image might suggest. In that case, use AboAmmar's version.)
New contributor
add a comment |
In your version {i^{w}}^{anterior}
, the i
is effectively raised to two separate exponents, causing them to appear side-by-side, which is not what you intend:
If you nest the braces as {i^{w^{anterior}}}
then the stack of exponents is preserved, resulting in what appears to be your desired form:
(This is assuming it's stacked exponents that you're concerned with, not plain text formatting for superscripts as your example image might suggest. In that case, use AboAmmar's version.)
New contributor
add a comment |
In your version {i^{w}}^{anterior}
, the i
is effectively raised to two separate exponents, causing them to appear side-by-side, which is not what you intend:
If you nest the braces as {i^{w^{anterior}}}
then the stack of exponents is preserved, resulting in what appears to be your desired form:
(This is assuming it's stacked exponents that you're concerned with, not plain text formatting for superscripts as your example image might suggest. In that case, use AboAmmar's version.)
New contributor
In your version {i^{w}}^{anterior}
, the i
is effectively raised to two separate exponents, causing them to appear side-by-side, which is not what you intend:
If you nest the braces as {i^{w^{anterior}}}
then the stack of exponents is preserved, resulting in what appears to be your desired form:
(This is assuming it's stacked exponents that you're concerned with, not plain text formatting for superscripts as your example image might suggest. In that case, use AboAmmar's version.)
New contributor
New contributor
answered 12 hours ago
BloodcinderBloodcinder
1112
1112
New contributor
New contributor
add a comment |
add a comment |
Another good approach is operatorname{anterior}
from amsmath
, especially if you want two of these variables to appear consecutively.
Personally, I would prefer to define newcommandanterior{operatorname{anterior}}
, analogously to sin
or log
.
add a comment |
Another good approach is operatorname{anterior}
from amsmath
, especially if you want two of these variables to appear consecutively.
Personally, I would prefer to define newcommandanterior{operatorname{anterior}}
, analogously to sin
or log
.
add a comment |
Another good approach is operatorname{anterior}
from amsmath
, especially if you want two of these variables to appear consecutively.
Personally, I would prefer to define newcommandanterior{operatorname{anterior}}
, analogously to sin
or log
.
Another good approach is operatorname{anterior}
from amsmath
, especially if you want two of these variables to appear consecutively.
Personally, I would prefer to define newcommandanterior{operatorname{anterior}}
, analogously to sin
or log
.
answered 11 hours ago
DavislorDavislor
6,3911328
6,3911328
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%2f475687%2fhow-to-write-pow-math%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