diff options
| author | Warrick Lo <warrick.s.z.lo@gmail.com> | 2026-02-12 06:15:39 -0800 |
|---|---|---|
| committer | Warrick Lo <warrick.s.z.lo@gmail.com> | 2026-02-12 06:15:39 -0800 |
| commit | a85f94fdc79a4e4724cc8699876836bf41ea1d29 (patch) | |
| tree | 439f734db0c59f6aefbe64d59b26fe2371d3be6a /general.cls | |
| parent | Update code listings in appendix (diff) | |
Cleanup
Signed-off-by: Warrick Lo <warrick.s.z.lo@gmail.com>
Diffstat (limited to '')
| -rw-r--r-- | general.cls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/general.cls b/general.cls index a58b819..94773e1 100644 --- a/general.cls +++ b/general.cls @@ -23,7 +23,7 @@ % Mathematics and science. \RequirePackage{amsmath} -\RequirePackage[math-style=ISO, bold-style=ISO]{unicode-math} +\RequirePackage{unicode-math} \RequirePackage{siunitx} % Code listings. |