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
|
\def\ifToplevel#1{#1}
%%
%% This file will generate fast loadable files and documentation
%% driver files from the doc files in this package when run through
%% LaTeX2e.
%%
%% --------------- start of docstrip commands ------------------
%%
\def\batchfile{keywords.ins}
\input docstrip.tex
\preamble
Copyright: Miguel Alabau, 1995 \space\space\space Miguel.Alabau@labri.u-bordeaux.fr
\endpreamble
\keepsilent
\Msg{\space\space\space\space *******************************************}
\Msg{\space\space\space\space ** keywords utility}
\Msg{\space\space\space\space *******************************************}
\Msg{}
\Msg{*** Generating the driver file ***}
\generateFile{keywords.drv}{f}{\from{keywords.dtx}{driver}}
\Msg{*** Generating the document package file ***}
\generateFile{keywords.sty}{f}{\from{keywords.dtx}{style}}
\Msg{*** Generating the index files for producing the documentation crossrefs ***}
\generateFile{keywords.ist}{f}{\from{keywords.dtx}{index}}
\ifToplevel{
\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\space\space keywords.sty}
\Msg{*}
\Msg{* To produce the documentation of the 'keywords' utility,}
\Msg{* perform as follows:}
\Msg{* \space\space\space\space - run three times keywords.drv through LaTeX2e}
\Msg{* \space\space\space\space - then run 'makeindex -s keywords.ist keywords.idx'}
\Msg{* \space\space\space\space - then run once keywords.drv through LaTeX2e}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{***********************************************************}
}
\endinput
|