summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/hyperref.dtx15
1 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
index 81b6e3ef903..5097b02f0e6 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/09/28 v6.82i %
+%<!none> [2011/10/01 v6.82j %
%<package> Hypertext links for LaTeX]
%<nohyperref> Dummy hyperref (SR)]
%<driver> Hyperref documentation driver file]
@@ -139,7 +139,7 @@
\end{document}
%</driver>
% \fi
-% \CheckSum{28601}
+% \CheckSum{28614}
%
% \MakeShortVerb{|}
% \StopEventually{}
@@ -10643,12 +10643,19 @@
% \begin{macrocode}
\@ifpackageloaded{tabularx}{%
\let\HyOrg@TX@endtabularx\TX@endtabularx
- \def\TX@endtabularx{%
+ \def\Hy@tabularx@hook{%
\let\@footnotetext\H@@footnotetext
\let\@footnotemark\H@@footnotemark
\let\@mpfootnotetext\H@@mpfootnotetext
- \HyOrg@TX@endtabularx
}%
+ \begingroup
+ \toks@\expandafter{\TX@endtabularx}%
+ \xdef\Hy@gtemp{%
+ \noexpand\Hy@tabularx@hook
+ \the\toks@
+ }%
+ \endgroup
+ \let\TX@endtabularx\Hy@gtemp
}{}%
% \end{macrocode}
%