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

Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?

Should I use my personal e-mail address, or my workplace one, when registering to external websites for work purposes?

Time travel alters history but people keep saying nothing's changed

Write faster on AT24C32

Loose spokes after only a few rides

If a Druid sees an animal’s corpse, can they wild shape into that animal?

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

Aging parents with no investments

Why didn't the Event Horizon Telescope team mention Sagittarius A*?

Output the Arecibo Message

Can one be advised by a professor who is very far away?

Pokemon Turn Based battle (Python)

For what reasons would an animal species NOT cross a *horizontal* land bridge?

How technical should a Scrum Master be to effectively remove impediments?

What is the meaning of Triage in Cybersec world?

During Temple times, who can butcher a kosher animal?

Why do UK politicians seemingly ignore opinion polls on Brexit?

Does the shape of a die affect the probability of a number being rolled?

Falsification in Math vs Science

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

What does ひと匙 mean in this manga and has it been used colloquially?

How to support a colleague who finds meetings extremely tiring?

Resizing object distorts it (Illustrator CC 2018)

How come people say “Would of”?



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 yesterday









JouleV

12.3k22663




12.3k22663










asked yesterday









Simeon SimeonovSimeon Simeonov

4457




4457







  • 2





    overset?

    – JouleV
    yesterday












  • 2





    overset?

    – JouleV
    yesterday







2




2





overset?

– JouleV
yesterday





overset?

– JouleV
yesterday










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 yesterday









          egregegreg

          733k8919313254




          733k8919313254





















              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 yesterday









                  JouleVJouleV

                  12.3k22663




                  12.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

                      Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                      Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                      Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form