AZ logo

CTAN directory: /macros/latex/contrib/cellspace

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
cellspace Ensure minimal spacing of table cells.

Files

Name Size* Date UTC Notes
README 1 KiB 2009-Jul-31 Shown below
cellspace.pdf 333 KiB 2009-Aug-03
cellspace.sty 5 KiB 2009-Jul-31
cellspace.tex 17 KiB 2009-Aug-03

  *File sizes in kibibytes.

Contents of README

% (C) 2006-2009 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 .

This package is intended to allow automatic spacing out of
the lines of an array.  People often complain about text touching the
\hline of a tabular when it is too high or too deep.  For example (with
the amsmath package) a \dfrac{1}{2} surrounded by \hlines touches the
horizontal rules.  This package provides a modifier S to usual column
types (l, c, r, p, m, and b) that ensures a minimal spacing between rules
and cells of an array.

v1.6: New feature as suggested by Bastien Roucaries - an option [math]
has been introduced, which allows to use cellspace's features into
matrix environments.