I want to compile my document with in the end a list of all my cited sources: 'references', but also a list of 'recommended readings', so a re-print of the same bibliography that outputs ALL sources and not solely the ones I've cited.
Is this possible? I am using xetex, bibtex icm natbib
Minimum working example:
\documentclass[letterpaper, 10pt]{article}
\usepackage[authoryear]{natbib}
\usepackage{lipsum}
\begin{document}
\lipsum[1-4]
\nocite{*}
\bibliographystyle{plain}
\bibliography{articles}
\end{document}

No file rec.bbl– grrrbytes May 05 '12 at 13:00rec.<whatever>and delete those also. – lockstep May 05 '12 at 13:21Package natbib Error: Bibliography not compatible with author-year citations. (natbib) Press <return> to continue in numerical citation style.. Re-running the process (after removing all the .bbl and .aux files) results in the same – grrrbytes May 05 '12 at 13:28.bibfile. – lockstep May 05 '12 at 13:39.bibfile -- there may be a single entry that causes the problem. – lockstep May 05 '12 at 13:47