summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pageno/pageno.ins
blob: d78d2da0292a2cb08220a6a26ae4759fb19ed6fa (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
% File pageno.ins
% Copyright Rowland McDonnell 1996
%
% Installation file for the pageno package.
%
%
%     To install the pageno package you need:
%
% pageno.ins (this file)
% pageno.dtx
% docstrip.tex (part of the standard LaTeX2e distribution)
%
%
%     To produce the documentation you also need:
%
% doc.sty (part of the standard LaTeX2e distribution)
%
%
%     Instructions
%
% Run LaTeX on this file to strip the comments from pageno.dtx and 
% produce the package file pageno.sty.  Put pageno.sty somewhere that 
% LaTeX can see it.
%
% Run LaTeX on pageno.dtx to produce the documentation.
%
% You might like to keep pageno.ins and pageno.dtx somewhere safe as a 
% backup, or in case you want to pass the pageno package on to someone 
%
% You can delete pageno.dvi, pageno.aux, pageno.toc, and pageno.log.
%
%
%
\ProvidesFile{pageno.ins}
\def\batchfile{pageno.ins}
\input docstrip
\keepsilent
\generateFile{pageno.sty}{t}{\from{pageno.dtx}{package}}
\typeout{}
\typeout{}
\typeout{Finished stripping the comments from pageno.dtx.}
\typeout{}
\typeout{To finish the installation, put pageno.sty in a sensible place}
\typeout{on your system's TeX-inputs search path.}
\typeout{}
\typeout{To produce the documentation, run LaTeX on pageno.dtx.}
\typeout{}
\typeout{You might like to keep pageno.ins and pageno.dtx somewhere safe }
\typeout{as a backup, or in case you want to pass the pageno package on}
\typeout{to someone.}
\typeout{}
\typeout{Don't forget to delete:}
\typeout{pageno.dvi, pageno.aux, pageno.toc, and pageno.log.}
\typeout{}
\typeout{}

\endinput