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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
The ccaption package provides commands for `continuation captions',
unnumbered captions, and a legend heading for any environment.
Methods are provided to define captions for use outside float
environments, and to define new float environments and subfloats.
Tools are provided for defining your own captioning styles.
The packagehas been tested in conjunction with the rotating, caption2,
subfigure, sidecap, endfloat, longtable, xtab, tocloft and hyperref packages.
Changes in version 3.2 (2005/03/21)
o New commands for bilingual captions in longtables
Changes in version 3.1c (2003/11/14)
o \label now picks up the correct number after \contcaption
Changes in version 3.1b (2002/10/18)
o Minor bug fix related to brackets in captions with the subfigure option
o Stopped double labelling within a caption
Changes in version 3.1a (2002/04/01)
o subfigure option code changed to match released version 2.1.2 of
the subfigure package.
Changes in version 3.1 (2002/02/20)
o subfigure option code changed to match released version 2.1 of
the subfigure package.
Changes in version 3.0a (2001/08/03)
o Catered for old versions of amsmath package doing odd things with
\@tempa, \@tempb, and \@tempc.
Changes in version 3.0 (2001/03/03)
o Provides same tools for typesetting new List of... as the tocloft package
Changes in version 2.7 (2001/02/24)
o Tools provided for styling captions.
o The \formatlegend command has been replaced by the general styling
mechanism, so in this slight respect version 7.0 is not upwards
compatible with earlier versions.
o Added extensive discussion on float placement.
Changes in version 2.6e (2001/01/12)
o Fixed problem with hyperref package and new (sub) floats.
Changes in version 2.6d (2001/01/02)
o Fixed problem with fragile commands in subfigure 2.0 package option
continued subfloat captions.
o Fixed problem with new subfloats and the subfigure 2.1 package option.
o Added discussion on use with the endfloat package.
Changes in version 2.6a (2000/02/29)
o With subfigures, main captions can be at the top or bottom of the
float, and subcaptions can be at the top or bottom of the `subfloat'
Changes in version 2.6 (2000/02/26)
o Added support for bilingual captions
Changes in version 2.5 (2000/02/20)
o Added support for the subfigure version 2.1 package
o Fixed an infelicity with \centering
Changes in version 2.4 (1999/09/20)
o Added support for the subfigure (version 2.0) package
Changes in version 2.3 (1999/01/24)
o Added unnumbered captions
o Much improved documentation.
Changes in version 2.1 (1998/10/04)
o More efficient coding.
-----------------------------------------------------------------
Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net
Copyright 1998 -- 2005 Peter R. Wilson
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
version 1.3 of this license or (at your option) any
later version.
The latest version of the license is in
http://www.latex-project.org/lppl.txt
and version 1.3 or later is part of all distributions of
LaTeX version 2003/06/01 or later.
This work has the LPPL maintenance status "author-maintained".
This work consists of the files:
README (this file)
ccaption.dtx
ccaption.ins
ccaption.pdf (user manual)
and the derived files:
ccaption.sty
-----------------------------------------------------------------
The distribution consists of the files:
README (this file)
ccaption.dtx
ccaption.ins
ccaption.pdf
To install the package:
o run: latex ccaption.ins (which will generate ccaption.sty)
o run: latex ccaption.dtx
o (for an index run: makeindex -s gind.ist ccaption)
o run: latex ccaption.dtx
o Print ccaption.dvi for a hardcopy of the package manual
o Move ccaption.sty to a location where LaTeX will find it
(see the FAQ http://www.tex.ac.uk/faq for more about this).
2005/03/21
Peter Wilson
herries dot press at earthlink dot net
|