diff options
| author | Warrick Lo <wlo@warricklo.net> | 2026-02-20 23:54:44 -0800 |
|---|---|---|
| committer | Warrick Lo <wlo@warricklo.net> | 2026-02-20 23:54:44 -0800 |
| commit | 55322c3deaa2de2bd0d29d7bceb2aa1d337f1351 (patch) | |
| tree | 5816ef36d9de9acbb835e78d2f1a684e7f3343b7 /general.cls | |
| parent | Fix incorrect magnitude in spectrum analyser code (diff) | |
Signed-off-by: Warrick Lo <wlo@warricklo.net>
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{ |