summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cals/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/cals/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/cals/README')
-rw-r--r--macros/latex/contrib/cals/README49
1 files changed, 49 insertions, 0 deletions
diff --git a/macros/latex/contrib/cals/README b/macros/latex/contrib/cals/README
new file mode 100644
index 0000000000..c4815a397c
--- /dev/null
+++ b/macros/latex/contrib/cals/README
@@ -0,0 +1,49 @@
+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
+multicol and bidi.
+
+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, tb101parashchenko.pdf, notes.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:
+ $ ln -s ../dev/cals.sty
+ $ pdflatex demo.tex
+ $ xelatex bididemo.tex
+
+test/
+ 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.