Daniel Lohmann <[EMAIL PROTECTED]> writes:
> The only form I have so far found to be kind of working is:
>
> \def\@@hyperref#1#2#3{%
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]@one\\{#1}%
> }
>
> Well, 32 hash symbols... However, it generates *two* hash symbols in the
> output, labels look like "Page##8" instead of "Page#8". If I use only 16
> hash symbols in the definition, I get (again) an "! Illegal parameter
> number" error :-/
Please, try the following:
\usepackage{hyperref}
\catcode`\#=11
\def\hashmark{#}
\catcode`\#=6
\def\@@hyperref#1#2#3{%
[EMAIL PROTECTED]
[EMAIL PROTECTED]@one\\{#1}%
}
--
Enrico