diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hvtex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hvtex.def | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtex.def b/Master/texmf-dist/tex/latex/hyperref/hvtex.def index 497b39c7e08..5ae88e53962 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtex.def @@ -24,7 +24,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtex.def} - [2008/07/15 v6.78b + [2008/07/16 v6.78c Hyperref driver for VTeX in PDF/PS mode] \providecommand*{\XR@ext}{pdf} \edef\Hy@VTeXversion{% @@ -165,7 +165,7 @@ \begingroup \let\protect=\string \hyper@chars - \special{!aname #1;\@pdfview}% + \special{!aname \HyperDestNameFilter{#1};\@pdfview}% \endgroup \Hy@activeanchortrue \Hy@colorlink\@anchorcolor\anchor@spot\Hy@endcolorlink @@ -176,7 +176,7 @@ \Hy@SaveLastskip \begingroup \hyper@chars - \special{!aname #1;\@pdfview}% + \special{!aname \HyperDestNameFilter{#1};\@pdfview}% \endgroup \Hy@activeanchortrue } @@ -213,7 +213,8 @@ \let\Hy@testname\Hy@undefinedname \fi \special{!% - aref \Hy@testname;% + aref \expandafter\HyperDestNameFilter + \expandafter{\Hy@testname};% a=<% \ifHy@pdfa /F 4\fi \Hy@setpdfborder @@ -279,7 +280,8 @@ \let\Hy@testname\Hy@undefinedname \fi \special{!% - aref \Hy@testname;% + aref \expandafter\HyperDestNameFilter + \expandafter{\Hy@testname};% a=<% \ifHy@pdfa /F 4\fi \Hy@setpdfborder @@ -715,7 +717,7 @@ \fi }% \immediate\special{% - !outline #3;p=\@parcount,i=\@mycount,% + !outline \HyperDestNameFilter{#3};p=\@parcount,i=\@mycount,% s=\ifx#2-c\else o\fi,t=#4% }% }% |