采用latex将gif嵌入到ppt转成的pdf中

采用latex将gif 嵌入到ppt转成的pdf中

\documentclass{beamer}
\usepackage{animate}
\begin{document}
\begin{center}
    \begin{frame}{test embed gif in presentation-pdf}
        \animategraphics[autoplay,
        loop,
        controls,
        width=.7\textwidth]{15}{/Users/hlz/Downloads/outputs/latex_demo-}{0}{140}
      \end{frame}
\end{center}  
\end{document}

发表回复