summaryrefslogtreecommitdiff
path: root/thesis.tex
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2017-05-26 15:12:10 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2017-05-26 15:12:10 +0200
commit6ff78ac5b7b36ada3028d2d5380fa3dbe35bbd66 (patch)
tree6098f230f2b0f71869012a5e811545eff399d68e /thesis.tex
parent9c20287f50b1808b6efda02fae217bbc11be8e9b (diff)
downloadthesis-6ff78ac5b7b36ada3028d2d5380fa3dbe35bbd66.tar.gz
thesis-6ff78ac5b7b36ada3028d2d5380fa3dbe35bbd66.tar.bz2
thesis-6ff78ac5b7b36ada3028d2d5380fa3dbe35bbd66.zip
Some self review of my thesis.
Diffstat (limited to 'thesis.tex')
-rw-r--r--thesis.tex9
1 files changed, 5 insertions, 4 deletions
diff --git a/thesis.tex b/thesis.tex
index 5db44c4..72a50b6 100644
--- a/thesis.tex
+++ b/thesis.tex
@@ -53,7 +53,7 @@
\pagestyle{fancy} % All pages have headers and footers
\fancyhead{} % Blank out the default header
\fancyfoot{} % Blank out the default footer
-\fancyhead[C]{Benchmarking CMix $\bullet$ Jan 2017} % Custom header text
+\fancyhead[C]{Benchmarking CMix $\bullet$ Jun 2017} % Custom header text
\fancyfoot[RO,LE]{\thepage} % Custom footer text
\usepackage{titling} % Customizing the title section
@@ -62,12 +62,15 @@
\usepackage{hyperref} % For hyperlinks in the PDF
-\usepackage[backend=biber]{biblatex}
+\usepackage[backend=biber,citestyle=numeric]{biblatex}
+\addbibresource{thesis.bib}
\usepackage{pdfpages}
\usepackage{csquotes}
+\usepackage{textgreek}
+
\usepackage{listings}
\lstset{
basicstyle=\small\ttfamily,
@@ -75,8 +78,6 @@ columns=flexible,
breaklines=true
}
-\addbibresource{thesis.bib}
-
\input{content/title}
\begin{document}