Open josephwright opened 13 years ago
OK, I see where this is coming from, but it's not immediately obvious how to fix. I'll put this on the to do list for if not the next release at least the one after!
Seems to be connected to the natbib
package. Without this package the code seems to work fine:
\documentclass{beamer}
%\usepackage[numbers,square,sort]{natbib}
\setbeamercovered{transparent}
\beamerdefaultoverlayspecification{<+->}
\setbeamertemplate{bibliography item}{\insertbiblabel}
\begin{document}
\section{Trust}
\begin{frame}
Cryptographic Properties of Messages \cite{Boyd-2003}\cite{BGW-1988}
\end{frame}
%\beamerdefaultoverlayspecification{}
\begin{frame}
\bibliographystyle{alpha}
\bibliography{\jobname}
\end{frame}
\end{document}
Originally reported by: thomas_fr (Bitbucket: thomas_fr, GitHub: Unknown)
Hi I just noticed that my citations were all wrong - all had the same value. After some desperate research and some trials I get the impression that the problem is somehow related to
beamerdefaultoverlayspecification
. I generated the sample document where the problem shows up.Please notice the duplicated reference to BM03 - which gets corrected upon deactivation of
beamerdefaultoverlayspecification
.Regards, Thomas