Originally I had a file audio.mp4 that I wanted to play by \href{run:audio.mp4}{START} from a beamer presentation pdf that is run in Preview. Following hints here, I created a .app by appify, and it works: entering open runit.app at the terminal prompt now runs the audio fine. However, \href{run:runit.app}{START} still doesn't work (I tried all minor
syntactic variants, with absolute path, ./runit.app, \href[]{ and so forth).
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
closed as off topic by Stephan Lehmke, egreg, Martin Schröder, percusse, Kurt Dec 1 '12 at 23:52
Questions on TeX - LaTeX Stack Exchange are expected to relate to TeX, LaTeX or related typesetting systems within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
`to mark your inline code as I did in my edit. – Corentin Oct 16 '12 at 16:23runnit.appinFinder, does the app work and play the audio file? Second, you need to open the PDF file with a reader such asAcrobatthat supports click able links for external applications. I don't thinkPreviewsupports this. – Peter Grill Oct 16 '12 at 18:57runit.appwill start fine fromFinder. My primary interest is running audio from Preview, I'm not ready to installAcrobatfor security/bloat reasons. Sincemedia9and other packages seem to have the same limitation, I'm more or less ready to give up on this and suffer the indignity of pushing an external button during my presentation. Thanks anyway, learning aboutappifywas worth it in and of itself. – Noob Oct 18 '12 at 14:03