diff options
Diffstat (limited to 'thesis.tex')
| -rw-r--r-- | thesis.tex | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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} |
