diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-08 22:55:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-08 22:55:52 +0000 |
commit | 0defb3a486d0ea4acc281201f2fe3dfb1fe58677 (patch) | |
tree | b131bfc838dce3c5248b8cafc79728ca2ea348ee /Master/texmf-dist/doc/latex/cals/README | |
parent | 642d21e6f53417257b6ff173b9216d3862139fe1 (diff) |
new latex pkg cals (8oct01)
git-svn-id: svn://tug.org/texlive/trunk@20025 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cals/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/cals/README | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cals/README b/Master/texmf-dist/doc/latex/cals/README new file mode 100644 index 00000000000..e6bfcf975a5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cals/README @@ -0,0 +1,48 @@ +CALS tables + +The "cals" package is a set of macros to typeset multipage tables +with repeatable headers and footers, with cells spanned over +rows and columns. Decorations are supported: padding, background +color, width of separation rules. The code is compatible with +multicols and pdfsync. + +The work is released to public (LaTeX license, see below) +by bitplant.de GmbH, a company which provides technical +documentation services to industry. + + +Contents: + +README: + This file. + +cals.pdf: + Documentation. + +dev/ + The source code of the package. To generate cals.sty: + $ cd cals + $ latex cals.ins + +examples/ + The file "demo.pdf", produced from "demo.tex" and several + include files, demonstrates features of the cals package. + To re-generate demo.pdf, after you got cals.ins: + $ export TEXINPUTS=../cals: + $ pdflatex demo.tex + +tests/ + Unit tests. See "README" inside. + + +Copyright (C) 2010 by Oleg Parashchenko <olpa uucode com> + +Files from this pacjage may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3c +of this license or (at your option) any later version. +The latest version of this license is in: + +http://www.latex-project.org/lppl.txt + +and version 1.3c or later is part of all distributions of LaTeX +version 2006/05/20 or later. |