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










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

12.9k22663




12.9k22663










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

                  12.9k22663




                  12.9k22663



























                      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

                      getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

                      Cannot Extend partition with GParted 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) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

                      Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.