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










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

13.3k22663




13.3k22663










asked Apr 9 at 5:20









Simeon SimeonovSimeon Simeonov

4507




4507







  • 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

          734k8919323256




          734k8919323256





















              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

                  13.3k22663




                  13.3k22663



























                      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

                      Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

                      Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

                      What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company