diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-11 00:03:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-11 00:03:26 +0000 |
commit | 130bb9a91a661f6ea625aa23be6bd42ff14a81c3 (patch) | |
tree | 7e94b3ae227142fdd3979fefe34ddb722bf865da /Master/texmf-dist/tex/latex/hyperref/hdviwind.def | |
parent | c61fcfb7cf4bd44af3cb127ad454a677857f405a (diff) |
hyperref (10apr11)
git-svn-id: svn://tug.org/texlive/trunk@22039 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hdviwind.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hdviwind.def | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def index 58ca5022ac0..21bdc591735 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def +++ b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hdviwind.def} - [2011/03/09 v6.82d % + [2011/04/09 v6.82f % Hyperref driver for dviwindo] \Hy@VersionCheck{hdviwind.def} \begingroup @@ -106,7 +106,7 @@ |ifx|\#2|\%% |else \\% - |Hy@ReturnAfterFi{% + |ltx@ReturnAfterFi{% |Hy@ExchangeBackslash#2|@nil }% |fi @@ -117,7 +117,7 @@ \ifx\\#2\\% \else \@backslashchar(% - \Hy@ReturnAfterFi{% + \ltx@ReturnAfterFi{% \Hy@ExchangeLeftParenthesis#2\@nil }% \fi @@ -127,7 +127,7 @@ \ifx\\#2\\% \else \@backslashchar)% - \Hy@ReturnAfterFi{% + \ltx@ReturnAfterFi{% \Hy@ExchangeRightParenthesis#2\@nil }% \fi @@ -194,7 +194,7 @@ }% \expandafter\Hy@colorlink\csname @#1color\endcsname \Hy@RestoreSpaceFactor - #3% + #3\Hy@xspace@end \Hy@SaveSpaceFactor \Hy@endcolorlink }% @@ -209,7 +209,7 @@ #2% }% \expandafter\Hy@colorlink\csname @#1color\endcsname - #3% + #3\Hy@xspace@end \Hy@endcolorlink \fi } @@ -232,7 +232,7 @@ }% \Hy@colorlink\@urlcolor \Hy@RestoreSpaceFactor - #1% + #1\Hy@xspace@end \Hy@SaveSpaceFactor \Hy@endcolorlink }% @@ -247,7 +247,9 @@ launch: \wwwbrowser\space #2% }% - \Hy@colorlink\@urlcolor#1\Hy@endcolorlink + \Hy@colorlink\@urlcolor + #1\Hy@xspace@end + \Hy@endcolorlink \fi \endgroup } @@ -270,7 +272,7 @@ }% \Hy@colorlink\@filecolor \Hy@RestoreSpaceFactor - #1% + #1\Hy@xspace@end \Hy@SaveSpaceFactor \Hy@endcolorlink }% @@ -285,7 +287,9 @@ #3,% file: #2% }% - \Hy@colorlink\@filecolor#1\Hy@endcolorlink + \Hy@colorlink\@filecolor + #1\Hy@xspace@end + \Hy@endcolorlink \fi \endgroup } @@ -497,13 +501,13 @@ \ifmmode \def\Hy@LinkMath{$}% \else - \def\Hy@LinkMath{}% + \let\Hy@LinkMath\ltx@empty \fi \ifHy@breaklinks \Hy@setouterhbox\pdf@box{% \Hy@RestoreSpaceFactor \Hy@LinkMath - \Hy@AllowHyphens#1% + \Hy@AllowHyphens#1\Hy@xspace@end \Hy@LinkMath \Hy@SaveSpaceFactor }% @@ -511,7 +515,7 @@ \sbox\pdf@box{% \Hy@RestoreSpaceFactor \Hy@LinkMath - #1% + #1\Hy@xspace@end \Hy@LinkMath \Hy@SaveSpaceFactor }% |