summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/xtab/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/xtab/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/xtab/README')
-rw-r--r--macros/latex/contrib/xtab/README61
1 files changed, 61 insertions, 0 deletions
diff --git a/macros/latex/contrib/xtab/README b/macros/latex/contrib/xtab/README
new file mode 100644
index 0000000000..fd5315a203
--- /dev/null
+++ b/macros/latex/contrib/xtab/README
@@ -0,0 +1,61 @@
+________________
+The XTAB package
+
+ The xtab package automatically breaks long tables so that they can
+span multiple pages. It is an extension of the supertabular package,
+providing additional functionality and reducing some of the weaknesses.
+Alternatively, you may find the longtable package fits your needs better.
+
+______________
+Change History
+
+v2.3f (2011/07/31) - Escape some line-endings (thanks to Martin Scharrer)
+
+v2.3e (2010/02/06)
+ - Allow "calc" input in columns widths and row separations (with \\[...]);
+ thanks to Martin Reinders for the error report and diagnosis.
+
+v2.3d (2009/09/04) - New maintainer (Will Robertson)
+v2.3c (2008/07/26) - hopefully all extraneous spaces eliminated
+
+-----------------------------------------------------------------
+ Author: Peter Wilson, Herries Press
+ Maintainer: Will Robertson (will dot robertson at latex-project dot org)
+ Copyright 1998--2008 Peter R. Wilson
+ Copyright 2010--2011 Will Robertson
+
+ This work 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: <http://www.latex-project.org/lppl.txt>
+
+ This work has the LPPL maintenance status "maintained".
+ The Current Maintainer of this work is Will Robertson.
+
+ This work consists of the files:
+README (this file)
+xtab.dtx
+xtab.ins
+ and the derived files:
+xtab.sty
+
+ The distribution consists of the files:
+README (this file)
+xtab.dtx
+xtab.ins
+xtab.pdf (user manual)
+
+-----------------------------------------------------------------
+
+ To install the package:
+- run: latex xtab.ins (which will generate xtab.sty)
+- Move xtab.sty to a location where LaTeX will find it.
+ (typically in a local texmf tree at tex/latex/xtab) and refresh the
+ file database. See the FAQ on CTAN at help/uk-tex-faq or
+ http://www.tug.ac.uk/faq for more information on this.
+
+ To regenerate the user manual:
+- run: (pdf)latex xtab.dtx
+- run: makeindex -s gind.ist xtab
+- run: latex xtab.dtx
+- Print xtab.(pdf|dvi) for a hardcopy of the package manual