1 首先在目標latex文件夾中加入一個figs文件夾:
里面放入逐幀圖片(這里27張圖片)gif轉逐幀png方法
2 manuscript.tex中寫入如下命令:
最上面加入宏
\usepackage{animate}
動圖命令如下(假設圖片是從 1-25):
\begin{figure}[!h]
\centering
\animategraphics[width=10cm,height=10cm, autoplay, loop, controls]{10}{fig/images-}{1}{25}
\caption{\small (Color animation online) interaction}
\label{fig1}
\end{figure}
效果如下: