blob: 6470f258bc304d7c9f49908b59a14c676351c68c (
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
|
%
% functan.ins
% Copyright 2004 Antoine Lejay
%
% This program is provided under the terms of the
% LaTeX Project Public License distributed from CTAN
% archives in directory macros/latex/base/lppl.txt.
%
% Author: Antoine Lejay
%
\input docstrip
\keepsilent
% define preamble
\preamble
functan.ins
Copyright 2004 Antoine Lejay
This program is provided under the terms of the
LaTeX Project Public License distributed from CTAN
archives in directory macros/latex/base/lppl.txt.
Author: Antoine Lejay (Antoine.Lejay@iecn.u-nancy.fr)
\endpreamble
\generate{%
\file{functan.sty}{\from{functan.dtx}{package}}%
\usepostamble\empty
\file{functan.drv}{\from{functan.dtx}{driver}}}
\endbatchfile
|