From 4d7f29a7832fedc39dbee1cac45fecbfaef24d7e Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Wed, 7 Sep 2016 17:05:24 +0200 Subject: [PATCH] thesis: enable bibliography --- src/docs/thesis.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/docs/thesis.tex b/src/docs/thesis.tex index 978bffa..4320069 100644 --- a/src/docs/thesis.tex +++ b/src/docs/thesis.tex @@ -10,6 +10,9 @@ \usepackage{multirow,tabularx,tabu} +\usepackage{cite} +\bibliographystyle{plain} + \usepackage[hyphens]{url} \Urlmuskip = 0mu plus 1mu @@ -204,6 +207,6 @@ \listoftables %TODO \lstlistoflistings \listoffigures - %TODO \printbibliography + \bibliography{thesis} \end{document}