blob: 33bd11f99f23424c3ba6ce5c17c11b2e84a59df8 (
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
|
% alphalph.ins
%
% This file is part of the package `alphalph' for use with LaTeX2e.
%
% Function: Selecting shipout output pages.
%
% Copyright (C) 1999 Heiko Oberdiek.
%
% This program can be redistributed and/or modified
% under the terms of the LaTeX Project Public License
% distributed from CTAN archives in directory
% macros/latex/base/lppl.txt; either version 1 of
% the License, or (at your option) any later version.
%
% Please send error reports and suggestions for improvements to
% Heiko Oberdiek <oberdiek@ruf.uni-freiburg.de>.
%
\def\batchfile{alphalph.ins}
\input docstrip.tex
{\ifx\generate\undefined
\Msg{**********************************************}
\Msg{*}
\Msg{* This installation requires docstrip}
\Msg{* version 2.3c 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}
\keepsilent
\preamble
This file is part of the package `alphalph' for use with LaTeX2e.
Function: Selecting shipout output pages.
Copyright (C) 1999 Heiko Oberdiek.
This program can be redistributed and/or modified
under the terms of the LaTeX Project Public License
distributed from CTAN archives in directory
macros/latex/base/lppl.txt; either version 1 of
the License, or (at your option) any later version.
Please send error reports and suggestions for improvements to
Heiko Oberdiek <oberdiek@ruf.uni-freiburg.de>.
\endpreamble
\generateFile{alphalph.sty}{f}{\from{alphalph.dtx}{package}}
%\generateFile{alphalph.drv}{f}{\from{alphalph.dtx}{driver}}
\Msg{***********************************************************}
\Msg{* To finish the installation you have to move the following}
\Msg{* file into a directory searched by TeX:}
\Msg{*}
\Msg{* \space\space alphalph.sty}
\Msg{*}
\Msg{* To produce the documentation run the file `alphalph.dtx'}
\Msg{* through LaTeX.}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{***********************************************************}
\endinput
|