summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/etoc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/etoc/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/etoc/README.md34
1 files changed, 30 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/etoc/README.md b/Master/texmf-dist/doc/latex/etoc/README.md
index c65a3b8a909..66f00ed4ba4 100644
--- a/Master/texmf-dist/doc/latex/etoc/README.md
+++ b/Master/texmf-dist/doc/latex/etoc/README.md
@@ -1,6 +1,6 @@
<!-- -->
- 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
@@ -64,9 +64,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:
@@ -126,6 +126,32 @@ etoc.pdf, etoc-DE.pdf, 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\]
---------------------