Text under an arrow without bracesText over/under implies arrow?Under Up Arrow Textchemfig: reaction above arrowbraces with text in boldPut horizontal arrow under text (no math)Text under brackets doesn't align correctlyShortcut for command without bracesVertical spacing between arrow and caption with unicode-mathHow to put under-braces at same level?Using printeranswers environment, how to print solutions in the box without the title “Solutions”
Where or how can I find what interfaces an out of the box Apex class implements?
Why is dry soil hydrophobic? Bad gardener paradox
Credit union holding car note, refuses to provide details of how payments have been applied
What would the EU do if an EU member declared war on another EU member?
Correct use of ergeben?
Trying to find a flaw in my proof that there are more rearrangements of an infinite series than real numbers
Why does resistance reduce when a conductive fabric is stretched?
Bishop game - python
What is the difference between logical consistency and logical entailment in deductive logic?
As the Dungeon Master, how do I handle a player that insists on a specific class when I already know that choice will cause issues?
Filtering fine silt/mud from water (not necessarily bacteria etc.)
How to check the quality of an audio sample?
What is the Precise Definition of a “Complex Vector Space”?
Cubic programming and beyond?
Are neural networks prone to catastrophic forgetting?
Dropping outliers based on "2.5 times the RMSE"
Keep milk (or milk alternative) for a day without a fridge
Is purchasing foreign currency before going abroad a losing proposition?
Does Google Maps take into account hills/inclines for route times?
<schwitz>, <zwinker> etc. Does German always use 2nd Person Singular Imperative verbs for emoticons? If so, why?
Where is the USB2 OTG port on the RPi 4 Model B located?
Why can't supermassive black holes merge? (or can they?)
Occasus nescius
What would be the ideal melee weapon made of "Phase Metal"?
Text under an arrow without braces
Text over/under implies arrow?Under Up Arrow Textchemfig: reaction above arrowbraces with text in boldPut horizontal arrow under text (no math)Text under brackets doesn't align correctlyShortcut for command without bracesVertical spacing between arrow and caption with unicode-mathHow to put under-braces at same level?Using printeranswers environment, how to print solutions in the box without the title “Solutions”
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Problem:
Placing text under rightarrow without using solutions such as underbrace
.
Minimal Working Example (MWE)
documentclassarticle
begindocument
noindent textitx = 2 $Rightarrow$ 2 $cdot$ 2 $underbraceRightarrow_text2 = textitx$ textitx $cdot$ textitx = 2 $cdot$ 2 $Rightarrow$ $textitx^2$ = 4 $hash$
enddocument
Desired output
I would like to basically just remove the underbrace and keep the text either under or above the arrow.
Current output
math-mode arrows subscripts braces underbrace
add a comment |
Problem:
Placing text under rightarrow without using solutions such as underbrace
.
Minimal Working Example (MWE)
documentclassarticle
begindocument
noindent textitx = 2 $Rightarrow$ 2 $cdot$ 2 $underbraceRightarrow_text2 = textitx$ textitx $cdot$ textitx = 2 $cdot$ 2 $Rightarrow$ $textitx^2$ = 4 $hash$
enddocument
Desired output
I would like to basically just remove the underbrace and keep the text either under or above the arrow.
Current output
math-mode arrows subscripts braces underbrace
First of start by writing this as proper math, you should not be usingtextitx
but$x$
and don't go in and out of math. Secondly, writing on top of sayRightarrow
is not recommended in writing, it works fine on a black board, but should not be used in typeset texts.
– daleif
Jul 4 at 10:31
@daleif Thanks for the recommendations, what do you propose to use instead of rightarrow? Also, if I wish the x to be in italic, how should it be written?
– kexxcream
Jul 4 at 10:34
add a comment |
Problem:
Placing text under rightarrow without using solutions such as underbrace
.
Minimal Working Example (MWE)
documentclassarticle
begindocument
noindent textitx = 2 $Rightarrow$ 2 $cdot$ 2 $underbraceRightarrow_text2 = textitx$ textitx $cdot$ textitx = 2 $cdot$ 2 $Rightarrow$ $textitx^2$ = 4 $hash$
enddocument
Desired output
I would like to basically just remove the underbrace and keep the text either under or above the arrow.
Current output
math-mode arrows subscripts braces underbrace
Problem:
Placing text under rightarrow without using solutions such as underbrace
.
Minimal Working Example (MWE)
documentclassarticle
begindocument
noindent textitx = 2 $Rightarrow$ 2 $cdot$ 2 $underbraceRightarrow_text2 = textitx$ textitx $cdot$ textitx = 2 $cdot$ 2 $Rightarrow$ $textitx^2$ = 4 $hash$
enddocument
Desired output
I would like to basically just remove the underbrace and keep the text either under or above the arrow.
Current output
math-mode arrows subscripts braces underbrace
math-mode arrows subscripts braces underbrace
asked Jul 4 at 10:23
kexxcreamkexxcream
8472 gold badges13 silver badges30 bronze badges
8472 gold badges13 silver badges30 bronze badges
First of start by writing this as proper math, you should not be usingtextitx
but$x$
and don't go in and out of math. Secondly, writing on top of sayRightarrow
is not recommended in writing, it works fine on a black board, but should not be used in typeset texts.
– daleif
Jul 4 at 10:31
@daleif Thanks for the recommendations, what do you propose to use instead of rightarrow? Also, if I wish the x to be in italic, how should it be written?
– kexxcream
Jul 4 at 10:34
add a comment |
First of start by writing this as proper math, you should not be usingtextitx
but$x$
and don't go in and out of math. Secondly, writing on top of sayRightarrow
is not recommended in writing, it works fine on a black board, but should not be used in typeset texts.
– daleif
Jul 4 at 10:31
@daleif Thanks for the recommendations, what do you propose to use instead of rightarrow? Also, if I wish the x to be in italic, how should it be written?
– kexxcream
Jul 4 at 10:34
First of start by writing this as proper math, you should not be using
textitx
but $x$
and don't go in and out of math. Secondly, writing on top of say Rightarrow
is not recommended in writing, it works fine on a black board, but should not be used in typeset texts.– daleif
Jul 4 at 10:31
First of start by writing this as proper math, you should not be using
textitx
but $x$
and don't go in and out of math. Secondly, writing on top of say Rightarrow
is not recommended in writing, it works fine on a black board, but should not be used in typeset texts.– daleif
Jul 4 at 10:31
@daleif Thanks for the recommendations, what do you propose to use instead of rightarrow? Also, if I wish the x to be in italic, how should it be written?
– kexxcream
Jul 4 at 10:34
@daleif Thanks for the recommendations, what do you propose to use instead of rightarrow? Also, if I wish the x to be in italic, how should it be written?
– kexxcream
Jul 4 at 10:34
add a comment |
2 Answers
2
active
oldest
votes
You could use xRightarrow
. I also recommend writing everything in math mode.
documentclassarticle
usepackagemathtools
begindocument
noindent$x = 2 quadRightarrowquad 2cdot2quad
xRightarrow[2=x]quad x cdot x = 2 cdot 2quad Rightarrowquad
x^2 = 4$
noindent or
noindent$x = 2 ;Rightarrow; 2cdot2;
xRightarrow[2=x]; x cdot x = 2 cdot 2; Rightarrow;
x^2 = 4$
enddocument
Thanks - how do I get the text above the arrow?
– kexxcream
Jul 4 at 10:40
1
@kexxcream WithxRightarrow2=x
.
– marmot
Jul 4 at 10:41
3
To whoever downvoted that: maybe you should look at the time stamp of the answer before downvoting....
– marmot
Jul 4 at 16:03
add a comment |
Using overset
or underset
you can obtain also your desidered output. With Rightarrow
command, you will have:
documentclass[a4paper,12pt]article
usepackageamsmath,amssymb
begindocument
[x = 2 Rightarrow 2 cdot 2 underset2=xRightarrow x cdot x = 2 cdot 2 Rightarrow x^2 = 4]
[x = 2 Rightarrow 2 cdot 2 overset2=xRightarrow x cdot x = 2 cdot 2 Rightarrow x^2 = 4]
enddocument
Using implies
command instead of Rightarrow
:
documentclass[a4paper,12pt]article
usepackageamsmath,amssymb
begindocument
[x = 2 implies 2 cdot 2 underset2=ximplies x cdot x = 2 cdot 2 implies x^2 = 4]
[x = 2 implies 2 cdot 2 overset2=ximplies x cdot x = 2 cdot 2 implies x^2 = 4]
enddocument
Using, instead, stackengine
package of @Steven B. Segletes, there are similar options as stackon
and stackunder
:
documentclass[12pt]article
usepackageamsmath,amssymb
usepackagestackengine
stackMath
begindocument
[x = 2 implies 2 cdot 2 stackonimpliesscriptstyle 2=x x cdot x = 2 cdot 2 implies x^2 = 4]
[x = 2 implies 2 cdot 2 stackunderimpliesscriptstyle 2=x x cdot x = 2 cdot 2 implies x^2 = 4]
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/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%2f498588%2ftext-under-an-arrow-without-braces%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
You could use xRightarrow
. I also recommend writing everything in math mode.
documentclassarticle
usepackagemathtools
begindocument
noindent$x = 2 quadRightarrowquad 2cdot2quad
xRightarrow[2=x]quad x cdot x = 2 cdot 2quad Rightarrowquad
x^2 = 4$
noindent or
noindent$x = 2 ;Rightarrow; 2cdot2;
xRightarrow[2=x]; x cdot x = 2 cdot 2; Rightarrow;
x^2 = 4$
enddocument
Thanks - how do I get the text above the arrow?
– kexxcream
Jul 4 at 10:40
1
@kexxcream WithxRightarrow2=x
.
– marmot
Jul 4 at 10:41
3
To whoever downvoted that: maybe you should look at the time stamp of the answer before downvoting....
– marmot
Jul 4 at 16:03
add a comment |
You could use xRightarrow
. I also recommend writing everything in math mode.
documentclassarticle
usepackagemathtools
begindocument
noindent$x = 2 quadRightarrowquad 2cdot2quad
xRightarrow[2=x]quad x cdot x = 2 cdot 2quad Rightarrowquad
x^2 = 4$
noindent or
noindent$x = 2 ;Rightarrow; 2cdot2;
xRightarrow[2=x]; x cdot x = 2 cdot 2; Rightarrow;
x^2 = 4$
enddocument
Thanks - how do I get the text above the arrow?
– kexxcream
Jul 4 at 10:40
1
@kexxcream WithxRightarrow2=x
.
– marmot
Jul 4 at 10:41
3
To whoever downvoted that: maybe you should look at the time stamp of the answer before downvoting....
– marmot
Jul 4 at 16:03
add a comment |
You could use xRightarrow
. I also recommend writing everything in math mode.
documentclassarticle
usepackagemathtools
begindocument
noindent$x = 2 quadRightarrowquad 2cdot2quad
xRightarrow[2=x]quad x cdot x = 2 cdot 2quad Rightarrowquad
x^2 = 4$
noindent or
noindent$x = 2 ;Rightarrow; 2cdot2;
xRightarrow[2=x]; x cdot x = 2 cdot 2; Rightarrow;
x^2 = 4$
enddocument
You could use xRightarrow
. I also recommend writing everything in math mode.
documentclassarticle
usepackagemathtools
begindocument
noindent$x = 2 quadRightarrowquad 2cdot2quad
xRightarrow[2=x]quad x cdot x = 2 cdot 2quad Rightarrowquad
x^2 = 4$
noindent or
noindent$x = 2 ;Rightarrow; 2cdot2;
xRightarrow[2=x]; x cdot x = 2 cdot 2; Rightarrow;
x^2 = 4$
enddocument
answered Jul 4 at 10:31
marmotmarmot
144k6 gold badges188 silver badges347 bronze badges
144k6 gold badges188 silver badges347 bronze badges
Thanks - how do I get the text above the arrow?
– kexxcream
Jul 4 at 10:40
1
@kexxcream WithxRightarrow2=x
.
– marmot
Jul 4 at 10:41
3
To whoever downvoted that: maybe you should look at the time stamp of the answer before downvoting....
– marmot
Jul 4 at 16:03
add a comment |
Thanks - how do I get the text above the arrow?
– kexxcream
Jul 4 at 10:40
1
@kexxcream WithxRightarrow2=x
.
– marmot
Jul 4 at 10:41
3
To whoever downvoted that: maybe you should look at the time stamp of the answer before downvoting....
– marmot
Jul 4 at 16:03
Thanks - how do I get the text above the arrow?
– kexxcream
Jul 4 at 10:40
Thanks - how do I get the text above the arrow?
– kexxcream
Jul 4 at 10:40
1
1
@kexxcream With
xRightarrow2=x
.– marmot
Jul 4 at 10:41
@kexxcream With
xRightarrow2=x
.– marmot
Jul 4 at 10:41
3
3
To whoever downvoted that: maybe you should look at the time stamp of the answer before downvoting....
– marmot
Jul 4 at 16:03
To whoever downvoted that: maybe you should look at the time stamp of the answer before downvoting....
– marmot
Jul 4 at 16:03
add a comment |
Using overset
or underset
you can obtain also your desidered output. With Rightarrow
command, you will have:
documentclass[a4paper,12pt]article
usepackageamsmath,amssymb
begindocument
[x = 2 Rightarrow 2 cdot 2 underset2=xRightarrow x cdot x = 2 cdot 2 Rightarrow x^2 = 4]
[x = 2 Rightarrow 2 cdot 2 overset2=xRightarrow x cdot x = 2 cdot 2 Rightarrow x^2 = 4]
enddocument
Using implies
command instead of Rightarrow
:
documentclass[a4paper,12pt]article
usepackageamsmath,amssymb
begindocument
[x = 2 implies 2 cdot 2 underset2=ximplies x cdot x = 2 cdot 2 implies x^2 = 4]
[x = 2 implies 2 cdot 2 overset2=ximplies x cdot x = 2 cdot 2 implies x^2 = 4]
enddocument
Using, instead, stackengine
package of @Steven B. Segletes, there are similar options as stackon
and stackunder
:
documentclass[12pt]article
usepackageamsmath,amssymb
usepackagestackengine
stackMath
begindocument
[x = 2 implies 2 cdot 2 stackonimpliesscriptstyle 2=x x cdot x = 2 cdot 2 implies x^2 = 4]
[x = 2 implies 2 cdot 2 stackunderimpliesscriptstyle 2=x x cdot x = 2 cdot 2 implies x^2 = 4]
enddocument
add a comment |
Using overset
or underset
you can obtain also your desidered output. With Rightarrow
command, you will have:
documentclass[a4paper,12pt]article
usepackageamsmath,amssymb
begindocument
[x = 2 Rightarrow 2 cdot 2 underset2=xRightarrow x cdot x = 2 cdot 2 Rightarrow x^2 = 4]
[x = 2 Rightarrow 2 cdot 2 overset2=xRightarrow x cdot x = 2 cdot 2 Rightarrow x^2 = 4]
enddocument
Using implies
command instead of Rightarrow
:
documentclass[a4paper,12pt]article
usepackageamsmath,amssymb
begindocument
[x = 2 implies 2 cdot 2 underset2=ximplies x cdot x = 2 cdot 2 implies x^2 = 4]
[x = 2 implies 2 cdot 2 overset2=ximplies x cdot x = 2 cdot 2 implies x^2 = 4]
enddocument
Using, instead, stackengine
package of @Steven B. Segletes, there are similar options as stackon
and stackunder
:
documentclass[12pt]article
usepackageamsmath,amssymb
usepackagestackengine
stackMath
begindocument
[x = 2 implies 2 cdot 2 stackonimpliesscriptstyle 2=x x cdot x = 2 cdot 2 implies x^2 = 4]
[x = 2 implies 2 cdot 2 stackunderimpliesscriptstyle 2=x x cdot x = 2 cdot 2 implies x^2 = 4]
enddocument
add a comment |
Using overset
or underset
you can obtain also your desidered output. With Rightarrow
command, you will have:
documentclass[a4paper,12pt]article
usepackageamsmath,amssymb
begindocument
[x = 2 Rightarrow 2 cdot 2 underset2=xRightarrow x cdot x = 2 cdot 2 Rightarrow x^2 = 4]
[x = 2 Rightarrow 2 cdot 2 overset2=xRightarrow x cdot x = 2 cdot 2 Rightarrow x^2 = 4]
enddocument
Using implies
command instead of Rightarrow
:
documentclass[a4paper,12pt]article
usepackageamsmath,amssymb
begindocument
[x = 2 implies 2 cdot 2 underset2=ximplies x cdot x = 2 cdot 2 implies x^2 = 4]
[x = 2 implies 2 cdot 2 overset2=ximplies x cdot x = 2 cdot 2 implies x^2 = 4]
enddocument
Using, instead, stackengine
package of @Steven B. Segletes, there are similar options as stackon
and stackunder
:
documentclass[12pt]article
usepackageamsmath,amssymb
usepackagestackengine
stackMath
begindocument
[x = 2 implies 2 cdot 2 stackonimpliesscriptstyle 2=x x cdot x = 2 cdot 2 implies x^2 = 4]
[x = 2 implies 2 cdot 2 stackunderimpliesscriptstyle 2=x x cdot x = 2 cdot 2 implies x^2 = 4]
enddocument
Using overset
or underset
you can obtain also your desidered output. With Rightarrow
command, you will have:
documentclass[a4paper,12pt]article
usepackageamsmath,amssymb
begindocument
[x = 2 Rightarrow 2 cdot 2 underset2=xRightarrow x cdot x = 2 cdot 2 Rightarrow x^2 = 4]
[x = 2 Rightarrow 2 cdot 2 overset2=xRightarrow x cdot x = 2 cdot 2 Rightarrow x^2 = 4]
enddocument
Using implies
command instead of Rightarrow
:
documentclass[a4paper,12pt]article
usepackageamsmath,amssymb
begindocument
[x = 2 implies 2 cdot 2 underset2=ximplies x cdot x = 2 cdot 2 implies x^2 = 4]
[x = 2 implies 2 cdot 2 overset2=ximplies x cdot x = 2 cdot 2 implies x^2 = 4]
enddocument
Using, instead, stackengine
package of @Steven B. Segletes, there are similar options as stackon
and stackunder
:
documentclass[12pt]article
usepackageamsmath,amssymb
usepackagestackengine
stackMath
begindocument
[x = 2 implies 2 cdot 2 stackonimpliesscriptstyle 2=x x cdot x = 2 cdot 2 implies x^2 = 4]
[x = 2 implies 2 cdot 2 stackunderimpliesscriptstyle 2=x x cdot x = 2 cdot 2 implies x^2 = 4]
enddocument
edited Jul 4 at 20:34
answered Jul 4 at 11:33
SebastianoSebastiano
13.5k5 gold badges25 silver badges72 bronze badges
13.5k5 gold badges25 silver badges72 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%2f498588%2ftext-under-an-arrow-without-braces%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
First of start by writing this as proper math, you should not be using
textitx
but$x$
and don't go in and out of math. Secondly, writing on top of sayRightarrow
is not recommended in writing, it works fine on a black board, but should not be used in typeset texts.– daleif
Jul 4 at 10:31
@daleif Thanks for the recommendations, what do you propose to use instead of rightarrow? Also, if I wish the x to be in italic, how should it be written?
– kexxcream
Jul 4 at 10:34