BibTeX, biblatex and biber ⇒ Bibtex - some references not appearing
Bibtex - some references not appearing
I'm new to LaTeX and Bibtex and am working on my first document.
I have a problem.
Some of my references don't appear in the reference list of the compiled document (though citations to these missing references do appear in the main body of the document.)
For example, my .bib file contains the following entries:
@article{robson2002
Author={Robson, A.},
Journal={Journal of Economic Perspectives},
Pages={89--106},
Title={Evolution and human nature},
Volume={16},
Year={2002}
}
@book{savage1954,
Author={Savage, L.J.},
Title={The foundations of statistics},
Address={New York},
Publisher={Wiley},
Year={1954}
}
My .tex file contains both \cite{robson2002} and \cite{savage1954}, at the appropriate places.
However, in the reference list, Robson 2002 doesn't appear. Instead, there is simply a citation number, e.g. [2], and then a blank.
I've checked the .bib file, and the .text file many times, and have compiled correctly so far as I know.
Please help!
thank you
Samir Okasha
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
Bibtex - some references not appearing
Your problem may be the one discussed in this thread ... though it was never clear to me exactly what was wrong on Paul's end.
Re: Bibtex - some references not appearing
Obviously I have a lot to learn...
Sorry to waste your time but thanks for your help anyway.
Samir