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/booktabs/README | |
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/booktabs/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/booktabs/README | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/booktabs/README b/Master/texmf-dist/doc/latex/booktabs/README new file mode 100644 index 00000000000..284001f905c --- /dev/null +++ b/Master/texmf-dist/doc/latex/booktabs/README @@ -0,0 +1,62 @@ + The booktabs package
+ For publication quality tables for LaTeX
+
+
+File: README
+Author: Danie Els
+
+
+DESCRIPTION
+===========
+
+This package provide some additional commands to enhance
+the quality of tables in \LaTeX. Guidelines are given as
+to what constitutes a good table in this context.
+
+Copyright: (C) 1995--2005 Simon Fear
+Licence: GPL
+
+FILES IN DISTRIBUTION
+=====================
+
+ BASE DISTRIBUTION:
+
+ README This file.
+ booktabs.ins Package installation file.
+ booktabs.dtx Package source file.
+ COPY GPL license file.
+
+ booktabs.sty Package style file. It was produced by
+ executing "latex booktabs.ins".
+
+ DOCUMENTATION:
+
+ booktabs.pdf User manual for booktabs package. It was
+ produced by executing:
+ pdflatex booktabs.dtx
+ pdflatex booktabs.dtx
+ makeindex -s gglo.ist -o booktabs.gls booktabs.glo
+ makeindex -s gind.ist -o booktabs.ind booktabs.idx
+ pdflatex booktabs.dtx
+ pdflatex booktabs.dtx
+
+BASIC INSTALLATION
+====================
+
+ The minimum requirement to use the package is the to have
+ booktabs.sty in a directory where TeX can find it.
+
+ For a basic installation on a TDS compliant system, move the
+ following files to the following directories:
+
+ <texmf>/tex/latex/booktabs/
+ booktabs.sty
+
+ <texmf>/source/latex/booktabs/
+ booktabs.ins
+ booktabs.dtx
+ COPY
+
+ <texmf>/doc/latex/booktabs/
+ README
+ booktabs.pdf
|