diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/warpcol | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/warpcol')
-rw-r--r-- | Master/texmf-dist/doc/latex/warpcol/readme.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/warpcol/readme.txt b/Master/texmf-dist/doc/latex/warpcol/readme.txt new file mode 100644 index 00000000000..9ce8b2c3328 --- /dev/null +++ b/Master/texmf-dist/doc/latex/warpcol/readme.txt @@ -0,0 +1,31 @@ +$Id: readme.txt,v 1.2 1998/09/12 06:04:10 wayner Exp $ +1998-09-12 Wayne A. Rochester + +The warpcol package defines a tabular column type for formatting +numerical columns in LaTeX. The column type enables numerical items to +be right justified relative to each other, while centred beneath the +column label. In addition, macros are provided to enable variations on +this column type to be defined. + +Usage of the package is superficially similar to that of dcolumn; +however, the alignment scheme is different, and the packages have +different, though overlapping, applications. The key differences are: +(1) dcolumn is based on decimal alignment, and can align numbers with +varying numbers of decimal places; and (2) warpcol handles items that +are not simple numbers (e.g. '< 0.001' and '$100,000'). + +The files associated with the package are: + +warpcol.dtx Doc-source file containing the package and documentation +warpcol.sty Package file, pre-unpacked from the above +warpcol.ins Installation batch file for unpacking the package + +The documentation for the package can be generated by typing: + +latex warpcol.dtx + +Wayne A. Rochester +Department of Entomology +The University of Queensland +Brisbane, Queensland, Australia +E-mail: w.rochester@cpitt.uq.edu.au |