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;
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
Notice that the command widehat is working.
Thanks for your help!
math-operators kpfonts
New contributor
add a comment |
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
Notice that the command widehat is working.
Thanks for your help!
math-operators kpfonts
New contributor
1
Welcome to TeX.SE.
– Mico
7 hours ago
add a comment |
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
Notice that the command widehat is working.
Thanks for your help!
math-operators kpfonts
New contributor
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
Notice that the command widehat is working.
Thanks for your help!
math-operators kpfonts
math-operators kpfonts
New contributor
New contributor
New contributor
asked 8 hours ago
Stefano NicotraStefano Nicotra
211 bronze badge
211 bronze badge
New contributor
New contributor
1
Welcome to TeX.SE.
– Mico
7 hours ago
add a comment |
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
add a comment |
3 Answers
3
active
oldest
votes
Replace newcommand
instead of DeclareMathOperator
and your code works perfectly.
For the differences between newcommand
and DeclareMathOperator
I suggest to see this link: newcommand vs. DeclareMathOperator
documentclassarticle
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagekpfonts
newcommanddSingwidearcarrowmathrmSing
newcommandsSingwidehatmathrmSing
begindocument
[dSing(X) quad widearcarrowSingquadsSing(A)]
enddocument
add a comment |
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
add a comment |
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.
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Replace newcommand
instead of DeclareMathOperator
and your code works perfectly.
For the differences between newcommand
and DeclareMathOperator
I suggest to see this link: newcommand vs. DeclareMathOperator
documentclassarticle
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagekpfonts
newcommanddSingwidearcarrowmathrmSing
newcommandsSingwidehatmathrmSing
begindocument
[dSing(X) quad widearcarrowSingquadsSing(A)]
enddocument
add a comment |
Replace newcommand
instead of DeclareMathOperator
and your code works perfectly.
For the differences between newcommand
and DeclareMathOperator
I suggest to see this link: newcommand vs. DeclareMathOperator
documentclassarticle
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagekpfonts
newcommanddSingwidearcarrowmathrmSing
newcommandsSingwidehatmathrmSing
begindocument
[dSing(X) quad widearcarrowSingquadsSing(A)]
enddocument
add a comment |
Replace newcommand
instead of DeclareMathOperator
and your code works perfectly.
For the differences between newcommand
and DeclareMathOperator
I suggest to see this link: newcommand vs. DeclareMathOperator
documentclassarticle
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagekpfonts
newcommanddSingwidearcarrowmathrmSing
newcommandsSingwidehatmathrmSing
begindocument
[dSing(X) quad widearcarrowSingquadsSing(A)]
enddocument
Replace newcommand
instead of DeclareMathOperator
and your code works perfectly.
For the differences between newcommand
and DeclareMathOperator
I suggest to see this link: newcommand vs. DeclareMathOperator
documentclassarticle
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagekpfonts
newcommanddSingwidearcarrowmathrmSing
newcommandsSingwidehatmathrmSing
begindocument
[dSing(X) quad widearcarrowSingquadsSing(A)]
enddocument
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
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
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
answered 5 hours ago
egregegreg
761k90 gold badges1988 silver badges3337 bronze badges
761k90 gold badges1988 silver badges3337 bronze badges
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered 7 hours ago
FoscoFosco
6336 silver badges15 bronze badges
6336 silver badges15 bronze badges
add a comment |
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
Welcome to TeX.SE.
– Mico
7 hours ago