Unicode-math and declaring symbol fontgrabbing a single Greek glyph from an alternative font in math mode?What Unicode Font is Best Suited for Math Symbols using Font-Locking under Emacs?Unicode-math and ReEmulating amsmath's varGamma…varOmega with unicode-mathUsing a handwriting font from myscriptfont.comMissing varepsilon symbol using unicode-math and XeLaTeXSymbol sslash with XeLaTeX (and unicode-math)Pencil symbol with xelatex (and unicode-math)Unicode-Math and not
Tikz diagonal filling pattern
Is negative resistance possible?
Is right click on tables bad UX
Scorched receptacle
What benefits are there to blocking most search engines?
The answer is the same (tricky puzzle!)
Redirect output on-the-fly - looks not possible in Linux, why?
Manager told a colleague of mine I was getting fired soon
Driving test in New Zealand?
Is "Ram married his daughter" ambiguous?
What is /dev/null and why can't I use hx on it?
Would houseruling two or more instances of resistance to the same element as immunity be overly unbalanced?
How is the speed of nucleons in the nucleus measured?
Can I pay off my mortgage with a new one?
Quote to show students don't have to fear making mistakes
Why do personal finance apps focus on outgoings rather than income
How fast are we moving relative to the CMB?
Does python reuse repeated calculation results?
How to explain that the sums of numerators over sums of denominators isn't the same as the mean of ratios?
Using 4K Skyrim Textures when running 1920 x 1080 display resolution?
Could Boris Johnson face criminal charges for illegally proroguing Parliament?
Unicode-math and declaring symbol font
Why is my vegetable stock bitter, but the chicken stock not?
Non-electric Laser
Unicode-math and declaring symbol font
grabbing a single Greek glyph from an alternative font in math mode?What Unicode Font is Best Suited for Math Symbols using Font-Locking under Emacs?Unicode-math and ReEmulating amsmath's varGamma…varOmega with unicode-mathUsing a handwriting font from myscriptfont.comMissing varepsilon symbol using unicode-math and XeLaTeXSymbol sslash with XeLaTeX (and unicode-math)Pencil symbol with xelatex (and unicode-math)Unicode-Math and not
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I would like to set the math font as Garamond-Math (here) except that greek letters should come from a different font (for an illustration, computer modern in the example below.). But it seems declaring the new font does not work.
How to achieve this?
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackage[math-style=ISO, bold-style=ISO]unicode-math
setmathfontGaramond-Math.otf
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DeclareSymbolFontgsOMLcmmmit
DeclareMathSymbolalphamathalphags11
DeclareMathSymbolbetamathalphags12
DeclareMathSymbolgammamathalphags13
begindocument
[2aalpha=theta]
enddocument
xetex symbols unicode-math
add a comment
|
I would like to set the math font as Garamond-Math (here) except that greek letters should come from a different font (for an illustration, computer modern in the example below.). But it seems declaring the new font does not work.
How to achieve this?
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackage[math-style=ISO, bold-style=ISO]unicode-math
setmathfontGaramond-Math.otf
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DeclareSymbolFontgsOMLcmmmit
DeclareMathSymbolalphamathalphags11
DeclareMathSymbolbetamathalphags12
DeclareMathSymbolgammamathalphags13
begindocument
[2aalpha=theta]
enddocument
xetex symbols unicode-math
add a comment
|
I would like to set the math font as Garamond-Math (here) except that greek letters should come from a different font (for an illustration, computer modern in the example below.). But it seems declaring the new font does not work.
How to achieve this?
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackage[math-style=ISO, bold-style=ISO]unicode-math
setmathfontGaramond-Math.otf
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DeclareSymbolFontgsOMLcmmmit
DeclareMathSymbolalphamathalphags11
DeclareMathSymbolbetamathalphags12
DeclareMathSymbolgammamathalphags13
begindocument
[2aalpha=theta]
enddocument
xetex symbols unicode-math
I would like to set the math font as Garamond-Math (here) except that greek letters should come from a different font (for an illustration, computer modern in the example below.). But it seems declaring the new font does not work.
How to achieve this?
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackage[math-style=ISO, bold-style=ISO]unicode-math
setmathfontGaramond-Math.otf
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DeclareSymbolFontgsOMLcmmmit
DeclareMathSymbolalphamathalphags11
DeclareMathSymbolbetamathalphags12
DeclareMathSymbolgammamathalphags13
begindocument
[2aalpha=theta]
enddocument
xetex symbols unicode-math
xetex symbols unicode-math
edited 7 hours ago
mert
asked 9 hours ago
mertmert
7561 gold badge6 silver badges14 bronze badges
7561 gold badge6 silver badges14 bronze badges
add a comment
|
add a comment
|
2 Answers
2
active
oldest
votes
unicode-math does many things AtBeginDocument, you can delay your declarations:
documentclassarticle
usepackageunicode-math
setmathfontGaramond-Math.otf
DeclareSymbolFontgsOMLcmmmit
newcommand*RedeclareMathSymbol[4]%
let#1relax
DeclareMathSymbol#1#2#3#4%
AtBeginDocument%
RedeclareMathSymbolalphamathalphags11%
RedeclareMathSymbolbetamathalphags12%
begindocument
[2aalpha=betatheta]
enddocument

add a comment
|
It doesn't work because unicode-math sets the font tables at begin document.
You should use the range feature instead:
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackage[math-style=ISO, bold-style=ISO]unicode-math
setmathfontGaramond-Math.otf
setmathfontlatinmodern-math.otf[
Scale=MatchLowercase,
range=it/greek,Greek,
]
setmathfontGaramond-Math.otf[range=int]
begindocument
[2aalpha=theta]
enddocument

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/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
);
);
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%2f510139%2funicode-math-and-declaring-symbol-font%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
unicode-math does many things AtBeginDocument, you can delay your declarations:
documentclassarticle
usepackageunicode-math
setmathfontGaramond-Math.otf
DeclareSymbolFontgsOMLcmmmit
newcommand*RedeclareMathSymbol[4]%
let#1relax
DeclareMathSymbol#1#2#3#4%
AtBeginDocument%
RedeclareMathSymbolalphamathalphags11%
RedeclareMathSymbolbetamathalphags12%
begindocument
[2aalpha=betatheta]
enddocument

add a comment
|
unicode-math does many things AtBeginDocument, you can delay your declarations:
documentclassarticle
usepackageunicode-math
setmathfontGaramond-Math.otf
DeclareSymbolFontgsOMLcmmmit
newcommand*RedeclareMathSymbol[4]%
let#1relax
DeclareMathSymbol#1#2#3#4%
AtBeginDocument%
RedeclareMathSymbolalphamathalphags11%
RedeclareMathSymbolbetamathalphags12%
begindocument
[2aalpha=betatheta]
enddocument

add a comment
|
unicode-math does many things AtBeginDocument, you can delay your declarations:
documentclassarticle
usepackageunicode-math
setmathfontGaramond-Math.otf
DeclareSymbolFontgsOMLcmmmit
newcommand*RedeclareMathSymbol[4]%
let#1relax
DeclareMathSymbol#1#2#3#4%
AtBeginDocument%
RedeclareMathSymbolalphamathalphags11%
RedeclareMathSymbolbetamathalphags12%
begindocument
[2aalpha=betatheta]
enddocument

unicode-math does many things AtBeginDocument, you can delay your declarations:
documentclassarticle
usepackageunicode-math
setmathfontGaramond-Math.otf
DeclareSymbolFontgsOMLcmmmit
newcommand*RedeclareMathSymbol[4]%
let#1relax
DeclareMathSymbol#1#2#3#4%
AtBeginDocument%
RedeclareMathSymbolalphamathalphags11%
RedeclareMathSymbolbetamathalphags12%
begindocument
[2aalpha=betatheta]
enddocument

answered 6 hours ago
Ruixi ZhangRuixi Zhang
6,5057 silver badges27 bronze badges
6,5057 silver badges27 bronze badges
add a comment
|
add a comment
|
It doesn't work because unicode-math sets the font tables at begin document.
You should use the range feature instead:
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackage[math-style=ISO, bold-style=ISO]unicode-math
setmathfontGaramond-Math.otf
setmathfontlatinmodern-math.otf[
Scale=MatchLowercase,
range=it/greek,Greek,
]
setmathfontGaramond-Math.otf[range=int]
begindocument
[2aalpha=theta]
enddocument

add a comment
|
It doesn't work because unicode-math sets the font tables at begin document.
You should use the range feature instead:
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackage[math-style=ISO, bold-style=ISO]unicode-math
setmathfontGaramond-Math.otf
setmathfontlatinmodern-math.otf[
Scale=MatchLowercase,
range=it/greek,Greek,
]
setmathfontGaramond-Math.otf[range=int]
begindocument
[2aalpha=theta]
enddocument

add a comment
|
It doesn't work because unicode-math sets the font tables at begin document.
You should use the range feature instead:
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackage[math-style=ISO, bold-style=ISO]unicode-math
setmathfontGaramond-Math.otf
setmathfontlatinmodern-math.otf[
Scale=MatchLowercase,
range=it/greek,Greek,
]
setmathfontGaramond-Math.otf[range=int]
begindocument
[2aalpha=theta]
enddocument

It doesn't work because unicode-math sets the font tables at begin document.
You should use the range feature instead:
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackage[math-style=ISO, bold-style=ISO]unicode-math
setmathfontGaramond-Math.otf
setmathfontlatinmodern-math.otf[
Scale=MatchLowercase,
range=it/greek,Greek,
]
setmathfontGaramond-Math.otf[range=int]
begindocument
[2aalpha=theta]
enddocument

answered 6 hours ago
egregegreg
772k91 gold badges2013 silver badges3370 bronze badges
772k91 gold badges2013 silver badges3370 bronze badges
add a comment
|
add a comment
|
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%2f510139%2funicode-math-and-declaring-symbol-font%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