[pstricks] [powerdot] Re: animate problems
Alexander Grahn
A.Grahn at fzd.de
Tue Sep 11 16:28:55 CEST 2007
I have just uploaded a new animate.sty.
ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/animate/animate.sty
Now it should work correctly. Please, try the example.
Thanks Patrice, Herbert and Luis for pointing me to the bug.
Regards,
Alexander
\documentclass{article}
\usepackage[dvips,a4paper,landscape]{geometry}
\usepackage{animate}
\begin{document}
This is a simple animation example:
\begin{center}
\begin{animateinline}[%
autoplay,
loop,
controls,
]{1}
\framebox[1.2em][c]{A}
\newframe
\framebox[1.2em][c]{B}
\newframe
\framebox[1.2em][c]{C}
\end{animateinline}
\end{center}
\end{document}
More information about the PSTricks
mailing list