I'm trying to create an animation in Beamer, and I have run into some problems. I have generated some images in matlab, saved them as .eps figures and they all display fine in latex on their own.
However, if I try to make an animation (animate package) the images are cropped, and only the bottom quarter is displayed. I thought this might be a bounding-box issue, but I can't figure out what's wrong.
I tried to attatch my images as a .rar-file but I failed. How can I do that?
I'd appreciate any help!
Here's a mwe:
Code: Select all
\documentclass[11pt]{beamer}
\usepackage{graphicx}
\usepackage{animate}
\begin{document}
\begin{figure}
\centering
\animategraphics[width=.8\textwidth]{12}{images/UPbDating-}{1}{30}
\end{figure}
\end{document}