blob: d6bd1dc1e2962808c5d035ec22a79506fddc7ce8 (
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
|
\def\batchfile{formula.ins}
\input docstrip
\keepsilent
\preamble
Copyleft 1997 Andreas Tille
Usage without any waranty
\endpreamble
\generate{
\file{formula.sty} {\from{formula.dtx}{formula}}
\file{formula.drv} {\from{formula.dtx}{driver}}
\file{formpel.tex} {\from{formula.dtx}{exampl}}
}
\def\mypostamble{}
\usepostamble\mypostamble
\def\mypreamble{}
\usepreamble\mypreamble
\generate{
\file{prepverz.bat} {\from{formula.dtx}{prepverz}}
\file{prepverz.sh} {\from{formula.dtx}{prepverzsh}}
}
\typeout{******************************************************************************}
\typeout{Copy formula.sty into TEXINPUT-PATH.}
\typeout{Get documentation by running "latex formula.drv" twice.}
\typeout{******************************************************************************}
\end
|