
Posso de alguma forma usar o natbib com o beamer agora? Quando tento carregar o pacote natbib o arquivo não compila. Há algumas evidências antigas de que há um conflito aqui: Beamer e Natbib. Mas talvez isso agora esteja corrigido?
Responder1
O uso básico natbib
funciona combeamer
\begin{filecontents*}{\jobname.bib}
@Article{Herrmann1999,
Title = {Ruthenium carbene complexes with imidazolin-2-ylidene ligands allow the formation of tetrasubstituted cycloalkenes by RCM},
Author = {Ackermann, Lutz and Fürstner, Alois and Weskamp, Thomas and Kohl, Florian J. and Herrmann, Wolfgang A.},
Journal = {Tetrahedron Lett.},
Year = {1999},
Number = {26},
Pages = {4787-4790},
Volume = {40},
}
\end{filecontents*}
\documentclass{beamer}
\usepackage{natbib}
\usepackage[utf8]{inputenc}
\begin{document}
\begin{frame}
Hello world~\cite{Herrmann1999}
\end{frame}
\begin{frame}
\bibliography{\jobname}
\bibliographystyle{plainnat}
\end{frame}
\end{document}
Observe que, como diz Till no manual, as referências (certamente aquelas em uma 'bibliografia' no final) funcionam mal em uma apresentação. Como tal, a funcionalidade nesta área é um tanto limitada.