Search found 2 matches

by jocaps
Fri Jul 22, 2011 3:18 pm
Forum: Graphics, Figures & Tables
Topic: dcpic | Incompatible with the 'beamer' class
Replies: 2
Views: 1459

Re: dcpic | Incompatible with the 'beamer' class

well my solution was to switch to powerdot as I can't afford not working with dcpic right now. My presentation comes from a work that makes extensive use of dcpic and trying to switch to pgf would mean rewriting all of the diagrams. powerdot seems to require less from your system too, so I'm pretty ...
by jocaps
Thu Jul 21, 2011 7:35 pm
Forum: Graphics, Figures & Tables
Topic: dcpic | Incompatible with the 'beamer' class
Replies: 2
Views: 1459

dcpic | Incompatible with the 'beamer' class

Hi,

When using beamer and the dcpic package I get an odd error:

! Missing number, treated as zero
<to be read again>

l.4 \begin{document}


I tried it with a superslim .tex file:

\documentclass{beamer}
\usepackage{dcpic}
\begin{document}
\begin{frame}{Some frame title}
blabla
\end{frame}
\end ...