diff options
| author | Warrick Lo <warrick.s.z.lo@gmail.com> | 2026-02-11 10:16:14 -0800 |
|---|---|---|
| committer | Warrick Lo <warrick.s.z.lo@gmail.com> | 2026-02-11 10:16:14 -0800 |
| commit | 95874b949233105cf2ae2ec42c8dc8137cfb4fe9 (patch) | |
| tree | 0fb7ace601e143f60208c036f369e26fea0e70e2 /general.cls | |
| parent | Finish Task 2C (diff) | |
Update code listings in appendix
Signed-off-by: Warrick Lo <warrick.s.z.lo@gmail.com>
Diffstat (limited to '')
| -rw-r--r-- | general.cls | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/general.cls b/general.cls index dc67d63..a58b819 100644 --- a/general.cls +++ b/general.cls @@ -29,6 +29,7 @@ % Code listings. \RequirePackage{listings} \RequirePackage{matlab-prettifier} +\RequirePackage{xcolor} \setmainfont{Minion3}[ Path=fonts/, @@ -51,6 +52,12 @@ separate-uncertainty=true } +\lstset{ + numbers=left, + numbersep=8pt, + frame=single +} + \titleformat{\section}{\Large\bfseries}{}{0pt}{} \renewcommand{\arraystretch}{1.25} |