1

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:

Animation Tautochrone

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

Tom
  • 7,318
  • 4
  • 21
Silvinha
  • 111
  • Click on the [gif] tag below your question and than open the now second question in the list sorted by activity ;-). – AlexG Jun 23 '22 at 12:41
  • https://tex.stackexchange.com/questions/240243/getting-gif-and-or-moving-images-into-a-latex-presentation @AlexG this one? Did not work for me. – Silvinha Jun 23 '22 at 12:50
  • 2
    Yes. At which step did you get stuck? – AlexG Jun 23 '22 at 13:13
  • \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'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:30
  • 1
    Your TeX installation seems to be incomplete, if zref-abspage.sty is missing. – AlexG Jun 23 '22 at 16:23

0 Answers0