summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/carlisle
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-13 20:52:21 +0000
committerKarl Berry <karl@freefriends.org>2021-06-13 20:52:21 +0000
commit21d9740662bb842065bf5fd589897fd2ee575749 (patch)
tree82dfe638fdd86cc295efd1c8c8903da8315cff61 /Master/texmf-dist/tex/latex/carlisle
parent61e31eb7a32e8d0cb0623acad03c420c97edd6e4 (diff)
carlisle (13jun21)
git-svn-id: svn://tug.org/texlive/trunk@59577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/carlisle')
-rw-r--r--Master/texmf-dist/tex/latex/carlisle/ltxtable.sty11
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/carlisle/ltxtable.sty b/Master/texmf-dist/tex/latex/carlisle/ltxtable.sty
index 5eb6a35cb80..fc320bb7f08 100644
--- a/Master/texmf-dist/tex/latex/carlisle/ltxtable.sty
+++ b/Master/texmf-dist/tex/latex/carlisle/ltxtable.sty
@@ -1,9 +1,9 @@
%% LaTeX2e file `ltxtable.sty'
%% generated by the `filecontents' environment
-%% from source `ltxtable' on 2018/05/30.
+%% from source `ltxtable' on 2021/06/13.
%%
%
-%% ltxtable package (C) 1995 David Carlisle
+%% ltxtable package (C) 1995, 2021 David Carlisle
%%
%% This file may be distributed under the terms of the LPPL.
%% See 00readme.txt for details.
@@ -13,7 +13,7 @@
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{ltxtable}
- [1995/12/11 v0.2 longtable/tabularx merge (DPC)]
+ [2021/06/13 v0.4 longtable/tabularx merge (DPC)]
% \end{macrocode}
%
% May as get these in, going to need them...
@@ -52,8 +52,9 @@
% \begin{macrocode}
\def\endlongtable{%
\LT@echunk
-\global\setbox\@ne\hbox{\unhbox\@ne}%
- \kern\wd\@ne
+% from 2021 longtable uses an allocated box \LT@gbox not \box1
+\global\setbox\LT@gbox\hbox{\unhbox\LT@gbox}%
+ \kern\wd\LT@gbox
\LT@get@widths%
\endgroup}%
% \end{macrocode}