diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-20 01:11:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-20 01:11:37 +0000 |
commit | 6c960e7402ad996080bddee70b48625460f46d8e (patch) | |
tree | 8816c3b046675fd7d56318ee8a777185ea2d54af /Master/texmf-dist/source/latex/etoc/etoc.ins | |
parent | cc3b3e30a405dc4ba1b36052935e2ff77424dca7 (diff) |
etoc (19nov12)
git-svn-id: svn://tug.org/texlive/trunk@28304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/etoc/etoc.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/etoc/etoc.ins | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/etoc/etoc.ins b/Master/texmf-dist/source/latex/etoc/etoc.ins new file mode 100644 index 00000000000..08cae55ff24 --- /dev/null +++ b/Master/texmf-dist/source/latex/etoc/etoc.ins @@ -0,0 +1,31 @@ +%% Package `etoc' by Jean-Francois Burnol +%% +%% This file `etoc.ins' is provided for compatibility reasons with +%% TeX installations expecting to find an .ins file +%% +%% It can be used as usual: +%% +%% `latex etoc.ins' extracts `etoc.sty' from `etoc.dtx' +%% +%% But doing directly `latex etoc.dtx' already creates `etoc.sty' +%% +%% `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} +\endbatchfile |