BibTeX, biblatex and biberUndefined citations

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
LinseyR
Posts: 2
Joined: Fri Aug 10, 2012 11:43 am

Undefined citations

Post by LinseyR »

Hi,

I have a problem with my .bib file I think..

When I build my document, I keep getting 'undefined citation' warnings even though when I use the \cite or \citep command, texmaker tries to auto complete with the various entries I have in my BibTeX library... so it must know something is in there!

I get these warnings after going through the whole pdflatex -> bibtex -> pdflatex -> pdflatex process.

I think my bib file looks ok:

Code: Select all

@Article{Kaplan09,
	title = {The DNA-encoded nucleosome organization of a eukaryotic genome},
	author = {N. Kaplan and I.K. Moore and Y. Fondufe-Mittendorf and A.J. Gossett and D. Tillo and Y. Field and E.M. Leproust and T.R. Hughes and J.D. Lieb and J. Widom and E. Segal},
	journal = {Nature},
	volume = {458},
	pages = {362-366},
	year = {2009},
},
Does someone knows what could be the problem?
Thanks!
Last edited by Stefan Kottwitz on Fri Aug 10, 2012 12:54 pm, edited 1 time in total.

Recommended reading 2024:

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

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

LinseyR
Posts: 2
Joined: Fri Aug 10, 2012 11:43 am

Re: Undefined citations

Post by LinseyR »

And when I run pdfLatex on my bibfile I get the following warning:

"Log file not found!" Or is this normal?

Thanks
Post Reply