Search found 1 match

by rodeobjoern
Wed Oct 15, 2008 11:48 am
Forum: General
Topic: Link to Files with relativ path
Replies: 2
Views: 16854

Link to Files with relativ path

Hello,

I am working on my master thesis and want to create documents in which external files like .jpg, .fig or .exe can be choosen by clicking on a hyperlink. Those Files should open than in the standard program choosen by the operating system. I managed to do so by using \href{file:///C:/...} but ...