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
|
%%
%% This is file `ltxdoc.cfg',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% captcont.dtx (with options: `ltxdoc')
%%
%% IMPORTANT NOTICE:
%%
%% For the copyright see the source file.
%%
%% Any modified versions of this file must be renamed
%% with new filenames distinct from ltxdoc.cfg.
%%
%% For distribution of the original source see the terms
%% for copying and modification in the file captcont.dtx.
%%
%% This generated file may be distributed as long as the
%% original source files, as listed above, are part of the
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% @LaTeX-style-file{
%% author = "Steven Douglas Cochran",
%% version = "2.0",
%% date = "2002/02/14",
%% time = "11:59:17",
%% filename = "captcont.sty",
%% address = "Digital Mapping Laboratory, School of Computer Science
%% Carnegie-Mellon University, 5000 Forbes Avenue
%% Pittsburgh, PA 15213-3890, USA",
%% telephone = "+1 412.268.5654",
%% fax = "+1 412.268.5576",
%% email = "sdc+@CS.CMU.EDU (Internet)",
%% codetable = "ISO/ASCII",
%% keywords = "LaTeX, caption, float, figure, table, subfigure",
%% supported = "yes",
%% abstract = "LaTeX package for providing support for retaining
%% a figure or table number across several float
%% environments---usually over several pages. It
%% also allows control over the contents of the
%% List-of-Figures and the List-of-Tables pages."
%% }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\AtBeginDocument{
\EnableCrossrefs
\RecordChanges
\CodelineIndex}
\AtEndDocument{
\PrintChanges
\PrintIndex}
\endinput
%%
%% End of file `ltxdoc.cfg'.
|