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.
\cite{however you named an item in your bib file}in your document? – samcarter_is_at_topanswers.xyz Oct 06 '17 at 13:59bibtex? IsconttimeReferences.bibin the same folder as your.texfile? – samcarter_is_at_topanswers.xyz Oct 06 '17 at 14:04This is BibTeX, Version 0.99d (MiKTeX 2.9.6350 64-bit) The top-level auxiliary file: build\Practice Page.aux The style file: apacite.bst White space in argument---line 3 of file build\Practice Page.aux : \bibdata{My : Collection} I'm skipping whatever remains of this command I found no \citation commands---while reading file build\Practice Page.aux I found no database files---while reading file build\Practice Page.aux apacite.bst [2013/07/21 v6.03 APA bibliography style] (There were 3 error messages)
Process exited with error(s)
– Mimi Oct 06 '17 at 15:23I couldn't open file name `build\conttimeReferences.aux'
Process exited normally
– Mimi Oct 06 '17 at 15:33Practice Page.aux. Press F6 before F11. – Schweinebacke Oct 13 '17 at 08:03