I'm new to latex, and I'm trying to add a .gif file to my beamer, I used the package animate, but it doesn't work, I keep getting the error animate: Niether of the files. Here's my code:
\documentclass{beamer}
\usepackage{animate}
\begin{document}
\animategraphics[loop,autoplay]{6}{WT_t}{001}{143}
\end{document}
\multiincludeor\animategraphics, it looks like your GIF should have already been broken into multiple PNG files. Have you converted your GIF into a set of static images? – Mike Renfro Apr 02 '17 at 18:35WT_t001.png,WT_t002.png, ... . Is this the case? – AlexG Apr 02 '17 at 18:41.logfile of your example? – samcarter_is_at_topanswers.xyz Apr 02 '17 at 20:52\includegraphics{WT_t001.png}works instead of\animategraphics.... Just to assure that files are in the search path... – AlexG Apr 02 '17 at 20:53