From 42bffac7b2e29af707c9b7c766968c3de7561081 Mon Sep 17 00:00:00 2001 From: Bastian Rieck Date: Mon, 20 Mar 2023 08:02:19 +0100 Subject: [PATCH] Adjusted documentation for missing symbols --- Thesis.tex | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Thesis.tex b/Thesis.tex index 94b3970..690e9e4 100644 --- a/Thesis.tex +++ b/Thesis.tex @@ -59,9 +59,19 @@ \ifxetexorluatex \usepackage{unicode-math} \setmainfont{EB Garamond} - \setmathfont{Garamond Math}%[StylisticSet={6,7,8,9,10}] - %load missing symbols from other font - \setmathfont{STIX Two Math}[range={\sharp, \natural, \flat, \clubsuit, \spadesuit, \checkmark}] + \setmathfont{Garamond Math} + + % Load some missing symbols from another font. + \setmathfont{STIX Two Math}[% + range = { + \sharp, + \natural, + \flat, + \clubsuit, + \spadesuit, + \checkmark + } + ] \setmonofont[Scale=MatchLowercase]{Source Code Pro} \else \usepackage[lf]{ebgaramond}