我尝试安装 media9,似乎按照https://gitlab.com/agrahn/media9然后我在 latex/beamer 文档中包含了一些视频,但在编译时我得到了未定义的控制序列\prg_generate_conditional_variant:Nnn \regex_match:nn{nV}{TF}
。编译后的文件充满了乱码。
包含视频的源代码在这里:
\begin{frame}
\includemedia[
label=vidA,
addresource=latticetrimmed.mp4,
activate=pageopen,
width=5cm, height=4cm,
flashvars={
source=latticetrimmed.mp4
&loop=true
}
]{}{VPlayer.swf}
\includemedia[
label=vidB,
addresource=latticewithshortcutstrimmed.mp4,
activate=pageopen,
width=5cm, height=4cm,
flashvars={
source=latticewithshortcutstrimmed.mp4
&loop=true
}
]{}{VPlayer.swf}
\mediabutton[
mediacommand=vidA:playPause,
mediacommand=vidB:playPause
]{\fbox{Play/Pause}}
\end{frame}
任何帮助都非常感谢!