|
|
|
|
|
by enriquto
1284 days ago
|
|
> I can't make animations in beamer Not yet. But you can easily learn to do them: \usepackage{animate}
...
\animategraphics[width=10em,loop,autoplay]{4}{a_}{0}{10}
will animate at 4fps the sequence of images a_0.png through a_10.png |
|