blob: f2062c271666426b16af0a358d68e374f17c775d (
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
63
64
|
The booktabs package
For publication quality tables for LaTeX
File: README
Author: Danie Els
Translation: Thomas Manderla / Christine Römer
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.
COPYING GPL license file.
booktabs.sty Package style file. It was produced by
executing "latex booktabs-de.ins".
DOCUMENTATION:
booktabs.pdf User manual for booktabs package-de. It was
produced by executing:
pdflatex booktabs-de.dtx
pdflatex booktabs-de.dtx
makeindex -s gglo.ist -o booktabs-de.gls booktabs-de.glo
makeindex -s gind.ist -o booktabs.ind booktabs-de.idx
pdflatex booktabs-de.dtx
pdflatex booktabs-de.dtx
BASIC INSTALLATION
====================
The minimum requirement to use the package is the to have
booktabs-de.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-de/
booktabs-de.sty
<texmf>/source/latex/booktabs/
booktabs-de.ins
booktabs-de.dtx
COPY
<texmf>/doc/latex/booktabs-de/
README-DE
booktabs-de.pdf
|