summaryrefslogtreecommitdiff
path: root/Master
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
parent61e31eb7a32e8d0cb0623acad03c420c97edd6e4 (diff)
carlisle (13jun21)
git-svn-id: svn://tug.org/texlive/trunk@59577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/carlisle/README.txt2
-rw-r--r--Master/texmf-dist/doc/latex/carlisle/ltx1.tex2
-rw-r--r--Master/texmf-dist/doc/latex/carlisle/ltxtable.pdfbin69207 -> 74252 bytes
-rw-r--r--Master/texmf-dist/source/latex/carlisle/ltxtable.tex19
-rw-r--r--Master/texmf-dist/tex/latex/carlisle/ltxtable.sty11
5 files changed, 19 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/carlisle/README.txt b/Master/texmf-dist/doc/latex/carlisle/README.txt
index f2dcb0da026..e39575d4122 100644
--- a/Master/texmf-dist/doc/latex/carlisle/README.txt
+++ b/Master/texmf-dist/doc/latex/carlisle/README.txt
@@ -13,7 +13,7 @@ each other except by the fact that they have the same author.
David Carlisle https://github.com/davidcarlisle/dpctex
-2020-10-23
+2021-06-13
Currently the directory contains the following.
diff --git a/Master/texmf-dist/doc/latex/carlisle/ltx1.tex b/Master/texmf-dist/doc/latex/carlisle/ltx1.tex
index 71fe3e7f11d..be9b7c0f5a1 100644
--- a/Master/texmf-dist/doc/latex/carlisle/ltx1.tex
+++ b/Master/texmf-dist/doc/latex/carlisle/ltx1.tex
@@ -1,6 +1,6 @@
%% LaTeX2e file `ltx1.tex'
%% generated by the `filecontents' environment
-%% from source `ltxtable' on 2020/10/24.
+%% from source `ltxtable' on 2021/06/13.
%%
\begin{longtable}{|cXX|}
the & head& line\endhead
diff --git a/Master/texmf-dist/doc/latex/carlisle/ltxtable.pdf b/Master/texmf-dist/doc/latex/carlisle/ltxtable.pdf
index 6e0f1848fed..f8926c61661 100644
--- a/Master/texmf-dist/doc/latex/carlisle/ltxtable.pdf
+++ b/Master/texmf-dist/doc/latex/carlisle/ltxtable.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/carlisle/ltxtable.tex b/Master/texmf-dist/source/latex/carlisle/ltxtable.tex
index ea5ba2f1959..a825b67b3d7 100644
--- a/Master/texmf-dist/source/latex/carlisle/ltxtable.tex
+++ b/Master/texmf-dist/source/latex/carlisle/ltxtable.tex
@@ -1,6 +1,6 @@
%
%% User documentation and source for ltxtable package
-%% (C) 1995 David Carlisle
+%% (C) 1995, 2021 David Carlisle
%
%% This file may be distributed under the terms of the LPPL.
%% See 00readme.txt for details.
@@ -11,7 +11,7 @@
% This will write the ltxtable.sty package file on to your system
% and produce some rather terse typeset documentation.
%
-\begin{filecontents}{ltx1.tex}
+\begin{filecontents}[overwrite]{ltx1.tex}
\begin{longtable}{|cXX|}
the & head& line\endhead
the & foot& line\endfoot
@@ -25,9 +25,9 @@ a a aaaa& b b& c ccccc\\
\end{longtable}
\end{filecontents}
-\begin{filecontents}{ltxtable.sty}
+\begin{filecontents}[overwrite]{ltxtable.sty}
%
-%% 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.
@@ -37,7 +37,7 @@ a a aaaa& b b& c ccccc\\
% \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...
@@ -76,8 +76,9 @@ a a aaaa& b b& c ccccc\\
% \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}
@@ -168,7 +169,7 @@ a a aaaa& b b& c ccccc\\
\title{ltxtable: longtable meets tabularx}
\author{David Carlisle}
-\date{1995/12/11}
+\date{2021/06/13}
\maketitle
Since \texttt{tabularx} was put on the archives in 1992 or so I have
@@ -228,3 +229,5 @@ Then a longtable
1995/12/11 v0.2 (Petr Sojka) Typos fixed so the package works!
(Initial release *always* read the same table file,
ignoring the argument...)
+2001/06/12 v0.3 longtable now uses \LT@gbox not \box\@ne so change here to match.
+2021/06/13 v0.4 what year is it....
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}