Symbol above others The 2019 Stack Overflow Developer Survey Results Are InCreating 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

If the Wish spell is used to duplicate the effect of Simulacrum, are existing duplicates destroyed?

What is this 4-propeller plane?

Inversion Puzzle

How to answer pointed "are you quitting" questioning when I don't want them to suspect

Is this food a bread or a loaf?

Should I write numbers in words or as numerals when there are multiple next to each other?

How long do I have to send payment?

Where does the "burst of radiance" from Holy Weapon originate?

How to create dashed lines/arrows in Illustrator

Output the Arecibo Message

Pristine Bit Checking

How was Skylab's orbit inclination chosen?

aging parents with no investments

It's possible to achieve negative score?

Why isn't airport relocation done gradually?

Does light intensity oscillate really fast since it is a wave?

Idiomatic way to prevent slicing?

How come people say “Would of”?

What is the steepest angle that a canal can be traversable without locks?

In microwave frequencies, do you use a circulator when you need a (near) perfect diode?

Does duplicating a spell with Wish count as casting that spell?

Why is my p-value correlated to difference between means in two sample tests?

Can the Protection from Evil and Good spell be used on the caster?

A poker game description that does not feel gimmicky



Symbol above others



The 2019 Stack Overflow Developer Survey Results Are InCreating 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
    yesterday















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
    yesterday













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 23 hours ago









JouleV

12k22662




12k22662










asked yesterday









Simeon SimeonovSimeon Simeonov

4437




4437







  • 2





    overset?

    – JouleV
    yesterday












  • 2





    overset?

    – JouleV
    yesterday







2




2





overset?

– JouleV
yesterday





overset?

– JouleV
yesterday










2 Answers
2






active

oldest

votes


















7














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






























    6














    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









      7














      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'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












          7








          7







          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 20 hours ago









          egregegreg

          733k8919313254




          733k8919313254





















              6














              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



























                6














                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

























                  6












                  6








                  6







                  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 23 hours ago









                  JouleVJouleV

                  12k22662




                  12k22662



























                      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

                      Reverse int within the 32-bit signed integer range: [−2^31, 2^31 − 1]Combining two 32-bit integers into one 64-bit integerDetermine if an int is within rangeLossy packing 32 bit integer to 16 bitComputing the square root of a 64-bit integerKeeping integer addition within boundsSafe multiplication of two 64-bit signed integersLeetcode 10: Regular Expression MatchingSigned integer-to-ascii x86_64 assembler macroReverse the digits of an Integer“Add two numbers given in reverse order from a linked list”

                      Category:Fedor von Bock Media in category "Fedor von Bock"Navigation menuUpload mediaISNI: 0000 0000 5511 3417VIAF ID: 24712551GND ID: 119294796Library of Congress authority ID: n96068363BnF ID: 12534305fSUDOC authorities ID: 034604189Open Library ID: OL338253ANKCR AUT ID: jn19990000869National Library of Israel ID: 000514068National Thesaurus for Author Names ID: 341574317ReasonatorScholiaStatistics

                      Kiel Indholdsfortegnelse Historie | Transport og færgeforbindelser | Sejlsport og anden sport | Kultur | Kendte personer fra Kiel | Noter | Litteratur | Eksterne henvisninger | Navigationsmenuwww.kiel.de54°19′31″N 10°8′26″Ø / 54.32528°N 10.14056°Ø / 54.32528; 10.14056Oberbürgermeister Dr. Ulf Kämpferwww.statistik-nord.deDen danske Stats StatistikKiels hjemmesiderrrWorldCat312794080n790547494030481-4