I use Ubuntu 22.04 and TeX 3.141592653 (TeX Live 2022).
I want to embed this "GIF" file as animation in output PDF file. I followed this post:
$ convert ./Fourier_series_and_transform.gif -coalesce Fourier.pngThis products 93 PNG files: FromFourier-0.pngtoFourier-92.pngWrote these in
Untitled-4.tex:\documentclass{standalone} \usepackage{graphicx} \usepackage[step]{animate}\begin{document} \animategraphics[width=\linewidth]{12}{Fourier-}{0}{92}% \end{document}
Built the doc:
$ latex ./Untitled-4.tex
But I encounter with this error:
! Package animate Error: None of the files
(animate) `Fourier-0.eps',
(animate) `Fourier-0.mps' or
(animate) `Fourier-0.ps'
(animate) could be found.
(animate) Wrong file type? Mis-spelled file name?.
How I can solve this problem?
latex) to typeset the document. PNG inclusion requirespdflatex,lualatexorxelatex. – AlexG Mar 22 '23 at 09:22controls,loopand try to build the document withxelatexandpdflatex. Now first frame is visible; but I cannot animate it even by clicking. I test that in "Firefox", "Evince" and "Chrome". Can you help me? – hasanghaforian Mar 22 '23 at 09:50