From e71c02796fc0110f2fdf550ef5a6aba3daf05842 Mon Sep 17 00:00:00 2001 From: Giulio Date: Sat, 16 Mar 2024 17:47:10 +0100 Subject: [PATCH] Integration of the bibliography report \nocite{*} --- report.tex | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/report.tex b/report.tex index c34ed660..bd0a6a14 100644 --- a/report.tex +++ b/report.tex @@ -1,4 +1,7 @@ \documentclass[12pt]{article} + +\usepackage{amsmath} +\usepackage{hyperref} \usepackage{graphicx} \begin{document} @@ -60,6 +63,8 @@ \section{Results} \section{Conclusion} \section{References} +\nocite{*} +\bibliographystyle{plain} +\bibliography{references} - -\end{document} +\end{document} \ No newline at end of file