Now, when we created a little test file (class: article) with a citation right in the text, it found the citation in the .bib file and compiled fine on my computer. Somehow, when we try to compile my professor's work, question marks appear instead of citations. My professor's file is a type of master tex file that pulls in ten other tex files (individual chapters in a book) and compiles them all in one doc. (The chapters can't be compiled from their own files--the master must be used to compile them.) that may give some of you an idea what I'm dealing with.
The errors I get are things like:
Code: Select all
Package natbib Warning: Citation `Smiley2010' on page 12 undefined on input lin
e 105.
Package natbib Warning: Citation `Randall1960' on page 12 undefined on input li
ne 107.
Underfull \vbox (badness 1158) has occurred while \output is active [12]
Underfull \vbox (badness 4341) has occurred while \output is active [13]
("C:\Users\Benjamin\Desktop\LaTeX Files\texold\BishopPerszyk.bbl")) [14]
[15]
No file osprV.ind.
Package natbib Warning: There were undefined citations.
relevant preamble:
Code: Select all
\usepackage{natbib}
\usepackage[sectionbib]{chapterbib}
\bibliographystyle{OUPnamed}
\setcitestyle{aysep={}}
Code: Select all
\renewcommand\bibname{REFERENCES}
\bibliographystyle{OUPnamed}
\bibliography{biblioall}