summaryrefslogtreecommitdiff
path: root/tex/thesis/thesis.tex
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-09-10 17:04:34 +1000
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-09-10 17:04:34 +1000
commit3d206f03985b50beacae843d880bccdc91a9f424 (patch)
tree18c2a17ab395a9b0780c8bff828e54de2bb06f57 /tex/thesis/thesis.tex
parent763a5e6c80e7df2ca1b15bab6726cd50e7ed0add (diff)
Thesis updating.
Diffstat (limited to 'tex/thesis/thesis.tex')
-rw-r--r--tex/thesis/thesis.tex7
1 files changed, 6 insertions, 1 deletions
diff --git a/tex/thesis/thesis.tex b/tex/thesis/thesis.tex
index f8ea52c..6983d79 100644
--- a/tex/thesis/thesis.tex
+++ b/tex/thesis/thesis.tex
@@ -37,7 +37,12 @@
\usepackage{xcolor}
\usepackage{xspace}
\usepackage{stmaryrd,tikz}
-\lstset{language={Python}, literate={<=}{$\le$}{1}, frame=tlrb}
+
+\usepackage{float}
+\floatstyle{boxed}
+\restylefloat{figure}
+
+\lstset{language={Python}, literate={<=}{$\le$}{1}}%, frame=tlrb}
\usetikzlibrary{arrows}
\newcommand\R{\mathbb{R}}
\newcommand\Z{\mathbb{Z}}