From 55322c3deaa2de2bd0d29d7bceb2aa1d337f1351 Mon Sep 17 00:00:00 2001 From: Warrick Lo Date: Fri, 20 Feb 2026 23:54:44 -0800 Subject: Finalise lab report Signed-off-by: Warrick Lo --- general.cls | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'general.cls') 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{ -- cgit v1.2.3