Search found 1 match

by Andre Staltz
Tue Jan 17, 2012 2:26 pm
Forum: BibTeX, biblatex and biber
Topic: natbib undefined citations
Replies: 12
Views: 170341

natbib undefined citations

.
In my case, what solved the problem was changing

Code: Select all

\bibliographystyle{plain}
\bibliography{mybibtextfile}
to

Code: Select all

\bibliographystyle{plainnat}
\bibliography{mybibtextfile}