Skip to content

Commit 42bffac

Browse files
Adjusted documentation for missing symbols
1 parent e5d2476 commit 42bffac

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

Thesis.tex

+13-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,19 @@
5959
\ifxetexorluatex
6060
\usepackage{unicode-math}
6161
\setmainfont{EB Garamond}
62-
\setmathfont{Garamond Math}%[StylisticSet={6,7,8,9,10}]
63-
%load missing symbols from other font
64-
\setmathfont{STIX Two Math}[range={\sharp, \natural, \flat, \clubsuit, \spadesuit, \checkmark}]
62+
\setmathfont{Garamond Math}
63+
64+
% Load some missing symbols from another font.
65+
\setmathfont{STIX Two Math}[%
66+
range = {
67+
\sharp,
68+
\natural,
69+
\flat,
70+
\clubsuit,
71+
\spadesuit,
72+
\checkmark
73+
}
74+
]
6575
\setmonofont[Scale=MatchLowercase]{Source Code Pro}
6676
\else
6777
\usepackage[lf]{ebgaramond}

0 commit comments

Comments
 (0)