fix minor errors, split up preamble
[phd-thesis.git] / preamble / listings.tex
index 1eb38c0..a6b54c3 100644 (file)
@@ -88,3 +88,9 @@
                \renewcommand*{\lstlistingname}{Listing (\gls{HASKELL})}
        }
        {}
+
+% Pseudocode
+\usepackage[algochapter,linesnumbered,lined,boxed]{algorithm2e}
+% Fix the algorithm font
+\renewcommand\AlCapFnt{\normalfont}
+