texlive[50374] Master/texmf-dist: cellspace (13mar19)

commits+karl at tug.org commits+karl at tug.org
Wed Mar 13 21:57:45 CET 2019


Revision: 50374
          http://tug.org/svn/texlive?view=revision&revision=50374
Author:   karl
Date:     2019-03-13 21:57:45 +0100 (Wed, 13 Mar 2019)
Log Message:
-----------
cellspace (13mar19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/cellspace/README
    trunk/Master/texmf-dist/doc/latex/cellspace/cellspace.pdf
    trunk/Master/texmf-dist/doc/latex/cellspace/cellspace.tex
    trunk/Master/texmf-dist/tex/latex/cellspace/cellspace.sty

Modified: trunk/Master/texmf-dist/doc/latex/cellspace/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/cellspace/README	2019-03-13 20:57:31 UTC (rev 50373)
+++ trunk/Master/texmf-dist/doc/latex/cellspace/README	2019-03-13 20:57:45 UTC (rev 50374)
@@ -1,4 +1,4 @@
-% (C) 2006-2017 Josselin Noirel
+% (C) 2006-2019 Josselin Noirel
 % 
 % Package cellspace: Ensuring a minimal spacing of table cells.
 %
@@ -20,3 +20,6 @@
 v1.7: New features as suggested by Bastien Roucaries: (1) Possibility
       to change the name of the column used for spacing; (2) Make the
       math column independent of the colum name.
+
+v1.8.1: Package becomes aware of the latest modifications of the array
+      package.  Also the GitHub project is referenced in the documentation.
\ No newline at end of file

Modified: trunk/Master/texmf-dist/doc/latex/cellspace/cellspace.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/cellspace/cellspace.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/cellspace/cellspace.tex	2019-03-13 20:57:31 UTC (rev 50373)
+++ trunk/Master/texmf-dist/doc/latex/cellspace/cellspace.tex	2019-03-13 20:57:45 UTC (rev 50374)
@@ -1,4 +1,4 @@
-% (C) 2006-2017 Josselin Noirel
+% (C) 2006-2019 Josselin Noirel
 % 
 % Package cellspace: Ensuring a minimal spacing of table cells.
 %
@@ -5,8 +5,8 @@
 % This material is subject to the LaTeX Project Public License. See
 % http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html .
 %
-\def \filedate    {2017/08/12}%
-\def \fileversion {v1.7}%
+\def \filedate    {2019/03/11}%
+\def \fileversion {v1.8.1}%
 
 \ProvidesFile{cellspace}%
   [\filedate \space \fileversion \space cellspace documentation (JN)]
@@ -94,7 +94,9 @@
 \GetFileInfo{cellspace.sty}
 
 \title  {The \pack{cellspace} package}
-\author {Josselin Noirel}
+\author {Josselin Noirel\footnote{This document corresponds to version
+  \fileversion\ (\filedate) of \pack{\filename}.}\\%
+\url{https://github.com/JosselinNoirel/cellspace}}
 \date   {\filedate---\fileversion}
 
 \begin{document}
@@ -413,4 +415,11 @@
 distance to the rule is big enough).  As a last point, \pack{tabls}, as
 far as I can see, cannot work with \pack{array}.
 
+\section{What's new}
+
+\begin{description}
+\item [v1.8.1] Package becomes aware of the latest version of the
+      array package
+\end{description}
+
 \end{document}

Modified: trunk/Master/texmf-dist/tex/latex/cellspace/cellspace.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/cellspace/cellspace.sty	2019-03-13 20:57:31 UTC (rev 50373)
+++ trunk/Master/texmf-dist/tex/latex/cellspace/cellspace.sty	2019-03-13 20:57:45 UTC (rev 50374)
@@ -1,4 +1,4 @@
-% (C) 2006-2017 Josselin Noirel
+% (C) 2006-2019 Josselin Noirel
 % 
 % Package cellspace: Ensuring a minimal spacing of table cells.
 %
@@ -5,8 +5,8 @@
 % This material is subject to the LaTeX Project Public License. See
 % http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html .
 %
-\def \filedate    {2017/08/12}%
-\def \fileversion {v1.7}%
+\def \filedate    {2019/03/11}%
+\def \fileversion {v1.8.1}%
 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{cellspace}%
@@ -20,17 +20,36 @@
 % 2. Check the definitions of \@startpbox and \@endpbox
 %    from array.sty
 
-\CheckCommand*{\@startpbox}[1]{%
-  \bgroup
-    \setlength\hsize{#1}%
-    \@arrayparboxrestore
-    \everypar{%
-      \vrule \@height \ht\@arstrutbox \@width \z@
-      \everypar{}%
-    }%
+\@ifpackagelater{array}{2018/12/30}{%
+      % New versions of \@startpbox / \@endpbox
+      % Includes a \color at ...group
+      \CheckCommand*{\@startpbox}[1]{%
+        \bgroup
+          \color at begingroup
+            \setlength\hsize{#1}%
+            \@arrayparboxrestore
+            \everypar{%
+                  \vrule \@height \ht\@arstrutbox \@width \z@
+                  \everypar{}}%
+      }%
+      %
+      \CheckCommand*{\@endpbox}{\@finalstrut \@arstrutbox \color at endgroup \egroup \hfil}%
+}{%
+      % Older versions of \@startpbox / \@endpbox
+      \CheckCommand*{\@startpbox}[1]{%
+         \bgroup
+            \setlength\hsize{#1}%
+            \@arrayparboxrestore
+            \everypar{%
+                  \vrule \@height \ht\@arstrutbox \@width \z@
+                  \everypar{}%
+            }%
+      }%
+      %
+      \CheckCommand*{\@endpbox}{\@finalstrut \@arstrutbox \egroup \hfil}%
 }
 
-\CheckCommand*{\@endpbox}{\@finalstrut\@arstrutbox \egroup\hfil}
+  % New version of array.sty
 
 % 3. Declare registers and other variables
 



More information about the tex-live-commits mailing list