summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/cellspace/README5
-rw-r--r--Master/texmf-dist/doc/latex/cellspace/cellspace.pdfbin331414 -> 336907 bytes
-rw-r--r--Master/texmf-dist/doc/latex/cellspace/cellspace.tex17
-rw-r--r--Master/texmf-dist/tex/latex/cellspace/cellspace.sty43
4 files changed, 48 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/cellspace/README b/Master/texmf-dist/doc/latex/cellspace/README
index 74f6e9d4db4..7adfa2eac64 100644
--- a/Master/texmf-dist/doc/latex/cellspace/README
+++ b/Master/texmf-dist/doc/latex/cellspace/README
@@ -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.6: New feature as suggested by Bastien Roucaries: an option [math]
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
diff --git a/Master/texmf-dist/doc/latex/cellspace/cellspace.pdf b/Master/texmf-dist/doc/latex/cellspace/cellspace.pdf
index d4754ed27db..5755b527f5c 100644
--- a/Master/texmf-dist/doc/latex/cellspace/cellspace.pdf
+++ b/Master/texmf-dist/doc/latex/cellspace/cellspace.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/cellspace/cellspace.tex b/Master/texmf-dist/doc/latex/cellspace/cellspace.tex
index df0315a0086..5c4da1937e2 100644
--- a/Master/texmf-dist/doc/latex/cellspace/cellspace.tex
+++ b/Master/texmf-dist/doc/latex/cellspace/cellspace.tex
@@ -1,12 +1,12 @@
-% (C) 2006-2017 Josselin Noirel
+% (C) 2006-2019 Josselin Noirel
%
% Package cellspace: Ensuring a minimal spacing of table cells.
%
% 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 @@ there is a rule (whereas \pack{cellspace} can leave a cell as is if the
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}
diff --git a/Master/texmf-dist/tex/latex/cellspace/cellspace.sty b/Master/texmf-dist/tex/latex/cellspace/cellspace.sty
index 393e803ff31..8a7735490b7 100644
--- a/Master/texmf-dist/tex/latex/cellspace/cellspace.sty
+++ b/Master/texmf-dist/tex/latex/cellspace/cellspace.sty
@@ -1,12 +1,12 @@
-% (C) 2006-2017 Josselin Noirel
+% (C) 2006-2019 Josselin Noirel
%
% Package cellspace: Ensuring a minimal spacing of table cells.
%
% 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@...group
+ \CheckCommand*{\@startpbox}[1]{%
+ \bgroup
+ \color@begingroup
+ \setlength\hsize{#1}%
+ \@arrayparboxrestore
+ \everypar{%
+ \vrule \@height \ht\@arstrutbox \@width \z@
+ \everypar{}}%
+ }%
+ %
+ \CheckCommand*{\@endpbox}{\@finalstrut \@arstrutbox \color@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