At one place in the text, I need to add a full bibliographic reference rather than just a citation (whereas in the rest of the document, I need just citations and a bibliography at the end of the document).
This answer helped me a lot. Using the syntax presented here, I succesfully entered the references in my text while preserving bibliography.
However, having the \nobibliography* and then \bibliography commands produces two identical "Bibliography" entries in the table of contents. I thought the asterisk used with the \nobibliography was supposed to suppress that?
(I am using natbib with bibtex and no I can't switch to biber)
tocbibindpackage? If so, try\usepackage[notbib]{tocbibind}– Jan 25 '18 at 09:59tocbibindis however (much) easier than manually adding it with\addcontentsline, isn't it?tocbibindis the cleaner way – Jan 25 '18 at 11:46tocbibindwithnotbibremoved both those entries. But I would rather have no more or less than one, so I use thenotbiband\addcontentsline. Not a big deal. – durbachit Jan 25 '18 at 13:12