summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/etoc/etoc.ins
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-03-11 20:25:44 +0000
committerKarl Berry <karl@freefriends.org>2015-03-11 20:25:44 +0000
commit07d6e78b6d566bc3372ad15604fa20a935f0c048 (patch)
treea200124d779658b63dca422cc93e391fd5ff14ae /Master/texmf-dist/source/generic/etoc/etoc.ins
parentd78773b1bd9f5d2a52f7c8e0c0bc7ffd96841667 (diff)
etoc (11mar15)
git-svn-id: svn://tug.org/texlive/trunk@36485 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/etoc/etoc.ins')
-rw-r--r--Master/texmf-dist/source/generic/etoc/etoc.ins77
1 files changed, 77 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/generic/etoc/etoc.ins b/Master/texmf-dist/source/generic/etoc/etoc.ins
new file mode 100644
index 00000000000..7e292525a27
--- /dev/null
+++ b/Master/texmf-dist/source/generic/etoc/etoc.ins
@@ -0,0 +1,77 @@
+%%
+%% Package: etoc
+%% Version: 1.08 (2015/03/10)
+%% License: LPPL 1.3c or later (see etoc.dtx)
+%% Copyright (C) 2012-2015 Jean-Francois Burnol <jfbu at free dot fr>
+%% Copyright (C) 2014-2015 Christine Roemer <Christine_Roemer at t-online dot de>
+%% and collaborators for the translation into German of the documentation
+%%
+\def\etocpkgdate {2015/03/10}
+\def\etocdocdate {2015/03/10}
+\def\etocpkgversion {v1.08}
+\def\etocpkgdescription {Completely customisable TOCs (jfB)}
+%% Run tex on this file to extract from etoc.dtx:
+%% etoc.sty, etoc.tex, etoc-DE.tex and README.md
+%%
+%% At least three ways to produce etoc.pdf (method (3) is preferred):
+%% (1) latex etoc.dtx (three times), then dvips, then ps2pdf
+%% (2) pdflatex etoc.dtx (three times)
+%% (3) latex etoc.tex (three times), then dvipdfmx
+%%
+%% Method (3) produces the smallest pdf files.
+%% Options can be set in etoc.tex (and etoc-DE.tex):
+%% - scrdoc class options (paper size, font size, ...)
+%% - with or without source code,
+%% - with dvipdfmx or with latex/pdflatex.
+%%
+%% To produce the German documentation etoc-DE.pdf run tex on etoc.ins
+%% or etoc.dtx to produce etoc-DE.tex, then compile etoc-DE.tex with
+%% latex (thrice) then dvipdmx, or edit the suitable toggle in
+%% etoc-DE.tex to allow compilation to proceed with pdflatex.
+%%
+%% Um etoc-DE.pdf zu erzeugen ist latex dreimal mit etoc-DE.tex laufen
+%% zu lassen, dann dvipdfmx mit etoc-DE.dvi. Im Falle von Problemen
+%% mit dvipdfmx ist \Withdvidpdfmx auf 0 in etoc-DE.tex zu setzen,
+%% dann ist pdflatex dreimal mit etoc-DE.tex laufen zu lassen.
+%%
+%% Installation:
+%%
+%% etoc.sty -> TDS:tex/latex/etoc/etoc.sty
+%% etoc.dtx -> TDS:source/latex/etoc/etoc.dtx
+%% etoc.pdf -> TDS:doc/latex/etoc/etoc.pdf
+%% etoc-DE.pdf -> TDS:doc/latex/etoc/etoc-DE.pdf
+%% README.md -> TDS:doc/latex/etoc/README.md
+%%
+\input docstrip.tex
+\askforoverwritefalse
+\def\etocpkgpreamble{\defaultpreamble^^J\MetaPrefix^^J%
+\string\NeedsTeXFormat{LaTeX2e}^^J%
+\string\ProvidesPackage{etoc}^^J%
+\space[\etocpkgdate\space\etocpkgversion\space\etocpkgdescription]}%
+\generate{\nopreamble\nopostamble
+\file{README.md}{\from{etoc.dtx}{readme}}%
+\usepostamble\defaultpostamble
+\file{etoc.tex}{\from{etoc.dtx}{tex}}%
+\file{etoc-DE.tex}{\from{etoc.dtx}{DEtex}}%
+\usepreamble\etocpkgpreamble
+\file{etoc.sty}{\from{etoc.dtx}{package}}}%
+\catcode32=13\relax% active space
+\let =\space%
+\Msg{************************************************************************}
+\Msg{*}
+\Msg{* To finish the installation you have to move the following}
+\Msg{* file into a directory searched by TeX:}
+\Msg{*}
+\Msg{* etoc.sty}
+\Msg{*}
+\Msg{* To produce the documentation run latex thrice on file etoc.tex}
+\Msg{* (or etoc-DE.tex) and then run dvipdfmx on file etoc.dvi, resp.}
+\Msg{* etoc-DE.dvi}
+\Msg{*}
+\Msg{* Happy TeXing!}
+\Msg{*}
+\Msg{************************************************************************}
+\endbatchfile
+\endinput
+%%
+%% End of file `etoc.ins'.