diff options
Diffstat (limited to '')
| -rw-r--r-- | general.cls | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/general.cls b/general.cls index 94773e1..bef7311 100644 --- a/general.cls +++ b/general.cls @@ -25,6 +25,7 @@ \RequirePackage{amsmath} \RequirePackage{unicode-math} \RequirePackage{siunitx} +\RequirePackage{derivative} % Code listings. \RequirePackage{listings} @@ -40,12 +41,16 @@ BoldItalicFont=*-BoldItalic ] -\setmathfont[math-style=ISO, bold-style=ISO, partial=upright]{STIX Two Math} +\setmathfont[ + math-style=ISO, + bold-style=ISO, + partial=upright, + StylisticSet=8 +]{STIX Two Math} \captionsetup{ labelfont=bf, - labelsep=period, - justification=centering + labelsep=period } \sisetup{ |