diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:58:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:58:29 +0000 |
commit | eb03690598c294b2e1304ae613bf905c79f38c95 (patch) | |
tree | ea0d145b8305c0251d1e761f049cba2178b2c7a0 /Master/texmf-dist/source/latex/tocvsec2/tocvsec2.ins | |
parent | c769cfbafce0a6d139e6acd7f6725b9798725173 (diff) |
trunk/Master/texmf-dist/source/latex/tocvsec2
git-svn-id: svn://tug.org/texlive/trunk@556 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/tocvsec2/tocvsec2.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/tocvsec2/tocvsec2.ins | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/tocvsec2/tocvsec2.ins b/Master/texmf-dist/source/latex/tocvsec2/tocvsec2.ins new file mode 100644 index 00000000000..6dabd07e64d --- /dev/null +++ b/Master/texmf-dist/source/latex/tocvsec2/tocvsec2.ins @@ -0,0 +1,60 @@ +%% +%% tocvsec2.ins +%% Copyright 1998 Peter R. Wilson +%% +%% 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: Peter Wilson (CUA and NIST) +%% now at: peter.r.wilson@boeing.com +%% +%% This file will generate fast loadable files and documentation +%% driver files from the doc files in this package when run through +%% LaTeX or TeX. +%% +%% --------------- start of docstrip commands ------------------ +%% +\def\batchfile{tocvsec2.ins} +\input docstrip.tex +\preamble + + Copyright 1998 Peter R. Wilson + + 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: Peter Wilson (CUA and NIST) + now at: peter.r.wilson@boeing.com + +\endpreamble + +\keepsilent + +%%% \Msg{*** Generating the driver file ***} +%%% \generateFile{tocvsec2.drv}{t}{\from{tocvsec2.dtx}{driver}} + +\Msg{*** Generating the LaTeX2e package files ***} + +\generateFile{tocvsec2.sty}{t}{\from{tocvsec2.dtx}{usc}} + +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the following} +\Msg{* file(s) into a directory searched by TeX:} +\Msg{*} +\Msg{* \space\space tocvsec2.sty} +\Msg{*} +\Msg{*} +\Msg{* To produce the documentation run the files ending with} +\Msg{* `.dtx' through LaTeX.} +\Msg{* Process any name.idx file by:} +\Msg{* \space\space\space\space makeindex -s gind.ist name} +\Msg{* Process any name.glo file by:} +\Msg{* \space\space\space\space makeindex -s gglo.ist -o name.gls name.glo} +\Msg{*} +\Msg{* Happy TeXing} +\Msg{***********************************************************} + +\endinput |