left and right subscript and arrow beneath variable
up vote
0
down vote
favorite
Alright, here goes, first I know that my title is somewhat vague, but an image is worth a thousand words, here's what I'm trying to achieve :
Now this is the code that I came up with :
documentclass{article}
usepackage{amsmath}
begin{document}
$P_{CB}$ (ou ${}_{B}stackrel{P}{scriptsize{leftarrow}}_{C}$) telle que
end{document}
And this is the result of it :
Now as in the picture, I would like to have the capital P inline with the word "ou" and the arrow to be a smaller size and to have the B and C (left and right) of the capital P as subscripts (maybe?)
amsmath subscripts
add a comment |
up vote
0
down vote
favorite
Alright, here goes, first I know that my title is somewhat vague, but an image is worth a thousand words, here's what I'm trying to achieve :
Now this is the code that I came up with :
documentclass{article}
usepackage{amsmath}
begin{document}
$P_{CB}$ (ou ${}_{B}stackrel{P}{scriptsize{leftarrow}}_{C}$) telle que
end{document}
And this is the result of it :
Now as in the picture, I would like to have the capital P inline with the word "ou" and the arrow to be a smaller size and to have the B and C (left and right) of the capital P as subscripts (maybe?)
amsmath subscripts
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Alright, here goes, first I know that my title is somewhat vague, but an image is worth a thousand words, here's what I'm trying to achieve :
Now this is the code that I came up with :
documentclass{article}
usepackage{amsmath}
begin{document}
$P_{CB}$ (ou ${}_{B}stackrel{P}{scriptsize{leftarrow}}_{C}$) telle que
end{document}
And this is the result of it :
Now as in the picture, I would like to have the capital P inline with the word "ou" and the arrow to be a smaller size and to have the B and C (left and right) of the capital P as subscripts (maybe?)
amsmath subscripts
Alright, here goes, first I know that my title is somewhat vague, but an image is worth a thousand words, here's what I'm trying to achieve :
Now this is the code that I came up with :
documentclass{article}
usepackage{amsmath}
begin{document}
$P_{CB}$ (ou ${}_{B}stackrel{P}{scriptsize{leftarrow}}_{C}$) telle que
end{document}
And this is the result of it :
Now as in the picture, I would like to have the capital P inline with the word "ou" and the arrow to be a smaller size and to have the B and C (left and right) of the capital P as subscripts (maybe?)
amsmath subscripts
amsmath subscripts
asked yesterday
Sephya
1209
1209
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
5
down vote
accepted
Why don't you use underset?
documentclass{article}
usepackage{amsmath}
begin{document}
With verb|underset|:
$P_{CB}$ (ou $underset{Bleftarrow C}{P}$) telle que
end{document}
Ooooh, I love the output from the underset, didn't know about that one, thanks 😊
– Sephya
yesterday
add a comment |
up vote
1
down vote
Use provided command myfrac
mentioned in your preamble part.
documentclass{article}
usepackage{amsmath}
newcommandmyfrac[2]{genfrac{}{}{0pt}{}{#1}{#2}}
defbc{B leftarrow C}
begin{document}
$P_{CB}$ (ou $myfrac{P}{scriptsizebc}$) telle que
end{document}
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
Why don't you use underset?
documentclass{article}
usepackage{amsmath}
begin{document}
With verb|underset|:
$P_{CB}$ (ou $underset{Bleftarrow C}{P}$) telle que
end{document}
Ooooh, I love the output from the underset, didn't know about that one, thanks 😊
– Sephya
yesterday
add a comment |
up vote
5
down vote
accepted
Why don't you use underset?
documentclass{article}
usepackage{amsmath}
begin{document}
With verb|underset|:
$P_{CB}$ (ou $underset{Bleftarrow C}{P}$) telle que
end{document}
Ooooh, I love the output from the underset, didn't know about that one, thanks 😊
– Sephya
yesterday
add a comment |
up vote
5
down vote
accepted
up vote
5
down vote
accepted
Why don't you use underset?
documentclass{article}
usepackage{amsmath}
begin{document}
With verb|underset|:
$P_{CB}$ (ou $underset{Bleftarrow C}{P}$) telle que
end{document}
Why don't you use underset?
documentclass{article}
usepackage{amsmath}
begin{document}
With verb|underset|:
$P_{CB}$ (ou $underset{Bleftarrow C}{P}$) telle que
end{document}
edited yesterday
egreg
698k8518573126
698k8518573126
answered yesterday
CarLaTeX
27.5k445120
27.5k445120
Ooooh, I love the output from the underset, didn't know about that one, thanks 😊
– Sephya
yesterday
add a comment |
Ooooh, I love the output from the underset, didn't know about that one, thanks 😊
– Sephya
yesterday
Ooooh, I love the output from the underset, didn't know about that one, thanks 😊
– Sephya
yesterday
Ooooh, I love the output from the underset, didn't know about that one, thanks 😊
– Sephya
yesterday
add a comment |
up vote
1
down vote
Use provided command myfrac
mentioned in your preamble part.
documentclass{article}
usepackage{amsmath}
newcommandmyfrac[2]{genfrac{}{}{0pt}{}{#1}{#2}}
defbc{B leftarrow C}
begin{document}
$P_{CB}$ (ou $myfrac{P}{scriptsizebc}$) telle que
end{document}
add a comment |
up vote
1
down vote
Use provided command myfrac
mentioned in your preamble part.
documentclass{article}
usepackage{amsmath}
newcommandmyfrac[2]{genfrac{}{}{0pt}{}{#1}{#2}}
defbc{B leftarrow C}
begin{document}
$P_{CB}$ (ou $myfrac{P}{scriptsizebc}$) telle que
end{document}
add a comment |
up vote
1
down vote
up vote
1
down vote
Use provided command myfrac
mentioned in your preamble part.
documentclass{article}
usepackage{amsmath}
newcommandmyfrac[2]{genfrac{}{}{0pt}{}{#1}{#2}}
defbc{B leftarrow C}
begin{document}
$P_{CB}$ (ou $myfrac{P}{scriptsizebc}$) telle que
end{document}
Use provided command myfrac
mentioned in your preamble part.
documentclass{article}
usepackage{amsmath}
newcommandmyfrac[2]{genfrac{}{}{0pt}{}{#1}{#2}}
defbc{B leftarrow C}
begin{document}
$P_{CB}$ (ou $myfrac{P}{scriptsizebc}$) telle que
end{document}
answered yesterday
Saravanan
998112
998112
add a comment |
add a comment |
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%2f460689%2fleft-and-right-subscript-and-arrow-beneath-variable%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