[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#580912: Acknowledgement (hyperref: PDF output links to wrong page with doxygen-generated LaTeX)



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



Reply to: