blob: 73557511a7fc9661d6d38b70d8f4bbb5b5af3b58 (
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
|
%% verse.ins
%% Author: Peter Wilson (herries dot press at earthlink dot net
%% Herries Press
%% Copyright 2001--2007 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 listed in the README file.
%%
%%
%% This file will generate fast loadable files and documentation
%% driver files from the doc files in this work when run through
%% LaTeX.
%%
%%
%%
%% --------------- start of docstrip commands ------------------
%%
\def\batchfile{verse.ins}
\input docstrip.tex
\preamble
-----------------------------------------------------------------
Author: Peter Wilson (herries dot press at earthlink dot net)
Herries Press
Copyright 2001--2007 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 listed in the README file.
-----------------------------------------------------------------
\endpreamble
\keepsilent
%%% \Msg{*** Generating the driver file ***}
%%% \generateFile{verse.drv}{t}{\from{verse.dtx}{driver}}
\Msg{*** Generating the LaTeX2e package files ***}
\generateFile{verse.sty}{t}{\from{verse.dtx}{usc}}
\Msg{***********************************************************}
\Msg{*}
\Msg{* To finish the installation you have to move the following}
\Msg{* file(s) into a directory searched by TeX. For more information}
\Msg{* see the FAQ on CTAN at /help/uk-tex-faq.}
\Msg{*}
\Msg{* \space\space verse.sty}
\Msg{*}
\Msg{*}
\Msg{* To produce the documentation run the files ending with}
\Msg{* `.dtx' through LaTeX.}
\Msg{* For an index, process any name.idx file by:}
\Msg{* \space\space\space\space makeindex -s gind.ist name}
\Msg{* For a list of changes, process any name.glo file by:}
\Msg{* \space\space\space\space makeindex -s gglo.ist -o name.gls name.glo}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{***********************************************************}
\endinput
|