diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/htex4ht.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/htex4ht.def | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def index 99e70d4b829..85e1fad6709 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def +++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def @@ -24,7 +24,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htex4ht.def} - [2008/07/15 v6.78b + [2008/07/16 v6.78c Hyperref driver for TeX4ht] \providecommand*{\XR@ext}{html} \def\Hy@raisedlink{} @@ -45,7 +45,8 @@ \Hy@SaveLastskip \begingroup \let\protect=\string - \special{t4ht=<a name=\hyper@quote #1\hyper@quote>}% + \special{t4ht=<a name=% + \hyper@quote\HyperDestNameFilter{#1}\hyper@quote>}% \endgroup \Hy@activeanchortrue \Hy@colorlink\@anchorcolor\anchor@spot\Hy@endcolorlink @@ -56,7 +57,8 @@ \def\hyper@anchorstart#1{% \Hy@SaveLastskip \begingroup - \hyper@chars\special{t4ht=<a name=\hyper@quote#1\hyper@quote>}% + \hyper@chars\special{t4ht=<a name=% + \hyper@quote\HyperDestNameFilter{#1}\hyper@quote>}% \endgroup \Hy@activeanchortrue } @@ -74,7 +76,8 @@ \else \begingroup \hyper@chars - \special{t4ht=<a href=\hyper@quote\##2\hyper@quote>}% + \special{t4ht=<a href=% + \hyper@quote\#\HyperDestNameFilter{#2}\hyper@quote>}% \endgroup \fi } @@ -109,7 +112,7 @@ \fi } \def\hyper@link#1#2#3{% - \hyper@linkurl{#3}{\##2}% + \hyper@linkurl{#3}{\#\HyperDestNameFilter{#2}}% } \def\hyper@image#1#2{% \begingroup |