From 07d6e78b6d566bc3372ad15604fa20a935f0c048 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 11 Mar 2015 20:25:44 +0000 Subject: etoc (11mar15) git-svn-id: svn://tug.org/texlive/trunk@36485 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/etoc/README | 182 ++++++++++++++++++++++++ Master/texmf-dist/doc/generic/etoc/README.md | 188 +++++++++++++++++++++++++ Master/texmf-dist/doc/generic/etoc/etoc-DE.pdf | Bin 0 -> 335594 bytes Master/texmf-dist/doc/generic/etoc/etoc.pdf | Bin 0 -> 361750 bytes Master/texmf-dist/doc/latex/etoc/README | 150 -------------------- Master/texmf-dist/doc/latex/etoc/etoc-DE.pdf | Bin 319641 -> 0 bytes Master/texmf-dist/doc/latex/etoc/etoc-DE.tex | 35 ----- Master/texmf-dist/doc/latex/etoc/etoc.pdf | Bin 338156 -> 0 bytes Master/texmf-dist/doc/latex/etoc/etoc.tex | 30 ---- 9 files changed, 370 insertions(+), 215 deletions(-) create mode 100644 Master/texmf-dist/doc/generic/etoc/README create mode 100644 Master/texmf-dist/doc/generic/etoc/README.md create mode 100644 Master/texmf-dist/doc/generic/etoc/etoc-DE.pdf create mode 100644 Master/texmf-dist/doc/generic/etoc/etoc.pdf delete mode 100644 Master/texmf-dist/doc/latex/etoc/README delete mode 100644 Master/texmf-dist/doc/latex/etoc/etoc-DE.pdf delete mode 100644 Master/texmf-dist/doc/latex/etoc/etoc-DE.tex delete mode 100644 Master/texmf-dist/doc/latex/etoc/etoc.pdf delete mode 100644 Master/texmf-dist/doc/latex/etoc/etoc.tex (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/generic/etoc/README b/Master/texmf-dist/doc/generic/etoc/README new file mode 100644 index 00000000000..219efa41dc4 --- /dev/null +++ b/Master/texmf-dist/doc/generic/etoc/README @@ -0,0 +1,182 @@ + Source: etoc.dtx (v1.08 2015/03/10) + Author: Jean-Francois Burnol + Author for German tranlation: Christine Roemer + Info: Completely customisable TOCs + License: LPPL 1.3c or later + +Copyright (C) 2012-2015 Jean-Francois Burnol + +Copyright (C) 2014-2015 Christine Roemer and collaborators for the +translation into German of the documentation. + + + +ABSTRACT + + + The etoc package gives to the user complete control on how the entries + of the table of contents should be constituted from the _name_, + _number_, and _page number_ of each sectioning unit. This goes via the + definition of _line styles_ for each sectioning level used in the + document. The package provides its own custom line styles. Simpler + ones are given as examples in the documentation. The simplest usage + will be to take advantage of the layout facilities of packages dealing + with list environments. + + Regarding the _global toc display_, etoc provides pre-defined styles + based on a multi-column format, with, optionally, a ruled title or + framed contents. + + The \tableofcontents command may be used arbitrarily many times and it + has a variant \localtableofcontents which prints tables of contents + 'local' to the current surrounding document unit. An extension of the + \label/\ref syntax allows to reproduce (with another layout) a local + table of contents defined somewhere else in the document. + + Via ''depth tags'', one gets an even finer control for each table of + contents of which sectioning units it should, or not, display. + + The formatting inherited (and possibly customized by other packages) + from the document class will be used when in compatibility mode. + + The assignment of levels to the sectioning units can be changed at any + time, and etoc can thus be used in a quite general manner to create + custom ''lists of'', additionally to the tables of contents related to + the document sectioning units. No auxiliary file is used additionally + to the standard .toc file. + + + +INSTALLATION + + +The simplest is to download + + http://mirrors.ctan.org/install/macros/latex/contrib/etoc.tds.zip + +and then run unzip etoc.tds.zip -d where is a +TDS-compliant repertory. + +Else, to extract the package (.sty) and driver (.tex) files from +etoc.dtx: + +- if etoc.ins is present: etex etoc.ins (or tex etoc.ins) +- without etoc.ins: etex etoc.dtx (or tex etoc.dtx) + +It is also possible to run latex or pdflatex directly on etoc.dtx. + +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: - scrdoc class options (paper size, font size, ...) - with or +without source code, - with dvipdfmx or with latex+dvips or pdflatex. + +To produce etoc-DE.pdf (German documentation) run tex on etoc.ins or +etoc.dtx to produce etoc-DE.tex, then compile etoc-DE.tex with latex +(thrice) then dvipdmx, or set first to 0 in etoc-DE.tex to allow +compilation 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 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 + +The other files may be discarded. + + + +LICENSE + + + This Work may be distributed and/or modified under the + conditions of the LaTeX Project Public License, either + version 1.3c of this license or (at your option) any later + version. This version of this license is in + + http://www.latex-project.org/lppl/lppl-1-3c.txt + + and the latest version of this license is in + + http://www.latex-project.org/lppl.txt + + and version 1.3 or later is part of all distributions of + LaTeX version 2005/12/01 or later. + +The Authors of this Work are: + +- Jean-Francois Burnol for the source code and English documentation, + and +- Christine Roemer and collaborators for the translation into German + of the documentation. + + This Work consists of the main source file etoc.dtx and the + derived files etoc.sty, etoc.ins, etoc.tex, etoc-DE.tex, + etoc.pdf, etoc-DE.pdf, etoc.dvi, etoc-DE.dvi. + + + +RECENT CHANGES + + +v1.08 [2015/03/10] + + \etocskipfirstprefix may now appear anywhere in the part of a level + style. + + New commands \etociffirst, \etocxiffirst, \etocxifnumbered. + + It is now possible to issue line style specifications directly with & + and \\ tokens, in order to typeset a TOC as a tabular or longtable + with the opening for example in the first argument of \etocsettocstyle + and the closing in its second argument. + + It is mandatory for such uses to issue \etocglobaldefs which tells + etoc to proceed globally for certain definitions. This is also useful + in the context of the inline environments of package enumitem. + + On this occasion, various old parts of the code have been improved. + +v1.07n [2015/03/05] + + No more use of \toks@ when etoc constructs \etocthelinkedname etc... + Thus \toks@ can be put in the line styles in order to accumulate + information. Only useful if it is certain nothing else will change + \toks@ either. + + In the documentation: list of main commands now in alphabetic order. + +v1.07m [2015/01/23] + + Reading of .toc file is delayed to \begin{document} to account for + possible Babel active characters used therein. Thanks to Denis Bitouzé + who reported a Babel related problem. + + Improved global toc display emulation under KOMA-script classes. + + New command \etocbeforetitlehook. New command \etocdisplay. + +v1.07l [doc of 2014/04/29] + + Added to the documentation an example of use of \etocthelinkedname + together with an enumitem inline itemize* environment; moved main TOC + to immediately after the title, and license to the first pages. + + Incorporation of the translation into German done on the initiative of + Christine Römer by Felix Baral-Weber, Jenny Rothkrämer-Vogt, Daniel + Büttner, Claudia Dahl, Christian Otto and Christine Römer (FSU Jena). + My grateful thanks to all! + diff --git a/Master/texmf-dist/doc/generic/etoc/README.md b/Master/texmf-dist/doc/generic/etoc/README.md new file mode 100644 index 00000000000..d2d34b77857 --- /dev/null +++ b/Master/texmf-dist/doc/generic/etoc/README.md @@ -0,0 +1,188 @@ +% README +% etoc 1.08 +% 2015/03/10 + + Source: etoc.dtx (v1.08 2015/03/10) + Author: Jean-Francois Burnol + Author for German tranlation: Christine Roemer + Info: Completely customisable TOCs + License: LPPL 1.3c or later + +Copyright (C) 2012-2015 Jean-Francois Burnol + +Copyright (C) 2014-2015 Christine Roemer + and collaborators for the translation into German of the documentation. + +ABSTRACT +======== + +> + The etoc package gives to the user complete control on how + the entries of the table of contents should be constituted + from the *name*, *number*, and *page number* of each + sectioning unit. This goes via the definition of *line + styles* for each sectioning level used in the document. The + package provides its own custom line styles. Simpler ones + are given as examples in the documentation. The simplest + usage will be to take advantage of the layout facilities of + packages dealing with list environments. +> + Regarding the *global toc display*, etoc provides + pre-defined styles based on a multi-column format, with, + optionally, a ruled title or framed contents. +> + The `\tableofcontents` command may be used arbitrarily many + times and it has a variant `\localtableofcontents` which + prints tables of contents 'local' to the current surrounding + document unit. An extension of the `\label/\ref` syntax allows + to reproduce (with another layout) a local table of contents + defined somewhere else in the document. +> + Via ''depth tags'', one gets an even finer control for each + table of contents of which sectioning units it should, or + not, display. +> + The formatting inherited (and possibly customized by other + packages) from the document class will be used when in + compatibility mode. +> + The assignment of levels to the sectioning units can be + changed at any time, and etoc can thus be used in a quite + general manner to create custom ''lists of'', additionally + to the tables of contents related to the document sectioning + units. No auxiliary file is used additionally to the + standard .toc file. + +INSTALLATION +============ + +The simplest is to download + +> + +and then run `unzip etoc.tds.zip -d ` where `` is a +TDS-compliant repertory. + +Else, to extract the package (.sty) and driver (.tex) files from etoc.dtx: + + - if etoc.ins is present: etex etoc.ins (or tex etoc.ins) + - without etoc.ins: etex etoc.dtx (or tex etoc.dtx) + +It is also possible to run latex or pdflatex directly on etoc.dtx. + +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: + - scrdoc class options (paper size, font size, ...) + - with or without source code, + - with dvipdfmx or with latex+dvips or pdflatex. + +To produce etoc-DE.pdf (German documentation) run tex on etoc.ins +or etoc.dtx to produce etoc-DE.tex, then compile etoc-DE.tex with +latex (thrice) then dvipdmx, or set first to 0 \Withdvipdfmx in +etoc-DE.tex to allow compilation 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 + +The other files may be discarded. + +LICENSE +======= + +> + This Work may be distributed and/or modified under the + conditions of the LaTeX Project Public License, either + version 1.3c of this license or (at your option) any later + version. This version of this license is in + +> + and the latest version of this license is in + +> + and version 1.3 or later is part of all distributions of + LaTeX version 2005/12/01 or later. + +The Authors of this Work are: + +- Jean-Francois Burnol for the source code and + English documentation, and +- Christine Roemer and collaborators + for the translation into German of the documentation. + +> + This Work consists of the main source file etoc.dtx and the + derived files etoc.sty, etoc.ins, etoc.tex, etoc-DE.tex, + etoc.pdf, etoc-DE.pdf, etoc.dvi, etoc-DE.dvi. + +RECENT CHANGES +============== + +v1.08 [2015/03/10] + +> `\etocskipfirstprefix` may now appear anywhere in the + part of a level style. + +> New commands `\etociffirst`, `\etocxiffirst`, `\etocxifnumbered`. + +> It is now possible to issue line style specifications directly + with `&` and `\\` tokens, in order to typeset a TOC as a tabular + or longtable with the opening for example in the first + argument of `\etocsettocstyle` and the closing in its second + argument. + +> It is mandatory for such uses to issue `\etocglobaldefs` which + tells etoc to proceed globally for certain definitions. This + is also useful in the context of the inline environments of + package enumitem. + +> On this occasion, various old parts of the code have been + improved. + +v1.07n [2015/03/05] + +> No more use of `\toks@` when etoc constructs `\etocthelinkedname` etc... + Thus `\toks@` can be put in the line styles in order to accumulate + information. Only useful if it is certain nothing else will change + `\toks@` either. + +> In the documentation: list of main commands now in alphabetic order. + +v1.07m [2015/01/23] + +> Reading of .toc file is delayed to `\begin{document}` to account for + possible Babel active characters used therein. Thanks to Denis + Bitouzé who reported a Babel related problem. + +> Improved global toc display emulation under KOMA-script classes. + +> New command `\etocbeforetitlehook`. New command `\etocdisplay`. + +v1.07l [doc of 2014/04/29] + +> Added to the documentation an example of use of `\etocthelinkedname` + together with an enumitem inline itemize\* environment; moved main TOC + to immediately after the title, and license to the first pages. + +> Incorporation of the translation into German done on the initiative + of Christine Römer by Felix Baral-Weber, Jenny Rothkrämer-Vogt, + Daniel Büttner, Claudia Dahl, Christian Otto and Christine Römer (FSU + Jena). My grateful thanks to all! + diff --git a/Master/texmf-dist/doc/generic/etoc/etoc-DE.pdf b/Master/texmf-dist/doc/generic/etoc/etoc-DE.pdf new file mode 100644 index 00000000000..1eef29ff2c0 Binary files /dev/null and b/Master/texmf-dist/doc/generic/etoc/etoc-DE.pdf differ diff --git a/Master/texmf-dist/doc/generic/etoc/etoc.pdf b/Master/texmf-dist/doc/generic/etoc/etoc.pdf new file mode 100644 index 00000000000..4bf8a133d19 Binary files /dev/null and b/Master/texmf-dist/doc/generic/etoc/etoc.pdf differ diff --git a/Master/texmf-dist/doc/latex/etoc/README b/Master/texmf-dist/doc/latex/etoc/README deleted file mode 100644 index b89b7e05e7a..00000000000 --- a/Master/texmf-dist/doc/latex/etoc/README +++ /dev/null @@ -1,150 +0,0 @@ -% -% Package: etoc -% Version: 1.07n (2015/03/05) -% Description: Completely customisable TOCs (jfB) -% -% Copyright (C) 2012-2015 Jean-Francois Burnol -% Copyright (C) 2014-2015 Christine Roemer -% and collaborators for the translation into German of the documentation. - -% License: LPPL 1.3c or later - -% this README: *Abstract*, *Installation*, *License*, *Recent changes*. - -ABSTRACT -======== - - The etoc package gives to the user complete control on how - the entries of the table of contents should be constituted - from the {name}, {number}, and {page number} of each - sectioning unit. This goes via the definition of {line - styles} for each sectioning level used in the document. The - package provides its own custom line styles. Simpler ones - are given as examples in the documentation. The simplest - usage will be to take advantage of the layout facilities of - packages dealing with list environments. - - Regarding the {global toc display}, etoc provides - pre-defined styles based on a multi-column format, with, - optionally, a ruled title or framed contents. - - The \tableofcontents command may be used arbitrarily many - times and it has a variant \localtableofcontents which - prints tables of contents `local' to the current surrounding - document unit. An extension of the \label/\ref syntax allows - to reproduce (with another layout) a local table of contents - defined somewhere else in the document. - - Via ``depth tags'', one gets an even finer control for each - table of contents of which sectioning units it should, or - not, display. - - The formatting inherited (and possibly customized by other - packages) from the document class will be used when in - compatibility mode. - - The assignment of levels to the sectioning units can be - changed at any time, and etoc can thus be used in a quite - general manner to create custom ``lists of'', additionally - to the tables of contents related to the document sectioning - units. No auxiliary file is used additionally to the - standard .toc file. - - -INSTALLATION -============ - - Extraction of the package (.sty) and driver (.tex) files: - - if etoc.ins is present: tex etoc.ins - - without etoc.ins: tex etoc.dtx - - It is also possible to run latex/pdflatex directly on etoc.dtx - - 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: - - scrdoc class options (paper size, font size, ...) - - with or without source code, - - with dvipdfmx or with latex+dvips or pdflatex. - - To produce etoc-DE.pdf (German documentation) run tex on etoc.ins - or etoc.dtx to produce etoc-DE.tex, then compile etoc-DE.tex with - latex (thrice) then dvipdmx, or set first to 0 \Withdvipdfmx in - etoc-DE.tex to allow compilation 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 - - The other files may be discarded. - -LICENSE -======= - - This Work may be distributed and/or modified under the - conditions of the LaTeX Project Public License, either - version 1.3c of this license or (at your option) any later - version. This version of this license is in - http://www.latex-project.org/lppl/lppl-1-3c.txt - and the latest version of this license is in - http://www.latex-project.org/lppl.txt - and version 1.3 or later is part of all distributions of - LaTeX version 2005/12/01 or later. - - The Authors of this Work are: - Jean-Francois Burnol for the source code and - English documentation, and - Christine Roemer and collaborators - for the translation into German of the documentation. - - This Work consists of the main source file etoc.dtx and the derived - files etoc.sty, etoc.ins, etoc.tex, etoc-DE.tex, etoc.pdf, etoc-DE.pdf, - etoc.dvi, etoc-DE.dvi. - -RECENT CHANGES -============== - -v1.07n [2015/03/05] - - No more use of \toks@ when etoc constructs \etocthelinkedname etc... Thus - \toks@ can be put in the line styles in order to accumulate information. - Only useful if it is certain nothing else will change \toks@ either. - - In the documentation: list of main commands now in alphabetic order. - -v1.07m [2015/01/23] - - Reading of .toc file is delayed to \begin{document} to account for - possible Babel active characters used therein. Thanks to Denis - Bitouzé who reported a Babel related problem. - - Improved global toc display emulation under KOMA-script classes. - - New command \etocbeforetitlehook. New command \etocdisplay. - -v1.07l [doc of 2014/04/29] - - Added to the documentation an example of use of \etocthelinkedname together - with an enumitem inline itemize* environment; moved main TOC to immediately - after the title, and license to the first pages. - - Incorporation of the translation into German done on the initiative of - Christine Römer by Felix Baral-Weber, Jenny Rothkrämer-Vogt, Daniel - Büttner, Claudia Dahl, Christian Otto and Christine Römer (FSU Jena). My - grateful thanks to all! - - - diff --git a/Master/texmf-dist/doc/latex/etoc/etoc-DE.pdf b/Master/texmf-dist/doc/latex/etoc/etoc-DE.pdf deleted file mode 100644 index f3ca3f22935..00000000000 Binary files a/Master/texmf-dist/doc/latex/etoc/etoc-DE.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/etoc/etoc-DE.tex b/Master/texmf-dist/doc/latex/etoc/etoc-DE.tex deleted file mode 100644 index ca3b686bb08..00000000000 --- a/Master/texmf-dist/doc/latex/etoc/etoc-DE.tex +++ /dev/null @@ -1,35 +0,0 @@ -%% -%% Package: etoc -%% Version: 1.07n (2015/03/05) -%% License: LPPL 1.3c or later (see etoc.dtx) -%% Copyright (C) 2012-2015 Jean-Francois Burnol -%% Copyright (C) 2014-2015 Christine Roemer -%% and collaborators for the translation into German of the documentation -%% -%% run latex thrice on this file etoc-DE.tex then dvipdfmx on etoc-DE.dvi -%% to produce the German documentation etoc-DE.pdf (without source code). -%% -%% possible dvipdfmx warnings (due to hyperlinks extending over page -%% breaks) may be ignored, but in case of a too old dvipdfmx, it may -%% be preferable to use pdflatex. For this set \Withdvipdfmx to 0. -%% -%% 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 zu setzen, dann ist pdflatex -%% dreimal mit etoc-DE.tex laufen zu lassen. -%% -\chardef\Withdvipdfmx 1 % replace 1 by 0 for using latex+dvips or pdflatex -\chardef\NoSourceCode 1 % replace 1 by 0 for the doc *with* the source code -\NeedsTeXFormat{LaTeX2e} -\ProvidesFile {etoc-DE.tex}[Driver for etoc German documentation]% -\PassOptionsToClass {a4paper,fontsize=11pt,twoside,ngerman}{scrdoc} -\PassOptionsToPackage {english,german}{babel} -\chardef\ForEnglish 0 % (can NOT be both 1..) -\chardef\ForDeutsch 1 % -\input etoc.dtx -%%% Local Variables: -%%% mode: latex -%%% End: -\endinput -%% -%% End of file `etoc-DE.tex'. diff --git a/Master/texmf-dist/doc/latex/etoc/etoc.pdf b/Master/texmf-dist/doc/latex/etoc/etoc.pdf deleted file mode 100644 index fa84c20409c..00000000000 Binary files a/Master/texmf-dist/doc/latex/etoc/etoc.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/etoc/etoc.tex b/Master/texmf-dist/doc/latex/etoc/etoc.tex deleted file mode 100644 index 3a23520fca9..00000000000 --- a/Master/texmf-dist/doc/latex/etoc/etoc.tex +++ /dev/null @@ -1,30 +0,0 @@ -%% -%% Package: etoc -%% Version: 1.07n (2015/03/05) -%% License: LPPL 1.3c or later (see etoc.dtx) -%% Copyright (C) 2012-2015 Jean-Francois Burnol -%% Copyright (C) 2014-2015 Christine Roemer -%% and collaborators for the translation into German of the documentation -%% -%% run latex thrice on this file etoc.tex then dvipdfmx on etoc.dvi -%% to produce the documentation etoc.pdf, with source code included. -%% -%% possible dvipdfmx warnings (due to hyperlinks extending over page -%% breaks) may be ignored, but in case of a too old dvipdfmx, it may -%% be preferable to use pdflatex. Set \Withdvipdfmx to 0 first. -%% -\chardef\Withdvipdfmx 1 % replace 1 by 0 for using latex+dvips or pdflatex -\chardef\NoSourceCode 0 % replace 0 by 1 for the doc *without* the source code -\NeedsTeXFormat{LaTeX2e} -\ProvidesFile {etoc.tex}[Driver for etoc documentation]% -\PassOptionsToClass {a4paper,fontsize=11pt,twoside}{scrdoc} -\PassOptionsToPackage {german,english}{babel} -\chardef\ForEnglish 1 % (can NOT be both 1..) -\chardef\ForDeutsch 0 % -\input etoc.dtx -%%% Local Variables: -%%% mode: latex -%%% End: -\endinput -%% -%% End of file `etoc.tex'. -- cgit v1.2.3