diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/etoc/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/etoc/README | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/etoc/README b/Master/texmf-dist/doc/latex/etoc/README index e30b103f3d0..225a6480b56 100644 --- a/Master/texmf-dist/doc/latex/etoc/README +++ b/Master/texmf-dist/doc/latex/etoc/README @@ -1,4 +1,4 @@ - Source: etoc.dtx (v1.08a 2015/03/13) + Source: etoc.dtx (v1.08b 2015/03/18) Author: Jean-Francois Burnol Author for German tranlation: Christine Roemer Info: Completely customisable TOCs @@ -34,7 +34,7 @@ has a variant \localtableofcontents which prints tables of contents \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 +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) @@ -61,18 +61,16 @@ 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) +- if etoc.ins is present: etex etoc.ins +- without etoc.ins: etex 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 +1. latex etoc.dtx (four times), then dvips, then ps2pdf +2. pdflatex etoc.dtx (four times) +3. latex etoc.tex (four times), then dvipdfmx Method (3) produces the smallest pdf files. Options can be set in etoc.tex: @@ -81,7 +79,7 @@ etoc.tex: - 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 +To produce etoc-DE.pdf (German documentation) run etex 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. @@ -135,6 +133,18 @@ etoc.dvi, etoc-DE.dvi. RECENT CHANGES +v1.08b [2015/03/18] + +Bug fixes: + +- extra space token removed from \localtableofcontents (showed only + for inline TOCs.) +- \etocpartname (a macro used by the package own default line styles) + was defined to be \partname, but this is not compatible at least + with babel+french context. Now simply expands to Part. +- some problems fixed in the German documentation. + + v1.08a [2015/03/13] \etocname, \etocnumber and \etocpage are now the robust variants of |