blob: 284001f905c067b7fbce34e0f44cad342e0bb5ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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
|