From 7be6f0e8e09faa8261eccb1c50c28cd978f5bffa Mon Sep 17 00:00:00 2001 From: Aria Date: Wed, 11 Oct 2023 00:37:26 +0100 Subject: add biblatex --- thesis/main.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'thesis/main.tex') 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. -- cgit v1.2.3