My .tex file looks like
Code: Select all
\documentclass[mode=present,paper=screen,display=slides,style=ciment]{powerdot}
% Package for eps
\usepackage{graphicx}
% Package so that I can split references to show on multiple slides
\usepackage{bibentry}
\begin{document}
\maketitle
\begin{slide}{References}
\bibliographystyle{plain}
\nobibliography{references}
\bibentry{ref1}
\end{slide}
\end{document}
Code: Select all
(./presentation.bbl
! LaTeX Error: Lonely \item--perhaps a missing list environment.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.3 \bibitem{ref1}