Text Formatting ⇒ hyperref package and links to executables?
hyperref package and links to executables?
Thanks!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- 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.