Adjusted documentation for missing symbols

pull/51/head
Bastian Rieck 2023-03-20 08:02:19 +01:00
parent e5d247691c
commit 42bffac7b2
1 changed files with 13 additions and 3 deletions

View File

@ -59,9 +59,19 @@
\ifxetexorluatex \ifxetexorluatex
\usepackage{unicode-math} \usepackage{unicode-math}
\setmainfont{EB Garamond} \setmainfont{EB Garamond}
\setmathfont{Garamond Math}%[StylisticSet={6,7,8,9,10}] \setmathfont{Garamond Math}
%load missing symbols from other font
\setmathfont{STIX Two Math}[range={\sharp, \natural, \flat, \clubsuit, \spadesuit, \checkmark}] % Load some missing symbols from another font.
\setmathfont{STIX Two Math}[%
range = {
\sharp,
\natural,
\flat,
\clubsuit,
\spadesuit,
\checkmark
}
]
\setmonofont[Scale=MatchLowercase]{Source Code Pro} \setmonofont[Scale=MatchLowercase]{Source Code Pro}
\else \else
\usepackage[lf]{ebgaramond} \usepackage[lf]{ebgaramond}