BibTeX, biblatex and biberHarvard style - Citation undefined

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
ricardoresc
Posts: 1
Joined: Tue Mar 05, 2013 3:22 pm

Harvard style - Citation undefined

Post by ricardoresc »

Hi,

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}
I'm getting a message, when I compile:

Code: Select all

LaTeX Warning: Citation 'foxall_behaviourist_1993' on page 11 undefined on input line 423.
Any idea of what am I doing wrong?

Thank you in advance.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: Harvard style - Citation undefined

Post by Stefan Kottwitz »

Hi,

welcome to the board!

Did you run BibTeX on the file? The routinge would be compiling with LaTeX, then running BibTeX (at the command prompt or via an editor feature, some editors can do it automatically), and running LaTeX again (twice for finally correct references).

Stefan
LaTeX.org admin
Post Reply