blob: f27c57bf31eaba5fb628df9ab626f3d6210f386d (
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
|
%%------------------------------------------------------------------
%% Driver file to extract the productbox style file.
%%
%% Copyright (C) 2010 Gerd Neugebauer
%%
%% productbox.ins is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY. No author or distributor accepts
%% responsibility to anyone for the consequences of using it or for
%% whether it serves any particular purpose or works at all, unless
%% he says so in writing.
%%
%% Everyone is granted permission to copy, modify and redistribute
%% productbox.ins, provided this copyright notice is preserved and
%% any modifications are indicated.
%%
%%------------------------------------------------------------------
%%
%% Run this file through TeX or LaTeX to extract the files.
%% You need the docstrip package as distributed with LaTeX2e.
%% It is also available as seperate package from any CTAN site
%% (http://www.ctan.org).
%%------------------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% $Id: productbox.ins 8333 2010-12-29 19:58:06Z gene $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input docstrip.tex \keepsilent \askonceonly
\generate{\file{productbox.sty}{\from{productbox.dtx}{style}}
}
\Msg{****************************************************************}
\Msg{*}
\Msg{* To finish the installation you have to move the following}
\Msg{* files into a directory searched by (La)TeX:}
\Msg{*}
\Msg{* \space\space productbox.sty}
\Msg{*}
\Msg{* To produce the documentation run productbox.dtx through LaTeX,}
\Msg{* BibTeX, makeindex (for index and glossary), and LaTeX twice }
\Msg{* again.}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{****************************************************************}
\endbatchfile
\endinput
|