Graphics, Figures & TablesEmbedding animation in Beamer presentation

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
sbb9
Posts: 1
Joined: Thu Nov 23, 2023 5:46 pm

Embedding animation in Beamer presentation

Post by sbb9 »

I'm using the following code to embedd an animation that constists of 16 images in a Beamer presentation:

Code: Select all

Code, edit and compile here:
\documentclass{beamer}
\beamertemplatenavigationsymbolsempty
\usepackage{animate}
\begin{document}
\begin{frame}{Embedded Animation}
\animategraphics[loop,controls,width=\linewidth]{10}{gif-}{0}{16}
\end{frame}
\end{document}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
I attached a file that shows the slide that is produced.
None of the buttons is working. Do you know why?
And do you know why the play button is missing?
Attachments
Slide2.jpg
Slide2.jpg (50.01 KiB) Viewed 14804 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply