blob: 08b310ae52515c72f74f698b442843d6b9f6fa3b (
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
|
%% Diese Datei erzeugt die benötigten Dateien aus changes.dtx
%%
\def\filedate{2010/11/21}
\def\batchfile{changes.ins}
\input docstrip
\keepsilent
\askforoverwritefalse
\preamble
changes.dtx
Copyright 2007-2010 Ekkart Kleinod (ekkart@ekkart.de)
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 any later version.
The latest version of this license is in
http://www.latex-project.org/lppl.txt
and version 1.3 or later is part of all distributions of LaTeX
version 2005/12/01 or later.
This work has the LPPL maintenance status `maintained'.
The current maintainer of this work is Ekkart Kleinod.
This work consists of the files
changes.drv
changes.dtx
changes.ins
README
and the derived files
changes.sty
changes.pdf
changes.example1.tex
changes.example2.tex
changes.example3.tex
\endpreamble
\postamble
Copyright 2007-2010 Ekkart Kleinod
\endpostamble
\generate{
\file{changes.sty}{\from{changes.dtx}{changes}}
\file{changes.example1.tex}{\from{changes.dtx}{example:1}}
\file{changes.example2.tex}{\from{changes.dtx}{example:2}}
\file{changes.example3.tex}{\from{changes.dtx}{example:3}}
}
\endinput
|