下面是一个最小示例,它编译得很好,但在没有 javascript 的查看器(如 evince、okular、xpdf 等)上不会显示任何图像。有什么想法出了什么问题(文章类也不工作)?不过动画在 Adobe Reader 上运行良好。我使用的是 TeX Live 2013/Debian。
\documentclass[compress]{beamer}
\usepackage{animate}
\title{title}
\begin{document}
\begin{frame}{animate}
\begin{center}
\animategraphics[autoplay,loop,width=0.6cm,poster=first]{4}{image-}{1}{4}
\end{center}
\end{frame}
\end{document}
答案1
此问题已在版本中修复2014/03/06
。请更新animate
软件包。