以下是代码
\documentclass{beamer}
\mode<presentation> {\usetheme{Madrid}}
\begin{document}
\begin{frame}
\frametitle{Test}
\href[pdfnewwindow]{sample.pdf}{try}
\end{frame}
\end{document}
这很好用。我在 Windows 10 操作系统上使用 Adobe Reader。当我单击“尝试”时,pdf 文件会在新窗口中打开。我想sample.pdf
以full-screen
或presentation
模式打开文件。href 中有什么选项可以实现这一点?