diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/colortbl/colortbl-DE.pdf | bin | 325398 -> 325132 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/colortbl/colortbl.pdf | bin | 269378 -> 269404 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/colortbl/colortbl.dtx | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/colortbl/colortbl.sty | 8 |
4 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/colortbl/colortbl-DE.pdf b/Master/texmf-dist/doc/latex/colortbl/colortbl-DE.pdf Binary files differindex 83cd3c8589a..5148eaecd37 100644 --- a/Master/texmf-dist/doc/latex/colortbl/colortbl-DE.pdf +++ b/Master/texmf-dist/doc/latex/colortbl/colortbl-DE.pdf diff --git a/Master/texmf-dist/doc/latex/colortbl/colortbl.pdf b/Master/texmf-dist/doc/latex/colortbl/colortbl.pdf Binary files differindex 685037c86b6..5d1174b694e 100644 --- a/Master/texmf-dist/doc/latex/colortbl/colortbl.pdf +++ b/Master/texmf-dist/doc/latex/colortbl/colortbl.pdf diff --git a/Master/texmf-dist/source/latex/colortbl/colortbl.dtx b/Master/texmf-dist/source/latex/colortbl/colortbl.dtx index 65c4b975b72..2816d576c29 100644 --- a/Master/texmf-dist/source/latex/colortbl/colortbl.dtx +++ b/Master/texmf-dist/source/latex/colortbl/colortbl.dtx @@ -1,7 +1,7 @@ % \iffalse %% %% Source File: `colortbl.dtx'. -%% Copyright 1996 1998 1999 2012 2018 David Carlisle +%% Copyright 1996 1998 1999 2012 2018 2020 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/12/12 v1.0d Color table columns (DPC)] + [2020/01/04 v1.0e Color table columns (DPC)] % % \iffalse %<*driver> @@ -72,6 +72,7 @@ % \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} +% \changes{v1.0e}{2020/01/04}{Updates to match updated hhline} % % \section{Introduction} % @@ -1279,11 +1280,13 @@ ##2% \global\setbox\@ne\HH@box\doublerulesep\doublerulesep}}% \HH@let!}\else + \ifx\@tempb\@sptoken\let\next\HH@spacelet\else \PackageWarning{hhline}% {\meaning\@tempb\space ignored in \noexpand\hhline argument% \MessageBreak}% - \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi + \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi \next} +\lowercase{\def\HH@spacelet} {\futurelet\@tempb \HH@loop} % \end{macrocode} % % \begin{macrocode} diff --git a/Master/texmf-dist/tex/latex/colortbl/colortbl.sty b/Master/texmf-dist/tex/latex/colortbl/colortbl.sty index 1b9b1d0d5d9..69b26a40b19 100644 --- a/Master/texmf-dist/tex/latex/colortbl/colortbl.sty +++ b/Master/texmf-dist/tex/latex/colortbl/colortbl.sty @@ -8,14 +8,14 @@ %% %% %% Source File: `colortbl.dtx'. -%% Copyright 1996 1998 1999 2012 2018 David Carlisle +%% Copyright 1996 1998 1999 2012 2018 2020 David Carlisle %% %% This file may be distributed under the terms of the LPPL. %% See readme for details. %% \NeedsTeXFormat{LaTeX2e}[1995/06/01] \ProvidesPackage{colortbl} - [2018/12/12 v1.0d Color table columns (DPC)] + [2020/01/04 v1.0e Color table columns (DPC)] \edef\@tempa{% \noexpand\AtEndOfPackage{% \catcode`\noexpand\^^A\the\catcode`\^^A\relax}} @@ -320,11 +320,13 @@ ##2% \global\setbox\@ne\HH@box\doublerulesep\doublerulesep}}% \HH@let!}\else + \ifx\@tempb\@sptoken\let\next\HH@spacelet\else \PackageWarning{hhline}% {\meaning\@tempb\space ignored in \noexpand\hhline argument% \MessageBreak}% - \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi + \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi \next} +\lowercase{\def\HH@spacelet} {\futurelet\@tempb \HH@loop} \fi} \AtBeginDocument{ \ifx\longtable\@undefined\else |