summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-03-07 00:45:13 +0000
committerKarl Berry <karl@freefriends.org>2011-03-07 00:45:13 +0000
commit06849f9c1c1b19f3f80dd81774c2f93662de545f (patch)
tree2cf9e31e2a9e5683cec932ed1edae0db775e4a4a /Master/texmf-dist/source
parent0e6e50ca2549504070b29679d6159236bdf1b308 (diff)
hyperref
git-svn-id: svn://tug.org/texlive/trunk@21618 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/hyperref.dtx13
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
index a304d61f6cf..f260bebd90d 100644
--- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
+++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
@@ -44,7 +44,7 @@
%<puenc>\ProvidesFile{puenc.def}
%<puvnenc>\ProvidesFile{puvnenc.def}
%<puarenc>\ProvidesFile{puarenc.def}
-%<!none> [2011/02/07 v6.82b %
+%<!none> [2011/02/28 v6.82c %
%<package> Hypertext links for LaTeX]
%<nohyperref> Dummy hyperref (SR)]
%<driver> Hyperref documentation driver file]
@@ -139,7 +139,7 @@
\end{document}
%</driver>
% \fi
-% \CheckSum{28375}
+% \CheckSum{28380}
%
% \MakeShortVerb{|}
% \StopEventually{}
@@ -15469,11 +15469,14 @@
% mess up counters etc (thanks DPC\ldots).
% \begin{macrocode}
\ifHy@breaklinks
- \expandafter\Hy@breaklinksunhbox
+ \ifhmode
+ \Hy@breaklinksunhbox\pdf@box
+ \else
+ \box\pdf@box
+ \fi
\else
- \expandafter\box
+ \expandafter\box\pdf@box
\fi
- \pdf@box
% \end{macrocode}
% but if it can have multiple paragraphs you'd need one of these,
% but in that case the measured box size would be wrong anyway.