Animategraphics 问题-无效字符

Animategraphics 问题-无效字符

我想在我的 beamer tex 文件中添加一个 GIF。我按照以下说明操作https://www.baeldung.com/cs/latex-beamer-animations并将GIF文件转换为多个PNG文件。然后我使用了以下微示例。

\documentclass{beamer}
\usepackage{animate}
\begin{document}
\begin{frame}
\centering
\animategraphics[autoplay,loop,scale=0.4]{5}{easter-}{0}{2}
\end{frame}
\end{document}

不幸的是,这只会产生错误

“!文本行包含无效字符。l.1 ^^@ ^^@^^@^^@^^@^^@^^@^^@^^@^^@^^@^^@^^@^^@^^@^^@^^@^^@^^@^^@^^@^^@^^@^^@...”

知道可能是什么原因造成这种情况以及如何解决吗?

更新:我更改了图片,现在代码正在编译,但图像的动画不起作用。

相关内容