texlive[49404] Master/texmf-dist: colortbl (13dec18)

commits+karl at tug.org commits+karl at tug.org
Thu Dec 13 23:50:26 CET 2018


Revision: 49404
          http://tug.org/svn/texlive?view=revision&revision=49404
Author:   karl
Date:     2018-12-13 23:50:26 +0100 (Thu, 13 Dec 2018)
Log Message:
-----------
colortbl (13dec18)

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

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/colortbl/README.txt

Added: trunk/Master/texmf-dist/doc/latex/colortbl/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/colortbl/README.txt	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/colortbl/README.txt	2018-12-13 22:50:26 UTC (rev 49404)
@@ -0,0 +1,7 @@
+The colortbl package:
+
+   Add colour to LaTeX tables. Requires array and color packages.
+   Process colortbl.ins to produce the package file colortbl.sty.
+   Process colortbl.dtx to get the documentation (this requires
+   longtable hhline and dcolumn from the standard `tools'
+   distribution.)


Property changes on: trunk/Master/texmf-dist/doc/latex/colortbl/README.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
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	2018-12-13 22:50:09 UTC (rev 49403)
+++ trunk/Master/texmf-dist/source/latex/colortbl/colortbl.dtx	2018-12-13 22:50:26 UTC (rev 49404)
@@ -1,7 +1,7 @@
 % \iffalse
 %%
 %% Source File: `colortbl.dtx'.
-%% Copyright 1996 1998 1999 2012 David Carlisle
+%% Copyright 1996 1998 1999 2012 2018 David Carlisle
 %%
 %% This file may be distributed under the terms of the LPPL.
 %% See readme for details.
@@ -15,7 +15,7 @@
 %<driver>\ProvidesFile{colortbl.drv}
 % \fi
 %         \ProvidesFile{colortbl.dtx}
-          [2018/05/02 v1.0c Color table columns (DPC)]
+          [2018/12/12 v1.0d Color table columns (DPC)]
 %
 % \iffalse
 %<*driver>
@@ -71,6 +71,7 @@
 %     {LPPL}
 % \changes{v0.1j}{2001/02/13}{\cs{cellcolor} (Donald Arseneau)}
 % \changes{v1.0c}{2018/05/02}{Updates to match new array code}
+% \changes{v1.0d}{2018/12/22}{Updates to match even newer array code}
 %
 % \section{Introduction}
 %
@@ -1060,23 +1061,25 @@
 % \end{macro}
 %
 % \begin{macro}{\@mkpream}
+% \begin{macro}{\@mkpreamarray}
 % While expanding the preamble \textsf{array} passes tokens through an
 % "\edef". It doesn't use "\protect"ion as it thinks it has full control
 % at that point. As the redefinition above adds "\color", I need to add
 % that to the list of commands made safe.
 %    \begin{macrocode}
-\expandafter\def\expandafter\@mkpream\expandafter#\expandafter1%
-  \expandafter{%
-    \expandafter\let\expandafter\CT at setup\expandafter\relax
-    \expandafter\let\expandafter\CT at color\expandafter\relax
-    \expandafter\let\expandafter\CT at do@color\expandafter\relax
-    \expandafter\let\expandafter\color\expandafter\relax
-    \expandafter\let\expandafter\CT at column@color\expandafter\relax
-    \expandafter\let\expandafter\CT at row@color\expandafter\relax
-    \expandafter\let\expandafter\CT at cell@color\expandafter\relax
-    \@mkpream{#1}}
+\let\@mkpreamarray\@mkpream
+\def\@mkpream{%
+     \let\CT at setup\relax
+     \let\CT at color\relax
+     \let\CT at do@color\relax
+     \let\color\relax
+     \let\CT at column@color\relax
+     \let\CT at row@color\relax
+     \let\CT at cell@color\relax
+     \@mkpreamarray}
 %    \end{macrocode}
 % \end{macro}
+% \end{macro}
 %
 % \begin{macro}{\CT at do@color}
 % For similar reasons, need to make this non-expandable

Modified: trunk/Master/texmf-dist/tex/latex/colortbl/colortbl.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/colortbl/colortbl.sty	2018-12-13 22:50:09 UTC (rev 49403)
+++ trunk/Master/texmf-dist/tex/latex/colortbl/colortbl.sty	2018-12-13 22:50:26 UTC (rev 49404)
@@ -8,7 +8,7 @@
 %% 
 %%
 %% Source File: `colortbl.dtx'.
-%% Copyright 1996 1998 1999 2012 David Carlisle
+%% Copyright 1996 1998 1999 2012 2018 David Carlisle
 %%
 %% This file may be distributed under the terms of the LPPL.
 %% See readme for details.
@@ -15,7 +15,7 @@
 %%
 \NeedsTeXFormat{LaTeX2e}[1995/06/01]
 \ProvidesPackage{colortbl}
-          [2018/05/02 v1.0c Color table columns (DPC)]
+          [2018/12/12 v1.0d Color table columns (DPC)]
 \edef\@tempa{%
   \noexpand\AtEndOfPackage{%
     \catcode`\noexpand\^^A\the\catcode`\^^A\relax}}
@@ -193,16 +193,16 @@
   \noalign{\vskip-\arrayrulewidth}}
 \newlength\minrowclearance
 \minrowclearance=0pt
-\expandafter\def\expandafter\@mkpream\expandafter#\expandafter1%
-  \expandafter{%
-    \expandafter\let\expandafter\CT at setup\expandafter\relax
-    \expandafter\let\expandafter\CT at color\expandafter\relax
-    \expandafter\let\expandafter\CT at do@color\expandafter\relax
-    \expandafter\let\expandafter\color\expandafter\relax
-    \expandafter\let\expandafter\CT at column@color\expandafter\relax
-    \expandafter\let\expandafter\CT at row@color\expandafter\relax
-    \expandafter\let\expandafter\CT at cell@color\expandafter\relax
-    \@mkpream{#1}}
+\let\@mkpreamarray\@mkpream
+\def\@mkpream{%
+     \let\CT at setup\relax
+     \let\CT at color\relax
+     \let\CT at do@color\relax
+     \let\color\relax
+     \let\CT at column@color\relax
+     \let\CT at row@color\relax
+     \let\CT at cell@color\relax
+     \@mkpreamarray}
 \let\CT at do@color\relax
 \def\rowcolor{%
   \noalign{\ifnum0=`}\fi



More information about the tex-live-commits mailing list