diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/etoc/etoc.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/etoc/etoc.ins | 43 |
1 files changed, 21 insertions, 22 deletions
diff --git a/Master/texmf-dist/source/latex/etoc/etoc.ins b/Master/texmf-dist/source/latex/etoc/etoc.ins index 08cae55ff24..fec7217a6a3 100644 --- a/Master/texmf-dist/source/latex/etoc/etoc.ins +++ b/Master/texmf-dist/source/latex/etoc/etoc.ins @@ -1,31 +1,30 @@ %% Package `etoc' by Jean-Francois Burnol +%% Copyright (C) 2012 by Jean-Francois Burnol +\def\pkgname{etoc} +\def\pkgdate{2012/11/23} +\def\pkgversion{v1.03} +\def\pkgdescription{easily customizable TOCs (jfB)} %% -%% This file `etoc.ins' is provided for compatibility reasons with -%% TeX installations expecting to find an .ins file +%% This file `etoc.ins' is provided for compatibility with TeX distributions +%% expecting to find it for installation of `etoc.sty'. %% -%% It can be used as usual: +%% As usual `latex etoc.ins' produces `etoc.sty' from the source `etoc.dtx' +%% (an already existing etoc.sty in the same repertory will be overwritten) %% -%% `latex etoc.ins' extracts `etoc.sty' from `etoc.dtx' +%% Put the `etoc.sty' file in a suitable location within the TeX installation: +%% etoc.sty -> ................/tex/latex/etoc/ %% -%% But doing directly `latex etoc.dtx' already creates `etoc.sty' +%% The generated auxiliary files may be discarded. See `etoc.dtx' for the +%% statements of copyright and conditions of distribution or modification. %% -%% `latex etoc.dtx' generates `etoc.sty' (and also `etoc.ins') -%% `latex etoc.dtx' finishes generating the documentation -%% -%% In all cases, put the generated `etoc.sty' file in a suitable -%% location within the TeX installation: -%% etoc.sty -> ................/tex/latex/etoc/ -%% -%% Generated auxiliary files may then be discarded. -%% -\def\batchfile{etoc.ins} \input docstrip.tex \askforoverwritefalse -\def\jfpreamble{\defaultpreamble^^J\MetaPrefix^^J% -\string\ProvidesPackage{etoc}^^J% -\space[2012/11/18\space v1.02\space easily customizable TOCs (jfB)]} -\def\jfpostamble{\MetaPrefix\space End of file `\outFileName'.} -\generate{\usepreamble\jfpreamble -\file{etoc.sty}{\from{etoc.dtx}{package}} -\usepostamble\jfpostamble} +\def\pkgpreamble{\defaultpreamble^^J\MetaPrefix^^J% +\string\ProvidesPackage{\pkgname}^^J% +\space[\pkgdate\space\pkgversion\space\pkgdescription]} +\generate{\usepreamble\pkgpreamble +\file{\pkgname.sty}{\from{\pkgname.dtx}{package}}} \endbatchfile +\endinput +%% +%% End of file `etoc.ins'. |