BibTeX, biblatex and biberBibTeX Error

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
DlaminiS
Posts: 2
Joined: Mon Nov 14, 2011 8:09 pm

BibTeX Error

Post by DlaminiS »

I am trying to add citations and bibliography to a latex file with multiple chapters and I get the following error.

Code: Select all

Chapter 3.
) [13] [14] (./thesis.bbl
! Undefined control sequence.
<write> \string \harvardcite \codeof 
                                     \next 
l.7 
    
?
I understand there's a problem in the .bbl file but when I use <e> then <Enter> the error is just a blank space. I have checked the bib file too but nothing seems amiss. What could be my problem.

Thanks.

Steven

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: 10345
Joined: Mon Mar 10, 2008 9:44 pm

BibTeX Error

Post by Stefan Kottwitz »

Hi Steven,

welcome to the board!

The error means, that the command \codeof is undefined. The harvard package defines it, so you could load it by

Code: Select all

\usepackage{harvard}
Stefan
LaTeX.org admin
DlaminiS
Posts: 2
Joined: Mon Nov 14, 2011 8:09 pm

Re: BibTeX Error

Post by DlaminiS »

Thanks Stefan!

I have tried adding the line \usepackage{Harvard} on the thesis.tex file and I keep having the same problem. What file is Harvard and where should I have it located?
Post Reply