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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10359
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