blob: 9436535861c9ac9da1443251e54ceff58aeb9e44 (
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{count1to.ins}
[1999/06/08 v1.22 Installation script for Count1to9 Package (MS)]
%%
%% Copyright (c) [1994..1999] by Martin Schr\"oder. All rights reserved.
%%
%% This program may be redistributed and/or modified under the terms
%% of the LaTeX Project Public License, either version 1.0 of this
%% license, or (at your option) any later version.
%% The latest version of this license is in
%% CTAN:macros/latex/base/lppl.txt.
%%
%% Happy users are requested to send me a postcard. :-)
%%
%% This file will be used by the docstrip.tex program to generate
%% fast loadable files from the doc files.
%%
%% checksum = "48315 124 440 3844"
%%
%% The checksum field above contains a CRC-16 checksum as the first
%% value, followed by the equivalent of the standard UNIX wc (word
%% count) utility output of lines, words, and characters.
%% This is produced by Robert Solovay's checksum utility.
%%
%% --------------- start of docstrip commands ------------------
\input docstrip.tex
{\ifx\endbatchfile\undefined
\Msg{**********************************************}
\Msg{*}
\Msg{* This installation requires docstrip}
\Msg{* version 2.4d or later.}
\Msg{*}
\Msg{* An older version of docstrip has been input}
\Msg{*}
\Msg{**********************************************}
\errhelp{Move or rename old docstrip.tex.}
\errmessage{Old docstrip in input path}
\batchmode
\csname @@end\endcsname
\fi}
\Msg{***********************************************************}
\Msg{*}
\Msg{* The count1to distribution contains these files:}
\Msg{*}
\Msg{* \space\space count1to.asc}
\Msg{* \space\space count1to.dtx}
\Msg{* \space\space count1to.dvi}
\Msg{* \space\space count1to.ins}
\Msg{* \space\space count1to.bug}
\Msg{*}
\Msg{* If you receive only some of these files from someone, complain!}
\Msg{*}
\Msg{***********************************************************}
\preamble
Copyright (c) [1994..1999] by Martin Schr"oder. All rights reserved.
This file is part of the Count1to package
This program may be redistributed and/or modified under the terms
of the LaTeX Project Public License, either version 1.0 of this
license, or (at your option) any later version.
The latest version of this license is in
CTAN:macros/latex/base/lppl.txt.
Happy users are requested to send me a postcard. :-)
The Count1to package contains these files:
count1to.asc
count1to.dtx
count1to.dvi
count1to.ins
count1to.bug
Error Reports in case of UNCHANGED versions to
Martin Schr"oder
Cr"usemannallee 3
D-28213 Bremen
Martin.Schroeder@ACM.org
\endpreamble
\declarepreamble\driverpreamble
This file is part of the Count1to package
-----------------------------------------
Copyright (c) [1994..1999] by Martin Schr"oder. All rights reserved.
To produce the documentation in the way you like you are allowed
to change this driver file.
\endpreamble
\keepsilent
\askforoverwritefalse
\generate{%
\file{count1to.sty}{\from{count1to.dtx}{package}}
\usepreamble\driverpreamble
\file{count1to.drv}{\from{count1to.dtx}{driver}}
}
\Msg{***********************************************************}
\Msg{*}
\Msg{* To finish the installation you have to move the following}
\Msg{* style files into a directory searched by TeX:}
\Msg{*}
\Msg{* \space\space count1to.sty}
\Msg{*}
\Msg{* To produce the documentation run the file count1to.drv}
\Msg{* through LaTeX.}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{***********************************************************}
\endbatchfile
%%
%% End of file `count1to.ins'.
|