I've searched here this question, but the options I found was not useful. I need to insert gif figure in beamer presentation. To be more precisely, I need to insert this animation I found in Wikipedia, which I downloaded:
I have used this below:
\documentclass[11pt]{beamer}
\usepackage{animate}
\begin{document}
\begin{frame}{Embedded Animation}
\animategraphics[loop,controls,width=\linewidth]{10}{something-}{0}{16}
\end{frame}
\end{document}
I replaced the word "something" by the name of my gif which is "tauto" (this figure I saved in the same folder as the beamer). But is appearing a message of error which is: File `zref-abspage.sty not found. ^^M
\begin{document} \begin{frame}{Embedded Animation} \animategraphics[loop,controls,width=\linewidth]{10}{something-}{0}{16} \end{frame} \end{document}
I've used this hint above. I replaced the word "something" by the name of my gif which is "tauto" (this figure I saved in the same folder as the beamer). But is appearing a message of error which is:"File `zref-abspage.sty' not found. ^^M"
– Silvinha Jun 23 '22 at 14:30zref-abspage.styis missing. – AlexG Jun 23 '22 at 16:23