我希望能够选择 animategraphics 中包含公共文件基名的所有帧,而不必指定以哪个帧开始/结束。
就像是:
\begin{figure}[ht!]
\captionsetup[subfigure]{labelformat = empty}
\begin{subfigure}{1\textwidth}
\centering
\animategraphics[label=myAnim,loop,every=100,autoplay,width=\textwidth]{4}{directory/common_filename_image_}{:} % ":" to select all
\caption{movie}
\end{subfigure}
\end {figure}