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)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
Windows 10: How to Lock (not sleep) laptop on lid close?
How to pronounce 1ターン?
How to colour the US map with Yellow, Green, Red and Blue to minimize the number of states with the colour of Green
Mortgage adviser recommends a longer term than necessary combined with overpayments
What was the last x86 CPU that did not have the x87 floating-point unit built in?
Make it rain characters
He got a vote 80% that of Emmanuel Macron’s
What information about me do stores get via my credit card?
Python - Fishing Simulator
What LEGO pieces have "real-world" functionality?
Single author papers against my advisor's will?
University's motivation for having tenure-track positions
Didn't get enough time to take a Coding Test - what to do now?
Segmentation fault output is suppressed when piping stdin into a function. Why?
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
How do you keep chess fun when your opponent constantly beats you?
How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?
rotate text in posterbox
Difference between "generating set" and free product?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Why can't devices on different VLANs, but on the same subnet, communicate?
Road tyres vs "Street" tyres for charity ride on MTB Tandem
What can I do if neighbor is blocking my solar panels intentionally?
The variadic template constructor of my class cannot modify my class members, why is that so?
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)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
13.3k22663
13.3k22663
asked Apr 9 at 5:20
Simeon SimeonovSimeon Simeonov
4507
4507
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
734k8919323256
734k8919323256
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
13.3k22663
13.3k22663
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