blob: 50806470e1d96b6bafd2d5123be114183b94549a (
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
|
%%
%% Copyright (C) 2019--2020
%% by Phelype Oleinik <phelype.oleinik@latex-project.org>
%%
%% This work may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.3c of this license
%% or (at your option) any later version. The latest version of this
%% license is in
%%
%% http://www.latex-project.org/lppl.txt
%%
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
%%
%% This work is "maintained" (as per the LPPL maintenance status)
%% by Phelype Oleinik.
%%
\def\projectname{namedef}%
\def\nameofplainTeX{plain}%
\def\mainext{sty}
\ifx\fmtname\nameofplainTeX
\else
\expandafter\begingroup
\fi
\input l3docstrip.tex
\keepsilent
\askforoverwritefalse
\preamble
This is a generated file.
Copyright 2019--2020 Phelype Oleinik /phelype.oleinik@latex-project.org/
This work may be distributed and/or modified under the conditions of the
LaTeX Project Public License, either version 1.3c of this license or (at
your option) any later version. The latest version of this license is in
http://www.latex-project.org/lppl.txt
and version 1.3c or later is part of all distributions of LaTeX version
2005/12/01 or later.
\endpreamble
\postamble
This work is "maintained" (as per the LPPL maintenance status)
by Phelype Oleinik.
This work consists of the files \projectname.dtx, and
\projectname.ins,
and the derived files \projectname.\mainext,
\projectname.pdf,
README.md, and
README.txt.%
\endpostamble
\generate
{
\file{\projectname.\mainext}
{
\from{\projectname.dtx}{package}
}
}
\Msg{*********************************************************}
\Msg{*}
\Msg{* To finish the installation you have to move the}
\Msg{* following file into a directory searched by TeX:}
\Msg{*}
\Msg{* \space\space \projectname.\mainext}
\Msg{*}
\ifx\fmtname\nameofplainTeX
\Msg{* To produce the documentation run the file \projectname.dtx}
\Msg{* through LaTeX.}
\Msg{*}
\fi
\Msg{* Happy TeXing!}
\Msg{*}
\Msg{*********************************************************}
\ifx\fmtname\nameofplainTeX
\expandafter\endbatchfile
\else
\expandafter\endgroup
\fi
\input{\projectname.dtx}
|