diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-17 00:53:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-17 00:53:48 +0000 |
commit | 83316e68b48213a76b799581c3fdfa3b49602578 (patch) | |
tree | 482174d33e0529ec400143879cf5b7e62d0ea852 /Master/texmf-dist/tex/latex/hyperref/htexture.def | |
parent | d91dfd5d939bd2967659d9dec8a5861fce810bf4 (diff) |
hyperref update (16dec09)
git-svn-id: svn://tug.org/texlive/trunk@16430 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/htexture.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/htexture.def | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/htexture.def b/Master/texmf-dist/tex/latex/hyperref/htexture.def index 783d2e3d25b..a161c670c49 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htexture.def +++ b/Master/texmf-dist/tex/latex/hyperref/htexture.def @@ -24,7 +24,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htexture.def} - [2009/12/15 v6.79p + [2009/12/16 v6.79u Hyperref driver for Textures] \providecommand*{\XR@ext}{pdf} \begingroup @@ -155,8 +155,10 @@ \else \begingroup \hyper@chars - \special{html:<a href=% - \hyper@quote\#\HyperDestNameFilter{#2}\hyper@quote>}% + \special{% + html:<a href=% + \hyper@quote\#\HyperDestNameFilter{#2}\hyper@quote>% + }% \endgroup \fi } @@ -165,7 +167,9 @@ \Hy@endcolorlink } \def\hyper@linkfile#1#2#3{% - \hyper@linkurl{#1}{\Hy@linkfileprefix#2\ifx\\#3\\\else\##3\fi}% + \hyper@linkurl{#1}{% + \Hy@linkfileprefix#2\ifx\\#3\\\else\##3\fi + }% } \def\hyper@linkurl#1#2{% \leavevmode |