diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-17 23:06:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-17 23:06:30 +0000 |
commit | 8ba2e4ca526b22810442d35e723f95412d7f6b4c (patch) | |
tree | 7717ffffdccc788b6a0cc78c4b46826a9ce894b0 /Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def | |
parent | 848dbb11f1b8a5adf31e6af8716456aeb12a7021 (diff) |
hyperref update (17jul08)
git-svn-id: svn://tug.org/texlive/trunk@9645 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 | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def index 488e2bd91ae..a9e67a9e380 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def @@ -24,7 +24,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtexhtml.def} - [2008/07/15 v6.78b + [2008/07/16 v6.78c Hyperref driver for VTeX in HTML mode] \providecommand*{\XR@ext}{htm} \RequirePackage{vtexhtml} @@ -39,7 +39,8 @@ \def\@urltype{url} \def\hyper@link#1#2#3{% \leavevmode - \special{!direct <a href=\hyper@quote\hyper@hash#2\hyper@quote>}% + \special{!direct <a href=% + \hyper@quote\hyper@hash\HyperDestNameFilter{#2}\hyper@quote>}% #3% \special{!direct </a>}% } @@ -48,7 +49,8 @@ \hyper@chars \leavevmode \MathBSuppress=1\relax - \special{!direct <a href=\hyper@quote#2\hyper@quote>}% + \special{!direct <a href=% + \hyper@quote\HyperDestNameFilter{#2}\hyper@quote>}% #1% \MathBSuppress=0\relax \special{!direct </a>}% @@ -65,7 +67,7 @@ \@Localurlfalse \begingroup \hyper@chars - \special{!aref #2}% + \special{!aref \HyperDestNameFilter{#2}}% \endgroup \fi } @@ -81,7 +83,8 @@ \begingroup \hyper@chars \special{!aname #1}% - \special{!direct <a name=\hyper@quote#1\hyper@quote>}% + \special{!direct <a name=% + \hyper@quote\HyperDestNameFilter{#1}\hyper@quote>}% \endgroup \Hy@activeanchortrue } @@ -97,7 +100,8 @@ \hyper@chars \leavevmode \special{!aname #1}% - \special{!direct <a name=\hyper@quote #1\hyper@quote>}% + \special{!direct <a name=% + \hyper@quote\HyperDestNameFilter{#1}\hyper@quote>}% \endgroup \Hy@activeanchortrue \bgroup\anchor@spot\egroup |