I am making a beamer presentation and having the following problem:
When I use \footnote{\bibentry{foo}} to cite an article, I get the following error message:
Undefined Control Sequence}
And the footnote does not appear right. I have used this in other beamer presentation before, though I'm not sure what is going wrong in my case. I typed
\usepackage{bibentry}
\nobibliography*
before my title slide (which is before \begin{document}) and I also typed
\begin{frame}
\titlepage
\bibliographystyle{amsplain}
\nobibliography{diss_def}
\end{frame}
Immediately after \begin{document}
Any suggestions on what could be wrong?? Or other suggestions for citing in beamer?
biblatex. See my answer to http://tex.stackexchange.com/questions/10547/can-i-use-natbib-in-beamer-but-omit-the-bibliography; for footnote citations, add theautocite=footnotepackage option. – lockstep Apr 13 '12 at 20:47authortitlestyle b) use\footfullciteor c) a customized citation command. – lockstep Apr 14 '12 at 16:06