Text Formatting ⇒ hyperref package and links to executables?
hyperref package and links to executables?
Thanks!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 9
- Joined: Sat Feb 13, 2010 3:37 pm
Re: hyperref package and links to executables?
Why don't you try linking to a executable and tell us if it worked?
Re: hyperref package and links to executables?
works, oh and don't forget to use / instead of \ in the filepaths (as I did of course

Thank you for the suggestion!
Re: hyperref package and links to executables?
when I enter only a relative path I get an error. Is there a command that will
return the absolute path of the current file location.
I need it because it will be on portable media, and hence drive letters might change.
Re: hyperref package and links to executables?
On most systems ./ means current directory.
Else it will be quite difficult, methinks.