Skip to content

Commit

Permalink
Integration of the bibliography report \nocite{*}
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliocrp committed Mar 16, 2024
1 parent 6369897 commit e71c027
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions report.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
\documentclass[12pt]{article}

\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{graphicx}

\begin{document}
Expand Down Expand Up @@ -60,6 +63,8 @@ \section{Results}
\section{Conclusion}

\section{References}
\nocite{*}
\bibliographystyle{plain}
\bibliography{references}


\end{document}
\end{document}

0 comments on commit e71c027

Please sign in to comment.