diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-17 22:02:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-17 22:02:44 +0000 |
commit | 13a976f8e2ea30dfdbc51c2ab816d3be555ebe82 (patch) | |
tree | 72dc73f83b3843a47f3ede7763c08c3c1ae27f86 /Master/texmf-dist/doc/latex/cellspace/README | |
parent | 05e947423566a6406944b8890c746e5783a99e32 (diff) |
new latex package cellspace (13mar06)
git-svn-id: svn://tug.org/texlive/trunk@1869 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cellspace/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/cellspace/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cellspace/README b/Master/texmf-dist/doc/latex/cellspace/README new file mode 100644 index 00000000000..3a0f0ff47b7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cellspace/README @@ -0,0 +1,14 @@ +% (C) 2006 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. |