summaryrefslogtreecommitdiff
path: root/thesis.tex
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2017-04-30 11:55:42 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2017-04-30 11:55:42 +0200
commit170b92fe938613e2d8ec00c72d2a83e5547e845d (patch)
treefbe9057962ad62521186c192b6efbf4520986234 /thesis.tex
parent7410a7182cf5b8e563b93b986d35663679329a66 (diff)
downloadthesis-170b92fe938613e2d8ec00c72d2a83e5547e845d.tar.gz
thesis-170b92fe938613e2d8ec00c72d2a83e5547e845d.tar.bz2
thesis-170b92fe938613e2d8ec00c72d2a83e5547e845d.zip
Adds some other statistics.
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