aboutsummaryrefslogtreecommitdiff
path: root/thesis/main.tex
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-04-01 18:39:56 +0100
committerAria Shrimpton <me@aria.rip>2024-04-01 18:39:56 +0100
commit8b7687ff151a0e57e5b0d9cf10258657e0d2b7c2 (patch)
treebf930482a23b338d9035caadbc148917c1b1c90e /thesis/main.tex
parent47941ae2594c8eb3cea07d40352a96a7243b8cee (diff)
suggestions from cosmo
Diffstat (limited to 'thesis/main.tex')
-rw-r--r--thesis/main.tex2
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$}