gif animation in latex

📅 March 22, 2024   |   👁️ Views: 186




Votre navigateur ne supporte pas les PDFs. Voir le Lien de Téléchargement au dessous .

\documentclass[12pt,a4paper]{article}
\usepackage[left=1.00cm, right=1.00cm, top=0.50cm, bottom=0.50cm]{geometry}

\usepackage{graphicx}
\usepackage{animate}
\usepackage{lipsum}

\begin{document}
\lipsum[2-2]\\

\begin{minipage}[t]{0.57\textwidth}
  \vspace*{-6cm}
  \begin{center}
  \Huge\bf title here
  \end{center}
  \lipsum[1-2]
\end{minipage}
\hfill
\begin{minipage}[t,valign=b]{0.40\textwidth}
    \centering
    \animategraphics[autoplay,loop,width=\textwidth]{12}{images/frame}{0}{24}
    \textbf{Figure:} Animated JPG Frames
    \label{fig:animation}
\end{minipage}
\end{document}

\animategraphics[autoplay,loop,width=\textwidth]{12}{images/frame}{0}{24}

il faut avoir les images "frame0.jpg", "frame1.jpg",...., "frame24.jpg",

ou avec d'autre extensions: "frame0.png", "frame1.png",...., "frame24.png",

dans un dossier "images"


Related Courses, Exams, and Exercises


Course PDF:

📥 Download gif animation in latex (PDF)