Symbol above others The 2019 Stack Overflow Developer Survey Results Are In Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara 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

Was credit for the black hole image misappropriated?

What information about me do stores get via my credit card?

Why can't wing-mounted spoilers be used to steepen approaches?

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?

How to determine omitted units in a publication

What was the last x86 CPU that did not have the x87 floating-point unit built in?

Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?

60's-70's movie: home appliances revolting against the owners

Drawing arrows from one table cell reference to another

how can a perfect fourth interval be considered either consonant or dissonant?

What do I do when my TA workload is more than expected?

Would an alien lifeform be able to achieve space travel if lacking in vision?

Example of compact Riemannian manifold with only one geodesic.

Did the new image of black hole confirm the general theory of relativity?

How did passengers keep warm on sail ships?

How do spell lists change if the party levels up without taking a long rest?

What aspect of planet Earth must be changed to prevent the industrial revolution?

Am I ethically obligated to go into work on an off day if the reason is sudden?

Can withdrawing asylum be illegal?

Do warforged have souls?

Why doesn't a hydraulic lever violate conservation of energy?

Match Roman Numerals

"... to apply for a visa" or "... and applied for a visa"?

Is there a writing software that you can sort scenes like slides in PowerPoint?



Symbol above others



The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manara
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










6















I need to make - and + over the brackets. Like this:enter image description here



documentclassarticle
begindocument
$1(1+3)(1-4)(1-2)=+$
enddocument









share|improve this question



















  • 2





    overset?

    – JouleV
    Apr 9 at 5:21















6















I need to make - and + over the brackets. Like this:enter image description here



documentclassarticle
begindocument
$1(1+3)(1-4)(1-2)=+$
enddocument









share|improve this question



















  • 2





    overset?

    – JouleV
    Apr 9 at 5:21













6












6








6








I need to make - and + over the brackets. Like this:enter image description here



documentclassarticle
begindocument
$1(1+3)(1-4)(1-2)=+$
enddocument









share|improve this question
















I need to make - and + over the brackets. Like this:enter image description here



documentclassarticle
begindocument
$1(1+3)(1-4)(1-2)=+$
enddocument






symbols






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 9 at 5:34









JouleV

13k22663




13k22663










asked Apr 9 at 5:20









Simeon SimeonovSimeon Simeonov

4457




4457







  • 2





    overset?

    – JouleV
    Apr 9 at 5:21












  • 2





    overset?

    – JouleV
    Apr 9 at 5:21







2




2





overset?

– JouleV
Apr 9 at 5:21





overset?

– JouleV
Apr 9 at 5:21










2 Answers
2






active

oldest

votes


















8














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


enter image description here



For your format:



documentclassarticle
usepackageamsmath

newcommandPOS[1]oversettextstyle+#1
newcommandNEG[1]oversettextstyle-#1

begindocument

[
1POS(1+3)NEG(1-4)NEG(1-2)=+
]

enddocument


enter image description here






share|improve this answer






























    7














    I would not write the right hand side like that.



    documentclassarticle
    usepackageamsmath
    begindocument
    $1overbrace(1+3)^+overbrace(1-4)^-overbrace(1-2)^-=overbrace12^+$
    enddocument


    enter image description here






    share|improve this answer























      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
      );



      );













      draft saved

      draft discarded


















      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









      8














      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


      enter image description here



      For your format:



      documentclassarticle
      usepackageamsmath

      newcommandPOS[1]oversettextstyle+#1
      newcommandNEG[1]oversettextstyle-#1

      begindocument

      [
      1POS(1+3)NEG(1-4)NEG(1-2)=+
      ]

      enddocument


      enter image description here






      share|improve this answer



























        8














        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


        enter image description here



        For your format:



        documentclassarticle
        usepackageamsmath

        newcommandPOS[1]oversettextstyle+#1
        newcommandNEG[1]oversettextstyle-#1

        begindocument

        [
        1POS(1+3)NEG(1-4)NEG(1-2)=+
        ]

        enddocument


        enter image description here






        share|improve this answer

























          8












          8








          8







          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


          enter image description here



          For your format:



          documentclassarticle
          usepackageamsmath

          newcommandPOS[1]oversettextstyle+#1
          newcommandNEG[1]oversettextstyle-#1

          begindocument

          [
          1POS(1+3)NEG(1-4)NEG(1-2)=+
          ]

          enddocument


          enter image description here






          share|improve this answer













          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


          enter image description here



          For your format:



          documentclassarticle
          usepackageamsmath

          newcommandPOS[1]oversettextstyle+#1
          newcommandNEG[1]oversettextstyle-#1

          begindocument

          [
          1POS(1+3)NEG(1-4)NEG(1-2)=+
          ]

          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Apr 9 at 8:52









          egregegreg

          733k8919313256




          733k8919313256





















              7














              I would not write the right hand side like that.



              documentclassarticle
              usepackageamsmath
              begindocument
              $1overbrace(1+3)^+overbrace(1-4)^-overbrace(1-2)^-=overbrace12^+$
              enddocument


              enter image description here






              share|improve this answer



























                7














                I would not write the right hand side like that.



                documentclassarticle
                usepackageamsmath
                begindocument
                $1overbrace(1+3)^+overbrace(1-4)^-overbrace(1-2)^-=overbrace12^+$
                enddocument


                enter image description here






                share|improve this answer

























                  7












                  7








                  7







                  I would not write the right hand side like that.



                  documentclassarticle
                  usepackageamsmath
                  begindocument
                  $1overbrace(1+3)^+overbrace(1-4)^-overbrace(1-2)^-=overbrace12^+$
                  enddocument


                  enter image description here






                  share|improve this answer













                  I would not write the right hand side like that.



                  documentclassarticle
                  usepackageamsmath
                  begindocument
                  $1overbrace(1+3)^+overbrace(1-4)^-overbrace(1-2)^-=overbrace12^+$
                  enddocument


                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Apr 9 at 5:39









                  JouleVJouleV

                  13k22663




                  13k22663



























                      draft saved

                      draft discarded
















































                      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.




                      draft saved


                      draft discarded














                      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





















































                      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







                      Popular posts from this blog

                      Sum ergo cogito? 1 nng

                      419 nièngy_Soadمي 19bal1.5o_g

                      Queiggey Chernihivv 9NnOo i Zw X QqKk LpB