我在 tex stackexchange 上找到了这个 gif 动画的 MWEhttps://www.overleaf.com/read/zxbnyqtwvhsy
\documentclass{article}
\usepackage{animate}
\usepackage{graphicx}
\usepackage{hyperref}
\begin{document}
\begin{figure}
\centering
\animategraphics[loop,controls,width=5cm]{20}{Monopole_anim-}{0}{29}
\caption{\url{https://commons.wikimedia.org/w/index.php?curid=37036050}}
\end{figure}
\end{document}
但我无法让它运行。它卡在第一张图片上。你能让它运行吗?
你能告诉我如何让它在 overleaf 之外的 pdf 上运行吗?