summaryrefslogtreecommitdiff
path: root/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'thesis.tex')
-rw-r--r--thesis.tex12
1 files changed, 8 insertions, 4 deletions
diff --git a/thesis.tex b/thesis.tex
index 8722405..261a312 100644
--- a/thesis.tex
+++ b/thesis.tex
@@ -66,6 +66,13 @@
\usepackage{pdfpages}
+\usepackage{listings}
+\lstset{
+basicstyle=\small\ttfamily,
+columns=flexible,
+breaklines=true
+}
+
\addbibresource{thesis.bib}
\input{content/title}
@@ -76,15 +83,12 @@
\maketitle
\input{content/introduction}
-
\input{content/cmix}
-
\input{content/implementation}
-
\input{content/cmix_additions}
+\input{content/results}
\input{content/bibliography}
-
\input{appendices/appendix}
\end{document} \ No newline at end of file