Symbol above others The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Do we need more moderators?Creating a large “such that” symbolSlashed “male” symbollesssim (and some others) not workingWriting above and below a symbol simultaneouslyCan't recognize math symbol - bold “minus” above variableWhat symbol is this?Don't know how to make this symbol!Symbol for square bracket with only one horizontal lineLaTex Beamer - Article SymbolRange symbol over character
Homework question about an engine pulling a train
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
What do I do when my TA workload is more than expected?
What is the role of 'For' here?
different output for groups and groups USERNAME after adding a username to a group
What is the padding with red substance inside of steak packaging?
Variable with quotation marks "$()"
Could an empire control the whole planet with today's comunication methods?
Are spiders unable to hurt humans, especially very small spiders?
Do ℕ, mathbbN, BbbN, symbbN effectively differ, and is there a "canonical" specification of the naturals?
Deal with toxic manager when you can't quit
Why are PDP-7-style microprogrammed instructions out of vogue?
How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?
My body leaves; my core can stay
Is this wall load bearing? Blueprints and photos attached
How to type a long/em dash `—`
How do you keep chess fun when your opponent constantly beats you?
What happens to a Warlock's expended Spell Slots when they gain a Level?
should truth entail possible truth
What can I do if neighbor is blocking my solar panels intentionally?
Didn't get enough time to take a Coding Test - what to do now?
60's-70's movie: home appliances revolting against the owners
What's the point in a preamp?
Word for: a synonym with a positive connotation?
Symbol above others
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Do we need more moderators?Creating a large “such that” symbolSlashed “male” symbollesssim (and some others) not workingWriting above and below a symbol simultaneouslyCan't recognize math symbol - bold “minus” above variableWhat symbol is this?Don't know how to make this symbol!Symbol for square bracket with only one horizontal lineLaTex Beamer - Article SymbolRange symbol over character
I need to make -
and +
over the brackets. Like this:
documentclassarticle
begindocument
$1(1+3)(1-4)(1-2)=+$
enddocument
symbols
add a comment |
I need to make -
and +
over the brackets. Like this:
documentclassarticle
begindocument
$1(1+3)(1-4)(1-2)=+$
enddocument
symbols
2
overset
?
– JouleV
Apr 9 at 5:21
add a comment |
I need to make -
and +
over the brackets. Like this:
documentclassarticle
begindocument
$1(1+3)(1-4)(1-2)=+$
enddocument
symbols
I need to make -
and +
over the brackets. Like this:
documentclassarticle
begindocument
$1(1+3)(1-4)(1-2)=+$
enddocument
symbols
symbols
edited Apr 9 at 5:34
JouleV
12.9k22663
12.9k22663
asked Apr 9 at 5:20
Simeon SimeonovSimeon Simeonov
4457
4457
2
overset
?
– JouleV
Apr 9 at 5:21
add a comment |
2
overset
?
– JouleV
Apr 9 at 5:21
2
2
overset
?– JouleV
Apr 9 at 5:21
overset
?– JouleV
Apr 9 at 5:21
add a comment |
2 Answers
2
active
oldest
votes
I'd prefer using >0 and <0 rather than plus and minus signs. In my opinion insisting on + meaning positive and − meaning negative has the consequence that some students believe that −a denotes a negative quantity.
documentclassarticle
usepackageamsmath
newcommandPOS[1]overset>0#1
newcommandNEG[1]overset<0#1
begindocument
[
1POS(1+3)NEG(1-4)NEG(1-2)>0
]
enddocument
For your format:
documentclassarticle
usepackageamsmath
newcommandPOS[1]oversettextstyle+#1
newcommandNEG[1]oversettextstyle-#1
begindocument
[
1POS(1+3)NEG(1-4)NEG(1-2)=+
]
enddocument
add a comment |
I would not write the right hand side like that.
documentclassarticle
usepackageamsmath
begindocument
$1overbrace(1+3)^+overbrace(1-4)^-overbrace(1-2)^-=overbrace12^+$
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%2f483900%2fsymbol-above-others%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
I'd prefer using >0 and <0 rather than plus and minus signs. In my opinion insisting on + meaning positive and − meaning negative has the consequence that some students believe that −a denotes a negative quantity.
documentclassarticle
usepackageamsmath
newcommandPOS[1]overset>0#1
newcommandNEG[1]overset<0#1
begindocument
[
1POS(1+3)NEG(1-4)NEG(1-2)>0
]
enddocument
For your format:
documentclassarticle
usepackageamsmath
newcommandPOS[1]oversettextstyle+#1
newcommandNEG[1]oversettextstyle-#1
begindocument
[
1POS(1+3)NEG(1-4)NEG(1-2)=+
]
enddocument
add a comment |
I'd prefer using >0 and <0 rather than plus and minus signs. In my opinion insisting on + meaning positive and − meaning negative has the consequence that some students believe that −a denotes a negative quantity.
documentclassarticle
usepackageamsmath
newcommandPOS[1]overset>0#1
newcommandNEG[1]overset<0#1
begindocument
[
1POS(1+3)NEG(1-4)NEG(1-2)>0
]
enddocument
For your format:
documentclassarticle
usepackageamsmath
newcommandPOS[1]oversettextstyle+#1
newcommandNEG[1]oversettextstyle-#1
begindocument
[
1POS(1+3)NEG(1-4)NEG(1-2)=+
]
enddocument
add a comment |
I'd prefer using >0 and <0 rather than plus and minus signs. In my opinion insisting on + meaning positive and − meaning negative has the consequence that some students believe that −a denotes a negative quantity.
documentclassarticle
usepackageamsmath
newcommandPOS[1]overset>0#1
newcommandNEG[1]overset<0#1
begindocument
[
1POS(1+3)NEG(1-4)NEG(1-2)>0
]
enddocument
For your format:
documentclassarticle
usepackageamsmath
newcommandPOS[1]oversettextstyle+#1
newcommandNEG[1]oversettextstyle-#1
begindocument
[
1POS(1+3)NEG(1-4)NEG(1-2)=+
]
enddocument
I'd prefer using >0 and <0 rather than plus and minus signs. In my opinion insisting on + meaning positive and − meaning negative has the consequence that some students believe that −a denotes a negative quantity.
documentclassarticle
usepackageamsmath
newcommandPOS[1]overset>0#1
newcommandNEG[1]overset<0#1
begindocument
[
1POS(1+3)NEG(1-4)NEG(1-2)>0
]
enddocument
For your format:
documentclassarticle
usepackageamsmath
newcommandPOS[1]oversettextstyle+#1
newcommandNEG[1]oversettextstyle-#1
begindocument
[
1POS(1+3)NEG(1-4)NEG(1-2)=+
]
enddocument
answered Apr 9 at 8:52
egregegreg
733k8919313256
733k8919313256
add a comment |
add a comment |
I would not write the right hand side like that.
documentclassarticle
usepackageamsmath
begindocument
$1overbrace(1+3)^+overbrace(1-4)^-overbrace(1-2)^-=overbrace12^+$
enddocument
add a comment |
I would not write the right hand side like that.
documentclassarticle
usepackageamsmath
begindocument
$1overbrace(1+3)^+overbrace(1-4)^-overbrace(1-2)^-=overbrace12^+$
enddocument
add a comment |
I would not write the right hand side like that.
documentclassarticle
usepackageamsmath
begindocument
$1overbrace(1+3)^+overbrace(1-4)^-overbrace(1-2)^-=overbrace12^+$
enddocument
I would not write the right hand side like that.
documentclassarticle
usepackageamsmath
begindocument
$1overbrace(1+3)^+overbrace(1-4)^-overbrace(1-2)^-=overbrace12^+$
enddocument
answered Apr 9 at 5:39
JouleVJouleV
12.9k22663
12.9k22663
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%2f483900%2fsymbol-above-others%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
2
overset
?– JouleV
Apr 9 at 5:21