diff options
author | Aria <me@aria.rip> | 2023-10-11 00:37:26 +0100 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-10-11 00:37:26 +0100 |
commit | 7be6f0e8e09faa8261eccb1c50c28cd978f5bffa (patch) | |
tree | 0a22d0e3350760c712ef7241de951d3199792ba2 /thesis/main.tex | |
parent | cf1cc487a741d38a58a2bd12ddd4fb36867b102f (diff) |
add biblatex
Diffstat (limited to 'thesis/main.tex')
-rw-r--r-- | thesis/main.tex | 6 |
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. |