docs(proposal): add biblatex

This commit is contained in:
Anthony Berg 2024-02-03 15:45:52 +00:00
parent 503fe9426d
commit e814c826ef
3 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -1,5 +1,9 @@
\documentclass[a4paper]{article}
% For referencing
\usepackage{biblatex}
\addbibresource{references.bib}
% This should be loaded last
\usepackage[colorlinks]{hyperref}
\usepackage{subfiles}
@ -90,7 +94,6 @@ My project:
% References
\section{References}
\printbibliography[heading=bibnumbered]
\end{document}

View File