我有以下 MWE:
\documentclass[12pt,
no-math,
]{beamer}
\usepackage{multimedia}
\begin{document}
\begin{frame}
\movie[width=300pt,height=240pt,poster]{}{whatsapp.mp4}
\end{frame}
\end{document}
使用时pdflatex
,它可以编译。(我看不到影片,但这可能是因为我没有使用 Adobe Reader)。
然而,当lualatex
我使用需要使用时,我收到一个未定义的错误:
./main.tex:8: Undefined control sequence.
<argument> \pdfannot
width \@tempdima height \@tempdimb depth \@tempdimc { /Subtype /Movie
l.8 \end{frame}
是否有可能解决这个问题?如果可以,如何解决?