blob: ec699b150e7eaeae2575bb61ce182352674759c9 (
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
52
53
|
%% convert.ins
%%
%% Docstrip installation instruction file
%% for the `convert' tool, Version 1.0a of 1991-07-08
%%
%% Copyright (C) 1991 by Bernd Raichle
%% Copyright (C) 1999 by Bernd Raichle
%%
\def\batchfile{convert.ins}
\input docstrip.tex
\expandafter\ifx\csname declarepreamble\endcsname\relax
\Msg{==> This file requires docstrip version 2.4}
\Msg{==> available from CTAN (e.g. ftp.dante.de) in}
\Msg{==> tex-archive/macros/latex/unpacked/docstrip.tex}
\Msg{}\expandafter\endinput\fi
\keepsilent
\preamble
Copyright (C) 1991,1999 by Bernd Raichle.
IMPORTANT NOTICE:
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt; either
version 1 of the License, or any later version.
Error Reports (in case of UNCHANGED versions) should be sent to
Bernd Raichle <raichle@Informatik.Uni-Stuttgart.DE>
\endpreamble
\generate{%
\file{convert.tex}{\from{convert.dtx}{}}%
}
\Msg{************************************************************}
\Msg{*}
\Msg{* To finish the installation you have to move the following}
\Msg{* files into a directory searched by TeX:}
\Msg{*}
\Msg{* \space\space convert.tex}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{************************************************************}
\endbatchfile
%%
%% End of file `convert.ins'.
|