On Wednesday, 24 July 2013 22:34:46 UTC-4, mt wrote:
> I'm trying to use bibentry to do inline full citations, along with a bibliography at the end. From everything I've read, the following should do the job:
>
> \documentclass{article}
> \usepackage{natbib}
> \usepackage{bibentry}
> \nobibliography*
> \begin{document}
> hi there
> look at this: \bibentry{BrandomExplicit}
> turtles
> \cite{WeathersonScreen}
> \bibliographystyle{agsm}
> \bibliography{TestBib.bib}
> \end{document}
>
> But when I typeset, the inline entry doesn't appear. .
the problem is that agsm.bst does not create a .bbl file in the
format bibentry requires. see '§. 4 Caveats' of the bibentry
manual and then compare the .bbl file your example document
produces.
if you can switch to biblatex, there are a lot more options when
it comes to 'printing out' full bibliographical information in
the middle of your document.
cheers,
jon.