我有 Xubuntu 18.04 和 TeXstudio 2.12.6。如果可能的话,我想在 Beamer 中运行一个外部程序。
我在网上搜索解决方案,发现很多东西,一些链接声称这是解决方案,但对我不起作用。
以下是我使用多个 pdfviewer 尝试过的代码:
\documentclass{beamer}
\usepackage{hyperref}
\begin{document}
\begin{frame}
\href{run:/usr/bin/octave}{\beamergotobutton{Link}}
\end{frame}
\end{document}
但它没有起作用。
问题:
如果有可能在 Beamer 中运行外部程序,我该怎么做?
谢谢卡尔