texlive[71370] Master/texmf-dist: colortbl (27may24)
commits+karl at tug.org
commits+karl at tug.org
Mon May 27 21:29:56 CEST 2024
Revision: 71370
https://tug.org/svn/texlive?view=revision&revision=71370
Author: karl
Date: 2024-05-27 21:29:56 +0200 (Mon, 27 May 2024)
Log Message:
-----------
colortbl (27may24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/colortbl/colortbl-DE.pdf
trunk/Master/texmf-dist/doc/latex/colortbl/colortbl.pdf
trunk/Master/texmf-dist/source/latex/colortbl/colortbl.dtx
trunk/Master/texmf-dist/tex/latex/colortbl/colortbl.sty
Modified: trunk/Master/texmf-dist/doc/latex/colortbl/colortbl-DE.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/colortbl/colortbl.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/colortbl/colortbl.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/colortbl/colortbl.dtx 2024-05-27 19:29:46 UTC (rev 71369)
+++ trunk/Master/texmf-dist/source/latex/colortbl/colortbl.dtx 2024-05-27 19:29:56 UTC (rev 71370)
@@ -15,7 +15,7 @@
%<driver>\ProvidesFile{colortbl.drv}
% \fi
% \ProvidesFile{colortbl.dtx}
- [2024/02/20 v1.0g Color table columns (DPC)]
+ [2024/05/26 v1.0h Color table columns (DPC)]
%
% \iffalse
%<*driver>
@@ -1018,9 +1018,9 @@
%
% \begin{macro}{\endarray}
% \changes{v1.0b}{2012/21/06}{re-insert \cs{@arrayright} to match \textsf{array} definition, for \textsf{delarray}}
+% \changes{v1.0h}{2024/05/26}{Don't assume existing \cs{endarray} definition, to work with tagging code}
% \begin{macrocode}
-\def\endarray{%
- \crcr \egroup \egroup \@arrayright\gdef\@preamble{}\CT at end}
+\expandafter\def\expandafter\endarray\expandafter{\endarray\CT at end}
% \end{macrocode}
% \end{macro}
%
Modified: trunk/Master/texmf-dist/tex/latex/colortbl/colortbl.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/colortbl/colortbl.sty 2024-05-27 19:29:46 UTC (rev 71369)
+++ trunk/Master/texmf-dist/tex/latex/colortbl/colortbl.sty 2024-05-27 19:29:56 UTC (rev 71370)
@@ -15,7 +15,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1995/06/01]
\ProvidesPackage{colortbl}
- [2024/02/20 v1.0g Color table columns (DPC)]
+ [2024/05/26 v1.0h Color table columns (DPC)]
\edef\@tempa{%
\noexpand\AtEndOfPackage{%
\catcode`\noexpand\^^A\the\catcode`\^^A\relax}}
@@ -132,8 +132,7 @@
\AtBeginDocument{%
\expandafter\def\expandafter\@tabarray\expandafter{%
\expandafter\CT at start\@tabarray}}
-\def\endarray{%
- \crcr \egroup \egroup \@arrayright\gdef\@preamble{}\CT at end}
+\expandafter\def\expandafter\endarray\expandafter{\endarray\CT at end}
\def\@tempa#1\@arstrut#2\relax{
\long\def\multicolumn##1##2##3{%
#1%
More information about the tex-live-commits
mailing list.