summaryrefslogtreecommitdiff
path: root/tex/thesis/thesis.tex
diff options
context:
space:
mode:
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}}