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

Infeasibility in mathematical optimization models

Should you play baroque pieces a semitone lower?

What gave Harry Potter the idea of writing in Tom Riddle's diary?

Are there any financial disadvantages to living significantly "below your means"?

Does a code snippet compile? Or does it get compiled?

Multirow in tabularx?

Dropdowns & Chevrons for Right to Left languages

Should I ask for permission to write an expository post about someone's else research?

Visa National - No Exit Stamp From France on Return to the UK

Is TA-ing worth the opportunity cost?

What is the maximum number of PC-controlled undead?

What is my malfunctioning AI harvesting from humans?

Was the 2019 Lion King film made through motion capture?

How to mark beverage cans in a cooler for a blind person?

As a 16 year old, how can I keep my money safe from my mother?

How can you evade tax by getting employment income just in equity, then using this equity as collateral to take out loan?

Double redundancy for the Saturn V LVDC computer memory, how were disagreements resolved?

Blocking people from taking pictures of me with smartphone

English - Acceptable use of parentheses in an author's name

Identification of vintage sloping window

MinionPro is erroneous

Is it legal for a company to enter an agreement not to hire employees from another company?

Is there a way to unplug the Raspberry pi safely without shutting down

Loading military units into ships optimally, using backtracking



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;








4















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







New contributor



Stefano Nicotra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    Welcome to TeX.SE.

    – Mico
    7 hours ago

















4















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







New contributor



Stefano Nicotra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    Welcome to TeX.SE.

    – Mico
    7 hours ago













4












4








4








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







New contributor



Stefano Nicotra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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







New contributor



Stefano Nicotra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share|improve this question







New contributor



Stefano Nicotra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|improve this question




share|improve this question






New contributor



Stefano Nicotra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








asked 8 hours ago









Stefano NicotraStefano Nicotra

211 bronze badge




211 bronze badge




New contributor



Stefano Nicotra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




Stefano Nicotra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • 1





    Welcome to TeX.SE.

    – Mico
    7 hours ago












  • 1





    Welcome to TeX.SE.

    – Mico
    7 hours ago







1




1





Welcome to TeX.SE.

– Mico
7 hours ago





Welcome to TeX.SE.

– Mico
7 hours ago










3 Answers
3






active

oldest

votes


















2














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


































    2














    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
































      1














      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/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
        );



        );






        Stefano Nicotra is a new contributor. Be nice, and check out our Code of Conduct.









        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









        2














        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































          2














          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





























            2












            2








            2







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

























            answered 5 hours ago









            SebastianoSebastiano

            14.9k5 gold badges26 silver badges79 bronze badges




            14.9k5 gold badges26 silver badges79 bronze badges


























                2














                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





























                  2














                  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



























                    2












                    2








                    2







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









                    egregegreg

                    761k90 gold badges1988 silver badges3337 bronze badges




                    761k90 gold badges1988 silver badges3337 bronze badges
























                        1














                        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





























                          1














                          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



























                            1












                            1








                            1







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









                            FoscoFosco

                            6336 silver badges15 bronze badges




                            6336 silver badges15 bronze badges























                                Stefano Nicotra is a new contributor. Be nice, and check out our Code of Conduct.









                                draft saved

                                draft discarded


















                                Stefano Nicotra is a new contributor. Be nice, and check out our Code of Conduct.












                                Stefano Nicotra is a new contributor. Be nice, and check out our Code of Conduct.











                                Stefano Nicotra is a new contributor. Be nice, and check out our Code of Conduct.














                                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

                                Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                                Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                                Ласкавець круглолистий Зміст Опис | Поширення | Галерея | Примітки | Посилання | Навігаційне меню58171138361-22960890446Bupleurum rotundifoliumEuro+Med PlantbasePlants of the World Online — Kew ScienceGermplasm Resources Information Network (GRIN)Ласкавецькн. VI : Літери Ком — Левиправивши або дописавши її