I have generated a beamer pdf containing a link to an external player in order to play a sound.
(我已经生成了包含与外部播放器的链接的Beamer PDF,以便播放声音。)
I am opening it with the macOS pdf viewer preview
and when I hover the mouse pointer over the clickable text, the location of the .wav file is shown but when I click on the text nothing happens. (我使用macOS pdf查看器preview
打开它,当我将鼠标指针悬停在可点击的文本上时,将显示.wav文件的位置,但是当我单击该文本时什么也没有发生。)
Here is the minimal working example: (这是最小的工作示例:)
documentclass{beamer}
usepackage{multimedia}
egin{document}
sound[externalviewer]{test}{sound.wav}
end{document}
ask by Leptoceratops translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…