是否可以将动画 PowerPoint 幻灯片超链接到 Beamer?提前谢谢您。
答案1
您可以添加一个链接,该链接将使用此文件类型的默认程序打开 PowerPoint 文件。您想要的幻灯片应该是文件中的第一张,否则您必须滚动到它。
\documentclass{beamer}
\begin{document}
\begin{frame}
\href{run:/absolut/path/to/file/test.ppt}{link to ppt}
\end{frame}
\end{document}