blob: 626530a15267ed73892b6b689d086bfdaeb81c47 (
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-2017 Bernd Schandl
% Copyright 2013 Julian Gilbey (modifications in v2.4)
% email schandl@gmx.com
%
% 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-2017 Bernd Schandl
Copyright 2013 Julian Gilbey (modifications in v2.4)
email schandl@gmx.com
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
|