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

\documentclass{beamer}
\beamertemplatenavigationsymbolsempty

\usepackage{animate}

\begin{document}
    \begin{frame}{Embedded Animation}
        \animategraphics[loop,controls,width=\linewidth]{10}{gif-}{0}{16}
    \end{frame}
\end{document}
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 15079 times

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply