0

I have just started using LaTeX and have made a practice document where I am trying to add a reference list and it is not appearing in the PDF viewer. Here is the simple code I have

\documentclass{article}
\usepackage{apacite}

\begin{document}

\section{introduction}
Hello there

\nocite{*}
\bibliographystyle{apacite} 

\bibliography{conttimeReferences}

\end{document}

Would be grateful for any tips - also keep in mind I am a beginner and my understanding is very limited.

Mimi
  • 1

0 Answers0