diff options
author | Aria Shrimpton <me@aria.rip> | 2024-04-01 18:39:56 +0100 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-04-01 18:39:56 +0100 |
commit | 8b7687ff151a0e57e5b0d9cf10258657e0d2b7c2 (patch) | |
tree | bf930482a23b338d9035caadbc148917c1b1c90e /thesis/main.tex | |
parent | 47941ae2594c8eb3cea07d40352a96a7243b8cee (diff) |
suggestions from cosmo
Diffstat (limited to 'thesis/main.tex')
-rw-r--r-- | thesis/main.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/thesis/main.tex b/thesis/main.tex index 9b51754..7657f58 100644 --- a/thesis/main.tex +++ b/thesis/main.tex @@ -16,6 +16,8 @@ \usepackage{hyperref} \bibliographystyle{unsrtnat} \setcitestyle{authoryear,open={(},close={)}} +\usepackage{algorithm} +\usepackage{algpseudocode} %% Convenience macros \newcommand{\code}[1]{\lstinline$#1$} |