PDF с анимацией - правда или вымысел? Краткое резюме форумов и личных опытов:
- Встроенная в PDF анимация де-факто работать не будет. Нужно иметь PDF и файлы с видюшечками где-то рядом. Возможно, в Windows такой проблемы нет. Возможно, в Windows такой проблемы нет.
- Adobe Reader for Linux последних версий НЕ поддерживает анимацию вообще. Возможно, в Windows такой проблемы нет.
- Под linux работает связка LaTeX + okular.
PDF with animation: myth or truth? The short summary of forums and trials is following:
- A single PDF with fully-embedded animation will not work. Only PDF with external video files works. MS Windows might have no such issue.
- Latest Adobe Reader for Linux does NOT support video at all. MS Windows might have no such issue.
- Linux allows to reach the goal using LaTeX + okular
source.tex:
\documentclass{beamer}
\usepackage{graphicx}
\usepackage{multimedia}
\usepackage{url}
\begin\{document}
\movie[poster, showcontrols]{\includegraphics[width=0.8\textwidth]{drop.png}}{drop.avi}
% showcontrols to show Pause/Resume, Stop and other usual controls
% loop - to repeat the movie endless
% includegraphics - any picture (screenshot) used before video is activated. It sets the frame, so it useful
\end{document}
Комментариев нет:
Отправить комментарий