I'm working in Windows and when I try to build my .tex document to DVI I get multiple errors akin to this:
Package natbib Warning: Citation `number1' on page 1 undefined on input line 76.
.
.
.
Package natbib Warning: Empty `thebibliography' environment on input line 5.
Package natbib Warning: There were undefined citations.
A couple of notes:
(1) my .bib file has a ä character and I was getting encoding issues...current encoding is ISO-8859-1 (Latin-1) to resolve character conflicts
(2) if i run bibtex myfile from command prompt I get a I couldn't open database file references.bib
(3) of course i'm not using \begin{thebibliography} but my .bbl file looks like this:
Code: Select all
\begin{thebibliography}{0}
.
.
\end{thebibliography}
Code: Select all
\usepackage[latin1]{inputenc}
Also: probably unrelated, but if I comment out \usepackage{pdfpages} in the preamble, I get: missing number treated as zero, all illegal unit of measure, and undefined control sequence errors for each *.eps figure. I don't get it...