When using beamer and the dcpic package I get an odd error:
Code: Select all
! Missing number, treated as zero
<to be read again>
l.4 \begin{document}
I tried it with a superslim .tex file:
Code: Select all
\documentclass{beamer}
\usepackage{dcpic}
\begin{document}
\begin{frame}{Some frame title}
blabla
\end{frame}
\end{document}
