diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/etoc/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/etoc/README | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/etoc/README b/Master/texmf-dist/doc/latex/etoc/README index 0c3e9a687c9..d40c775d4c1 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.08d 2015/04/09) + Source: etoc.dtx (v1.08e 2015/04/17) Author: Jean-Francois Burnol Author: Christine Roemer et al. (German tranlation) Info: Completely customisable TOCs @@ -66,9 +66,9 @@ 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 (four times), then dvips, then ps2pdf -2. pdflatex etoc.dtx (four times) -3. latex etoc.tex (four times), then dvipdfmx +1. latex etoc.dtx (thrice), then dvips, then ps2pdf +2. pdflatex etoc.dtx (thrice) +3. latex etoc.tex (thrice), then dvipdfmx Method (3) produces the smallest pdf files. Options can be set in etoc.tex: @@ -131,6 +131,30 @@ etoc.dvi, etoc-DE.dvi. RECENT CHANGES +v1.08e [2015/04/17] + +The command \etocchecksemptiness tells etoc to not print, from that +point on, the headings of the local tables of contents if they have +empty contents. This is mainly for class authors who might want to have +their \section or \chapter automatically do a \localtableofcontents. +Could prove also useful for batch conversions of documents. Thanks to +Paul Gaborit who asked for such a feature. + +The command \etocnotocifnotoc extends this behaviour to global TOCs: +indeed why should documents with no sectioning units take this as an +excuse not to use package etoc ? + +The command \etocifwasempty{yes}{no} can be used for suitable extra +action. + +A \tableofcontents\ref{foo} now expects foo to be a label to a _local_ +TOC. The use with foo a label to a _global_ TOC is not supported anymore +as it had no utility and made the code more complex. + +The syntax \localtableofcontents\ref{foo} is now accepted as a synonym +to the earlier syntax \tableofcontents\ref{foo}. + + v1.08d [2015/04/09] Translation into German of the additions made to the documentation for |