Generalrelative links to external files

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
gatoatigrado
Posts: 6
Joined: Mon Dec 01, 2008 10:40 pm

relative links to external files

Post by gatoatigrado »

I have a presentation (beamer package) which I want to put on another computer (so I can't use absolute paths) with some external files. I want to do something like

Code: Select all

\href{./audio/byar.ogg}{\beamergotobutton{play}}
but the relative URI's don't seem to resolve correctly (I tried kpdf and acroread).

thanks in advance,
Nicholas

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gatoatigrado
Posts: 6
Joined: Mon Dec 01, 2008 10:40 pm

relative links to external files

Post by gatoatigrado »

I think I got it (after quite a few hours, what a pain...),

Code: Select all

http://www.tug.org/pipermail/texhax/2006-May/006159.html

Code: Select all

\href{run:audio/byar.ogg}{\beamergotobutton{play}}
cheers,
Nicholas
Post Reply