Search found 2 matches

by jkow
Tue May 14, 2013 12:39 pm
Forum: General
Topic: hyperref to external file -how to display external file name
Replies: 2
Views: 5353

hyperref to external file -how to display external file name

In case anyone is interested, i defined the macro \refurl to grab the url from the internal reference command:


\def\refpartfive#1#2#3#4#5{%
#5
}

\newcommand{\refurl}[1]
{%
\expandafter\expandafter\expandafter\refpartfive\csname r@#1\endcsname{}
}


So now I am able to write
Now go to \autoref ...
by jkow
Mon May 13, 2013 5:25 pm
Forum: General
Topic: hyperref to external file -how to display external file name
Replies: 2
Views: 5353

Re: hyperref to external file -how to display external file

Hi, I am also facing this problem and am already digging into the hyperref code to find a solution. Before I waste too much time on the topic.... did you find a way to display the document name?