diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hdviwind.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hdviwind.def | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdviwind.def b/Master/texmf-dist/tex/latex/hyperref/hdviwind.def index e58bba64bc2..26c553d490a 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} - [2010/10/30 v6.81t + [2010/11/22 v6.81u % Hyperref driver for dviwindo] \Hy@VersionCheck{hdviwind.def} \begingroup @@ -84,7 +84,6 @@ }% }% \fi -\RequirePackage{pdftexcmds}[2009/04/10] \begingroup\expandafter\expandafter\expandafter\endgroup \expandafter\ifx\csname pdf@escapestring\endcsname\relax \begingroup @@ -495,16 +494,25 @@ \else \leavevmode \Hy@SaveSpaceFactor + \ifmmode + \def\Hy@LinkMath{$}% + \else + \def\Hy@LinkMath{}% + \fi \ifHy@breaklinks \Hy@setouterhbox\pdf@box{% \Hy@RestoreSpaceFactor + \Hy@LinkMath \Hy@AllowHyphens#1% + \Hy@LinkMath \Hy@SaveSpaceFactor }% \else \sbox\pdf@box{% \Hy@RestoreSpaceFactor + \Hy@LinkMath #1% + \Hy@LinkMath \Hy@SaveSpaceFactor }% \fi |