diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-26 00:40:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-26 00:40:18 +0000 |
commit | 2879f4c79a28689be64c43518e2d54d1158015c3 (patch) | |
tree | 340e3ecbc7b24e4e7430080ccde14fadaa945149 /Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def | |
parent | 0288945faa2fa7ad7b023fe54b2eefac37ba88f6 (diff) |
hyperref update (24feb10)
git-svn-id: svn://tug.org/texlive/trunk@17207 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def index e6c81ec9f60..4d64d8de1c1 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtexhtml.def} - [2010/02/21 v6.80f + [2010/02/25 v6.80h Hyperref driver for VTeX in HTML mode] \providecommand*{\XR@ext}{htm} \RequirePackage{vtexhtml} @@ -43,6 +43,7 @@ } \def\@urltype{url} \def\hyper@link#1#2#3{% + \Hy@VerboseLinkStart{#1}{#2}% \leavevmode \special{!direct <a href=% \hyper@quote\hyper@hash\HyperDestNameFilter{#2}\hyper@quote>}% @@ -65,6 +66,7 @@ \hyper@linkurl{#1}{\Hy@linkfileprefix#2\ifx\\#3\\\else\##3\fi}% } \def\hyper@linkstart#1#2{% + \Hy@VerboseLinkStart{#1}{#2}% \def\Hy@tempa{#1}\ifx\Hy@tempa\@urltype \@Localurltrue \special{!direct <a href=\hyper@quote#2\hyper@quote>}% @@ -85,6 +87,7 @@ } \def\hyper@anchorstart#1{% \Hy@SaveLastskip + \Hy@VerboseAnchor{#1}% \begingroup \hyper@chars \special{!aname #1}% @@ -100,6 +103,7 @@ } \def\hyper@anchor#1{% \Hy@SaveLastskip + \Hy@VerboseAnchor{#1}% \begingroup \let\protect=\string \hyper@chars |