Hi,
I found a workaround:
Replacing "\hyperlink{ref1}{pe\_\-rawaddr}" with
"\hyperref[ref1]{pe\_\-rawaddr}" creates correct links.
So I added this to my LaTeX document:
% workaround \hyperlink bug (see Debian #580912)
\renewcommand{\hyperlink}[2]{%
\hyperref[#1]{#2}%
}
Seems to be working so far.
Of course it'd be nice to find out what is wrong with the \hyperlink
command and fix that.
Best regards,
--Edwin
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]