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