summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cellspace
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-13 20:57:45 +0000
committerKarl Berry <karl@freefriends.org>2019-03-13 20:57:45 +0000
commitc949589f88bf58fd53126ff26270f64ac12bb9be (patch)
tree0d3310facfdc0e3de55753d9a27f4b33855ee1e3 /Master/texmf-dist/doc/latex/cellspace
parent7c08f82402f3763821195125e9f7ed3875a8b834 (diff)
cellspace (13mar19)
git-svn-id: svn://tug.org/texlive/trunk@50374 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cellspace')
-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
3 files changed, 17 insertions, 5 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}