summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cellspace
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-13 21:01:29 +0000
committerKarl Berry <karl@freefriends.org>2017-08-13 21:01:29 +0000
commitd321aa6f41b135b877d844c29d2dc89338b90235 (patch)
treee00cf4cdb648fae42e44b1f450d85fac61ac2e65 /Master/texmf-dist/tex/latex/cellspace
parent2887cf9346f189a57ee10dc903f5237b64880edb (diff)
cellspace (13aug17)
git-svn-id: svn://tug.org/texlive/trunk@45034 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cellspace')
-rw-r--r--Master/texmf-dist/tex/latex/cellspace/cellspace.sty38
1 files changed, 21 insertions, 17 deletions
diff --git a/Master/texmf-dist/tex/latex/cellspace/cellspace.sty b/Master/texmf-dist/tex/latex/cellspace/cellspace.sty
index 387025e669d..393e803ff31 100644
--- a/Master/texmf-dist/tex/latex/cellspace/cellspace.sty
+++ b/Master/texmf-dist/tex/latex/cellspace/cellspace.sty
@@ -1,23 +1,21 @@
-% (C) 2006-2009 Josselin Noirel
+% (C) 2006-2017 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 \@tempa $#1 #2 #3 #4 #5 #6 #7 ${%
- \def \filedate {#4}%
- \def \fileversion {v#3}%
-}
-\@tempa $Id: cellspace.sty,v 1.6 2009/07/31 09:00:00 noirel Exp $
+\def \filedate {2017/08/12}%
+\def \fileversion {v1.7}%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{cellspace}%
[\filedate \space \fileversion \space Spacing table cells (JN)]
-\RequirePackage{ifthen} % \newboolean, \ifthenelse
-\RequirePackage{array} % \newcolumntype, \@{start,end}pbox
-\RequirePackage{calc} % \setlength{<dimen>}{<expression>}
+\RequirePackage{ifthen} % \newboolean, \ifthenelse
+\RequirePackage{array} % \newcolumntype, \@{start,end}pbox
+\RequirePackage{calc} % \setlength{<dimen>}{<expression>}
+\RequirePackage{xkeyval} % key=val options
% 2. Check the definitions of \@startpbox and \@endpbox
% from array.sty
@@ -51,11 +49,12 @@
% Options
-\DeclareOption{math}{\setboolean{cellspace@m}{true}}
-\DeclareOption{nomath}{\setboolean{cellspace@m}{false}}
+\DeclareOptionX{math}{\setboolean{cellspace@m}{true}}
+\DeclareOptionX{nomath}{\setboolean{cellspace@m}{false}}
+\define@key{cellspace.sty}{column}{\def\cellspace@column{#1}}
-\ExecuteOptions{nomath}
-\ProcessOptions
+\ExecuteOptionsX{nomath, column=S}
+\ProcessOptionsX
% 4. Redefinitions
@@ -82,6 +81,7 @@
\par
% Save the depth of the last line
\global \cellspace@lastdp = \prevdepth
+ \expandafter % v1.7 This expandafter is now important
\color@endgroup
% \ifcellspace@ is only locally true, so we need to expand it before
% \egroup stops it action
@@ -128,13 +128,17 @@
\def \env@matrix {%
\hskip -\arraycolsep
\let \@ifnextchar \new@ifnextchar
- \array{*{\c@MaxMatrixCols}{>{$}Sc<{$}}@{}}%
- }
+ \array{%
+ *{\c@MaxMatrixCols}%
+ {>{\bcolumn c\@nil$}c<{$\ecolumn}}@{}}}%
\fi
% 5. Defining a prefix
-\newcolumntype{S}[1]{>{\bcolumn #1\@nil}#1<{\ecolumn}}
+\expandafter
+\newcolumntype
+\expandafter{\cellspace@column}[1]%
+ {>{\bcolumn #1\@nil}#1<{\ecolumn}}
\newcommand*{\bcolumn}{}
\def \bcolumn #1#2\@nil {%
@@ -146,7 +150,7 @@
\ifcellspace@lr
\begingroup \lrbox {\@tempboxa}%
\else
- \setboolean{cellspace@}{true}%
+ \cellspace@true
\fi
}