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-mathUnicode-math and fractionsMissing varepsilon symbol using unicode-math and XeLaTeXSymbol sslash with XeLaTeX (and unicode-math)Pencil symbol with xelatex (and unicode-math)Unicode-Math and not
Does it make sense to use strict equality constraint in optimization?
Destructuring a list containing two items to use it as arguments to a binary function
Can any number of squares sum to a square?
Am I obligated to pass on domain knowledge after being let go?
Is it harder to enter an atmosphere perpendicular or at an angle
Simulating these special dice on more regular dice
Pros and cons of playing correspondence chess
Do sine waves (pure tones) have overtones?
Roll for Initiative!
Is it possible to stall a plane so badly that the nose refuses to go down due to lack of airspeed?
What is the logic for the map maker classifying the map this way, specifically in Canada?
Is harmony based on intervals rather than chords?
Can I weaken a coil spring consisting of spring steel?
Did the Mueller report find that Trump committed any felonies?
How do professors and lecturers learn to teach?
Making one list from two lists by grouping them in a special way
Dynamical Rotating pendulum
Unpaid suspension due to management error
Group Delay for Hilbert Transformer and Resulting Dispersion
Reconstructed PIE grammar? Could we be able to speak in Proto-European?
femme - why pronounced but not spelt as "famme"
What spells could cure a stroke?
How to move two parenting objects together?
Query more than 50000 records
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-mathUnicode-math and fractionsMissing 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 Sep 28 at 14:58
mert
asked Sep 28 at 12:50
mertmert
1,3611 gold badge9 silver badges15 bronze badges
1,3611 gold badge9 silver badges15 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 Sep 28 at 15:39
Ruixi ZhangRuixi Zhang
7,1457 silver badges27 bronze badges
7,1457 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 Sep 28 at 15:37
egregegreg
788k95 gold badges2053 silver badges3424 bronze badges
788k95 gold badges2053 silver badges3424 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