
다른 방법을 시도했지만 아무것도 작동하지 않습니다.
\animategraphics
- 이상한 오류의 긴 목록이 표시됩니다. 예, png 형식의 이미지가 있습니다.\multiinclude
- 이미지에서 GIF를 만드는 대신 모든 이미지를 다른 페이지에 배치합니다.- 비디오로 변환을 시도했지만 여전히 성공하지 못했습니다
코드:
\documentclass{beamer}
\usepackage{multimedia}
\begin{document}
\begin{frame}
\movie[loop]{\includegraphics[width=\columnwidth]{imagine-0}}{gif3.gif}
\end{frame}
\end{document}
나는 또한 다음을 시도했습니다.
\documentclass{beamer}
\usepackage{animate}
\begin{document}
\begin{frame}
\animategraphics[loop,width=12cm]{10}{gif3-}{0}{12}
\end{frame}
\end{document}
작동하지 않습니다.
답변1
매우 강력한 솔루션은 gif를 일련의 이미지로 변환하는 것입니다. 올바르게 작성하면 각 이미지가 페이지에 별도로 배치되지만 프레임 번호는 변경되지 않습니다. 페이지에서 페이지로의 전환은 예를 들어 animategraphics
package 의 명령을 사용하여 자동으로 수행될 수도 있습니다 animate
.