I have this problem: it seems that beamer did not read the bibtex file. Below is the syntax that I am using:
\documentclass{beamer}
\usepackage{natbib} %citep and citet
\renewcommand{\bibsection}{\subsubsection*{\bibname}} % to avoid References creates new section/subsection in header
\bibpunct[:]{(}{)}{;}{a}{}{,}
\begin{document}
\begin{frame}[allowframebreaks]{References}
\def\newblock{\hskip .11em plus .33em minus .07em}
\bibliographystyle{alpha}
\bibliography{reff.bib} % file name of the bibtex
\end{frame}
\end{document}
101010-button). Please also include newlines at the appropriate places to make the code readable. – Caramdir Dec 2 '10 at 4:43beameror not. – Joseph Wright♦ Dec 2 '10 at 8:10