diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/htex4ht.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/htex4ht.def | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def index 0460501675f..012c3d20a56 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def +++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htex4ht.def} - [2010/02/21 v6.80f + [2010/02/25 v6.80h Hyperref driver for TeX4ht] \providecommand*{\XR@ext}{html} \def\Hy@raisedlink{} @@ -48,6 +48,7 @@ } \def\hyper@anchor#1{% \Hy@SaveLastskip + \Hy@VerboseAnchor{#1}% \begingroup \let\protect=\string \special{t4ht=<a name=% @@ -61,6 +62,7 @@ } \def\hyper@anchorstart#1{% \Hy@SaveLastskip + \Hy@VerboseAnchor{#1}% \begingroup \hyper@chars\special{t4ht=<a name=% \hyper@quote\HyperDestNameFilter{#1}\hyper@quote>}% @@ -74,6 +76,7 @@ } \def\@urltype{url} \def\hyper@linkstart#1#2{% + \Hy@VerboseLinkStart{#1}{#2}% \expandafter\Hy@colorlink\csname @#1color\endcsname \def\Hy@tempa{#1}% \ifx\Hy@tempa\@urltype @@ -120,6 +123,7 @@ \fi } \def\hyper@link#1#2#3{% + \Hy@VerboseLinkStart{#1}{#2}% \hyper@linkurl{#3}{\#\HyperDestNameFilter{#2}}% } \def\hyper@image#1#2{% |