DeclareMathOperator and widearcarrow with kpfontsnewcommand vs. DeclareMathOperatorHow can I add widearcarrow from kpfonts without using this package?mathpazo, mathdesign and kpfontsGreek words with kpfontsIncompability of kpfonts and hyperref?Selective lining figures with KPFontskpfonts vs. fence scalingMathbb in classicthesis and kpfontsHow do I write nsupseteq with kpfonts?kpfonts error with environ package and writeCorrect spacing in tikz-cd with kpfontsvarkappa: amssymb AND kpfonts

In TDD, should I add unit tests to refactored code?

Why can "bubo" ("owl") be feminine or masculine?

Why is super hero technology never used by civilians?

Why would a life-insurance company agree to a 20-year guaranteed life annuity which is expected to pay out more than the principal?

Ideal Firearms for time travel or low tech universe exploration

Continuous functions taking uncountably many values countably often

The lecturer supposed to grade my presentation fell asleep while I held it. Should I complain?

Can a Tiefling be born from two human parents?

How to ask someone about something without accusing them

Why is the Australian ETA application fee cheaper on a 3rd party website?

In Flanders Fields

Styling overlapping polygons of different layers

Is there a bulletproof way to know a file has been successfully decrypted?

Is there a text editor that can run shell scripts?

Selecting elements from a list under multiple conditions

Crack hashed passwords using a known password

Catalina: /usr/sbin/accept command not found

Why in the world would the tab on a TO-220 package have a connection to anything (but GND, if applicable)?

What is the maximum distance you can cause damage from?

Mostly pluses and minuses: says Grandpa

What can be found in towers of Tower Bridge?

Why is hydro-electric power still scarce in some places?

The quietest classical orchestra instrument to play at home

20 cards with no Set



DeclareMathOperator and widearcarrow with kpfonts


newcommand vs. DeclareMathOperatorHow can I add widearcarrow from kpfonts without using this package?mathpazo, mathdesign and kpfontsGreek words with kpfontsIncompability of kpfonts and hyperref?Selective lining figures with KPFontskpfonts vs. fence scalingMathbb in classicthesis and kpfontsHow do I write nsupseteq with kpfonts?kpfonts error with environ package and writeCorrect spacing in tikz-cd with kpfontsvarkappa: amssymb AND kpfonts






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









6

















The title says it all, I am using the package kpfonts and I would like to declare a math operator that has a widearc on top. However, when I compile I don't get any arc.



documentclassarticle

usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackage
kpfonts


DeclareMathOperatordSingwidearcarrowSing
DeclareMathOperatorsSingwidehatSing
begindocument
[dSing(X) quad widearcarrowSingquadsSing(A)]
enddocument


enter image description here



Notice that the command widehat is working.



Thanks for your help!










share|improve this question





















  • 1





    Welcome to TeX.SE.

    – Mico
    Aug 11 at 18:49











  • Thanks @Mico and thanks everybody for your answers!

    – Stefano Nicotra
    Aug 12 at 9:23

















6

















The title says it all, I am using the package kpfonts and I would like to declare a math operator that has a widearc on top. However, when I compile I don't get any arc.



documentclassarticle

usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackage
kpfonts


DeclareMathOperatordSingwidearcarrowSing
DeclareMathOperatorsSingwidehatSing
begindocument
[dSing(X) quad widearcarrowSingquadsSing(A)]
enddocument


enter image description here



Notice that the command widehat is working.



Thanks for your help!










share|improve this question





















  • 1





    Welcome to TeX.SE.

    – Mico
    Aug 11 at 18:49











  • Thanks @Mico and thanks everybody for your answers!

    – Stefano Nicotra
    Aug 12 at 9:23













6












6








6


2






The title says it all, I am using the package kpfonts and I would like to declare a math operator that has a widearc on top. However, when I compile I don't get any arc.



documentclassarticle

usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackage
kpfonts


DeclareMathOperatordSingwidearcarrowSing
DeclareMathOperatorsSingwidehatSing
begindocument
[dSing(X) quad widearcarrowSingquadsSing(A)]
enddocument


enter image description here



Notice that the command widehat is working.



Thanks for your help!










share|improve this question















The title says it all, I am using the package kpfonts and I would like to declare a math operator that has a widearc on top. However, when I compile I don't get any arc.



documentclassarticle

usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackage
kpfonts


DeclareMathOperatordSingwidearcarrowSing
DeclareMathOperatorsSingwidehatSing
begindocument
[dSing(X) quad widearcarrowSingquadsSing(A)]
enddocument


enter image description here



Notice that the command widehat is working.



Thanks for your help!







math-operators kpfonts






share|improve this question














share|improve this question











share|improve this question




share|improve this question










asked Aug 11 at 18:28









Stefano NicotraStefano Nicotra

1633 bronze badges




1633 bronze badges










  • 1





    Welcome to TeX.SE.

    – Mico
    Aug 11 at 18:49











  • Thanks @Mico and thanks everybody for your answers!

    – Stefano Nicotra
    Aug 12 at 9:23












  • 1





    Welcome to TeX.SE.

    – Mico
    Aug 11 at 18:49











  • Thanks @Mico and thanks everybody for your answers!

    – Stefano Nicotra
    Aug 12 at 9:23







1




1





Welcome to TeX.SE.

– Mico
Aug 11 at 18:49





Welcome to TeX.SE.

– Mico
Aug 11 at 18:49













Thanks @Mico and thanks everybody for your answers!

– Stefano Nicotra
Aug 12 at 9:23





Thanks @Mico and thanks everybody for your answers!

– Stefano Nicotra
Aug 12 at 9:23










3 Answers
3






active

oldest

votes


















7


















Apparently, math accents from family 3 don't work in operatorname.



You can use a lower level interface:



documentclassarticle

usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagekpfonts

DeclareRobustCommanddSing%
mathopwidearcarrowmathrmSingnolimits

DeclareMathOperatorsSingwidehatSing

begindocument

[
dSing(X) quad widearcarrowSing quad sSing(A)
]

enddocument


enter image description here






share|improve this answer

































    7


















    Replace newcommand instead of DeclareMathOperator and your code works perfectly.



    For the differences between newcommandand DeclareMathOperator I suggest to see this link: newcommand vs. DeclareMathOperator



    enter image description here



    documentclassarticle
    usepackage[T1]fontenc
    usepackage[utf8]inputenc
    usepackagekpfonts
    newcommanddSingwidearcarrowmathrmSing
    newcommandsSingwidehatmathrmSing
    begindocument
    [dSing(X) quad widearcarrowSingquadsSing(A)]
    enddocument





    share|improve this answer























    • 3





      Good answer! One tweak: if you redefine the operator font or mathrm, so that they’re no longer the same, you can replace mathrmSing with operatornameSing.

      – Davislor
      Aug 12 at 3:57











    • @Davislor I thank you and all of you from the bottom of my heart. I've only had luck :-)

      – Sebastiano
      Aug 12 at 6:53


















    4


















    renewcommandd[1]widearcarrowtext#1
    defdSingdSing


    Don't know why it works this way, but it does. May be a feature of the definition of widearcarrow in the package.






    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/4.0/"u003ecc by-sa 4.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%2f503809%2fdeclaremathoperator-and-widearcarrow-with-kpfonts%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown


























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      7


















      Apparently, math accents from family 3 don't work in operatorname.



      You can use a lower level interface:



      documentclassarticle

      usepackage[T1]fontenc
      usepackage[utf8]inputenc
      usepackagekpfonts

      DeclareRobustCommanddSing%
      mathopwidearcarrowmathrmSingnolimits

      DeclareMathOperatorsSingwidehatSing

      begindocument

      [
      dSing(X) quad widearcarrowSing quad sSing(A)
      ]

      enddocument


      enter image description here






      share|improve this answer






























        7


















        Apparently, math accents from family 3 don't work in operatorname.



        You can use a lower level interface:



        documentclassarticle

        usepackage[T1]fontenc
        usepackage[utf8]inputenc
        usepackagekpfonts

        DeclareRobustCommanddSing%
        mathopwidearcarrowmathrmSingnolimits

        DeclareMathOperatorsSingwidehatSing

        begindocument

        [
        dSing(X) quad widearcarrowSing quad sSing(A)
        ]

        enddocument


        enter image description here






        share|improve this answer




























          7














          7










          7









          Apparently, math accents from family 3 don't work in operatorname.



          You can use a lower level interface:



          documentclassarticle

          usepackage[T1]fontenc
          usepackage[utf8]inputenc
          usepackagekpfonts

          DeclareRobustCommanddSing%
          mathopwidearcarrowmathrmSingnolimits

          DeclareMathOperatorsSingwidehatSing

          begindocument

          [
          dSing(X) quad widearcarrowSing quad sSing(A)
          ]

          enddocument


          enter image description here






          share|improve this answer














          Apparently, math accents from family 3 don't work in operatorname.



          You can use a lower level interface:



          documentclassarticle

          usepackage[T1]fontenc
          usepackage[utf8]inputenc
          usepackagekpfonts

          DeclareRobustCommanddSing%
          mathopwidearcarrowmathrmSingnolimits

          DeclareMathOperatorsSingwidehatSing

          begindocument

          [
          dSing(X) quad widearcarrowSing quad sSing(A)
          ]

          enddocument


          enter image description here







          share|improve this answer













          share|improve this answer




          share|improve this answer










          answered Aug 11 at 21:47









          egregegreg

          782k93 gold badges2035 silver badges3405 bronze badges




          782k93 gold badges2035 silver badges3405 bronze badges


























              7


















              Replace newcommand instead of DeclareMathOperator and your code works perfectly.



              For the differences between newcommandand DeclareMathOperator I suggest to see this link: newcommand vs. DeclareMathOperator



              enter image description here



              documentclassarticle
              usepackage[T1]fontenc
              usepackage[utf8]inputenc
              usepackagekpfonts
              newcommanddSingwidearcarrowmathrmSing
              newcommandsSingwidehatmathrmSing
              begindocument
              [dSing(X) quad widearcarrowSingquadsSing(A)]
              enddocument





              share|improve this answer























              • 3





                Good answer! One tweak: if you redefine the operator font or mathrm, so that they’re no longer the same, you can replace mathrmSing with operatornameSing.

                – Davislor
                Aug 12 at 3:57











              • @Davislor I thank you and all of you from the bottom of my heart. I've only had luck :-)

                – Sebastiano
                Aug 12 at 6:53















              7


















              Replace newcommand instead of DeclareMathOperator and your code works perfectly.



              For the differences between newcommandand DeclareMathOperator I suggest to see this link: newcommand vs. DeclareMathOperator



              enter image description here



              documentclassarticle
              usepackage[T1]fontenc
              usepackage[utf8]inputenc
              usepackagekpfonts
              newcommanddSingwidearcarrowmathrmSing
              newcommandsSingwidehatmathrmSing
              begindocument
              [dSing(X) quad widearcarrowSingquadsSing(A)]
              enddocument





              share|improve this answer























              • 3





                Good answer! One tweak: if you redefine the operator font or mathrm, so that they’re no longer the same, you can replace mathrmSing with operatornameSing.

                – Davislor
                Aug 12 at 3:57











              • @Davislor I thank you and all of you from the bottom of my heart. I've only had luck :-)

                – Sebastiano
                Aug 12 at 6:53













              7














              7










              7









              Replace newcommand instead of DeclareMathOperator and your code works perfectly.



              For the differences between newcommandand DeclareMathOperator I suggest to see this link: newcommand vs. DeclareMathOperator



              enter image description here



              documentclassarticle
              usepackage[T1]fontenc
              usepackage[utf8]inputenc
              usepackagekpfonts
              newcommanddSingwidearcarrowmathrmSing
              newcommandsSingwidehatmathrmSing
              begindocument
              [dSing(X) quad widearcarrowSingquadsSing(A)]
              enddocument





              share|improve this answer
















              Replace newcommand instead of DeclareMathOperator and your code works perfectly.



              For the differences between newcommandand DeclareMathOperator I suggest to see this link: newcommand vs. DeclareMathOperator



              enter image description here



              documentclassarticle
              usepackage[T1]fontenc
              usepackage[utf8]inputenc
              usepackagekpfonts
              newcommanddSingwidearcarrowmathrmSing
              newcommandsSingwidehatmathrmSing
              begindocument
              [dSing(X) quad widearcarrowSingquadsSing(A)]
              enddocument






              share|improve this answer















              share|improve this answer




              share|improve this answer








              edited Aug 11 at 21:37

























              answered Aug 11 at 21:14









              SebastianoSebastiano

              20.2k5 gold badges30 silver badges86 bronze badges




              20.2k5 gold badges30 silver badges86 bronze badges










              • 3





                Good answer! One tweak: if you redefine the operator font or mathrm, so that they’re no longer the same, you can replace mathrmSing with operatornameSing.

                – Davislor
                Aug 12 at 3:57











              • @Davislor I thank you and all of you from the bottom of my heart. I've only had luck :-)

                – Sebastiano
                Aug 12 at 6:53












              • 3





                Good answer! One tweak: if you redefine the operator font or mathrm, so that they’re no longer the same, you can replace mathrmSing with operatornameSing.

                – Davislor
                Aug 12 at 3:57











              • @Davislor I thank you and all of you from the bottom of my heart. I've only had luck :-)

                – Sebastiano
                Aug 12 at 6:53







              3




              3





              Good answer! One tweak: if you redefine the operator font or mathrm, so that they’re no longer the same, you can replace mathrmSing with operatornameSing.

              – Davislor
              Aug 12 at 3:57





              Good answer! One tweak: if you redefine the operator font or mathrm, so that they’re no longer the same, you can replace mathrmSing with operatornameSing.

              – Davislor
              Aug 12 at 3:57













              @Davislor I thank you and all of you from the bottom of my heart. I've only had luck :-)

              – Sebastiano
              Aug 12 at 6:53





              @Davislor I thank you and all of you from the bottom of my heart. I've only had luck :-)

              – Sebastiano
              Aug 12 at 6:53











              4


















              renewcommandd[1]widearcarrowtext#1
              defdSingdSing


              Don't know why it works this way, but it does. May be a feature of the definition of widearcarrow in the package.






              share|improve this answer






























                4


















                renewcommandd[1]widearcarrowtext#1
                defdSingdSing


                Don't know why it works this way, but it does. May be a feature of the definition of widearcarrow in the package.






                share|improve this answer




























                  4














                  4










                  4









                  renewcommandd[1]widearcarrowtext#1
                  defdSingdSing


                  Don't know why it works this way, but it does. May be a feature of the definition of widearcarrow in the package.






                  share|improve this answer














                  renewcommandd[1]widearcarrowtext#1
                  defdSingdSing


                  Don't know why it works this way, but it does. May be a feature of the definition of widearcarrow in the package.







                  share|improve this answer













                  share|improve this answer




                  share|improve this answer










                  answered Aug 11 at 18:49









                  FoscoFosco

                  1,1438 silver badges15 bronze badges




                  1,1438 silver badges15 bronze badges































                      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%2f503809%2fdeclaremathoperator-and-widearcarrow-with-kpfonts%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

                      Tamil (spriik) Luke uk diar | Nawigatjuun

                      Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                      Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?