diff options
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$} |