I'm trying to change my bibliography from manual to BiBTeX using harvard style.
Code:
Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage{harvard}
\begin{document}
Text omitted
\cite{foxall_behaviourist_1993}.
\bibliographystyle{harvard}
\bibliography{BibTeXRC}
\end{document}
Code: Select all
LaTeX Warning: Citation 'foxall_behaviourist_1993' on page 11 undefined on input line 423.
Thank you in advance.