diff options
author | Karl Berry <karl@freefriends.org> | 2011-10-02 23:04:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-10-02 23:04:42 +0000 |
commit | 943bbbbfd0cd312d527a53cd140d9f71c2b71075 (patch) | |
tree | d6346f71566de72643780a835ed0c9ab9f950fce /Master/texmf-dist/source/latex/hyperref | |
parent | bb33b6aa379703cfbc67cab3ceace446e594fa3b (diff) |
hyperref (2oct11)
git-svn-id: svn://tug.org/texlive/trunk@24171 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref')
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/hyperref.dtx | 15 |
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} % |