blob: e65bbc67054a01137ae3942160b36875826cf5db (
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
___________________
The TOCLOFT package
The tocloft package provides control over the typography of the
Table of Contents, List of Figures, and List of Tables. You can also
define your own kinds of `List of ...'
_______________
Change history:
Changes in version 2.3e (2010/10/13)
- Remove a superfluous message from the console output:
"The document has [section|chapter] divisions"
Changes in version 2.3d (2009/09/04)
- New package maintainer (Will Robertson) and small bug fix
Changes in version 2.3c (2003/09/26)
- Another fix for the hyperref package
Changes in version 2.3b (2003/01/20)
- Again made Part commands work as advertised
Changes in version 2.3a (2002/10/03)
- Made Part commands work as advertised or deleted them
- Added examples for page break control in the ToC, etc
Changes in version 2.3 (2002/06/15)
- Made compatible with the koma classes
- Added control over the pagestyle
Changes in version 2.2 (2001/04/17)
- Stitched up another wound inflicted by the hyperref package
Changes in version 2.1 (2001/04/08)
- Added command to change the ToC parskip
Changes in version 2.0 (2001/03/15)
- Added commands to create new kinds of `List of ...'
- Can eliminate page numbers from list entries
- Removed the requirement for the stdclsdv package
- Removed the requirement for the hyperref package
Changes in version 1.1 (2000/02/11)
- Upgraded to work with the minitoc and subfigure packages
- Fixed slight problem with multiline ToC/LoF/LoT entries
- Documentation includes more examples
Changes in version 1.0 (1999/09/19)
- Changed from beta to production release
- Improved (warning) reporting
Changes in version 0.3 (1999/08/22)
- Added option to use default headings, so that packages like
fncychap can be used for ToC, etc headings
Changes in version 0.2 (1999/01/17)
- Now works with the tocbibind package
- Improved documentation
- Now doesn't fail with packages like float
Changes in version 0.1 (1998/12/31)
- First public beta release
-----------------------------------------------------------------
Author: Peter Wilson, Herries Press
Maintainer: Will Robertson (will dot robertson at latex-project dot org)
Copyright 1998-2003 Peter R. Wilson
Copyright 2009 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)
tocloft.dtx
tocloft.ins
and the derived files:
tocloft.sty
The distribution consists of the following files:
README (this file)
tocloft.ins
tocloft.dtx
tocloft.pdf (user manual)
-----------------------------------------------------------------
To install the package:
- run: latex tocloft.ins (which will generate tocloft.sty)
- Move tocloft.sty to a location where LaTeX will find it.
(typically in a local texmf tree at tex/latex/***) 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 process the manual
- run: pdflatex tocloft.dtx
- run: makeindex -s gind.ist tocloft
- run: pdflatex tocloft.dtx
- Print tocloft.pdf for a hardcopy of the package manual
|