blob: 86faa2e1a8234bf05a3406bfbfa4ef5d30dfc69c (
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
|
% File paralist.ins
% Copyright 1998-2002 Bernd Schandl
% email schandl@gmx.net
% www http://schandl.gmxhome.de/paralist
%
% Installation file for the paralist package.
%
% See the README file for instructions.
%
% This file can be redistributed and/or modified under the terms
% of the LaTeX Project Public License distributed from CTAN
% archives in the directory macros/latex/base/lppl.txt; either
% version 1 of the license, or (at your option) any later version.
%
\input docstrip
\keepsilent
% define preamble
\preamble
Copyright 1998-2002 Bernd Schandl
email schandl@gmx.net
www http://schandl.gmxhome.de/paralist
This file can be redistributed and/or modified under the terms
of the LaTeX Project Public License distributed from CTAN
archives in the directory macros/latex/base/lppl.txt; either
version 1 of the license, or (at your option) any later version.
\endpreamble
\generate{%
\file{paralist.sty}{\from{paralist.dtx}{package}}%
\usepostamble\empty
\file{paralist.drv}{\from{paralist.dtx}{driver}}}
\endbatchfile
|