diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hypertex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hypertex.def | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hypertex.def b/Master/texmf-dist/tex/latex/hyperref/hypertex.def index 6fb6d9d97f9..4712006edf4 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hypertex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hypertex.def @@ -24,7 +24,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hypertex.def} - [2008/07/15 v6.78b + [2008/07/16 v6.78c Hyperref driver for HyperTeX specials] \providecommand*{\XR@ext}{dvi} \def\PDF@FinishDoc{} @@ -39,7 +39,8 @@ \begingroup \let\protect=\string \hyper@chars - \special{html:<a name=\hyper@quote #1\hyper@quote>}% + \special{html:<a name=% + \hyper@quote\HyperDestNameFilter{#1}\hyper@quote>}% \endgroup \Hy@activeanchortrue \Hy@colorlink\@anchorcolor\anchor@spot\Hy@endcolorlink @@ -51,7 +52,8 @@ \Hy@SaveLastskip \begingroup \hyper@chars - \special{html:<a name=\hyper@quote#1\hyper@quote>}% + \special{html:<a name=% + \hyper@quote\HyperDestNameFilter{#1}\hyper@quote>}% \endgroup \Hy@activeanchortrue } @@ -69,7 +71,8 @@ \else \begingroup \hyper@chars - \special{html:<a href=\hyper@quote\##2\hyper@quote>}% + \special{html:<a href=% + \hyper@quote\#\HyperDestNameFilter{#2}\hyper@quote>}% \endgroup \fi } @@ -105,7 +108,7 @@ \fi } \def\hyper@link#1#2#3{% - \hyper@linkurl{#3}{\##2}% + \hyper@linkurl{#3}{\#\HyperDestNameFilter{#2}}% } \def\hyper@image#1#2{% \begingroup |