summaryrefslogtreecommitdiff
path: root/tex/thesis/usydthesis.cls
diff options
context:
space:
mode:
Diffstat (limited to 'tex/thesis/usydthesis.cls')
-rw-r--r--tex/thesis/usydthesis.cls3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/thesis/usydthesis.cls b/tex/thesis/usydthesis.cls
index e18eb53..5b1a4d4 100644
--- a/tex/thesis/usydthesis.cls
+++ b/tex/thesis/usydthesis.cls
@@ -32,7 +32,8 @@
\usepackage{amssymb,amsmath}
\newcommand{\theHalgorithm}{\arabic{algorithm}}
\usepackage[ruled]{algorithm}
-\usepackage{algorithmic}
+\usepackage{algorithmicx}
+\usepackage{algpseudocode}
% Fancy footnotes
\usepackage[stable]{style/footmisc}