aboutsummaryrefslogtreecommitdiff
path: root/thesis/main.tex
diff options
context:
space:
mode:
authorAria <me@aria.rip>2023-10-11 00:37:26 +0100
committerAria <me@aria.rip>2023-10-11 00:37:26 +0100
commit7be6f0e8e09faa8261eccb1c50c28cd978f5bffa (patch)
tree0a22d0e3350760c712ef7241de951d3199792ba2 /thesis/main.tex
parentcf1cc487a741d38a58a2bd12ddd4fb36867b102f (diff)
add biblatex
Diffstat (limited to 'thesis/main.tex')
-rw-r--r--thesis/main.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/thesis/main.tex b/thesis/main.tex
index 4024cd5..61b46b9 100644
--- a/thesis/main.tex
+++ b/thesis/main.tex
@@ -6,6 +6,9 @@
\usepackage{microtype}
+\usepackage[style=numeric]{biblatex}
+\addbibresource{biblio.bib}
+
%% Convenience macros
\newcommand{\code}{\texttt}
@@ -129,8 +132,7 @@ from the Informatics Research Ethics committee.
%% after the deadline to conform to the page and style requirements you will be
%% subject to the usual late penalties based on your final submission time.
-\bibliographystyle{plain}
-\bibliography{biblio}
+\printbibliography
% You may delete everything from \appendix up to \end{document} if you don't need it.