summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/etoc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-18 22:37:38 +0000
committerKarl Berry <karl@freefriends.org>2015-04-18 22:37:38 +0000
commit34145983cf2b9d69c10ebdfd3ba8222dd0d1646e (patch)
treedf17b0c3a4a8a23f46de471ae6dae4edf5329d6d /Master/texmf-dist/doc/latex/etoc
parent05b27402165b238cbda0324fa156d076bfcf6480 (diff)
etoc (18apr15)
git-svn-id: svn://tug.org/texlive/trunk@36919 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/etoc')
-rw-r--r--Master/texmf-dist/doc/latex/etoc/README32
-rw-r--r--Master/texmf-dist/doc/latex/etoc/README.md34
-rw-r--r--Master/texmf-dist/doc/latex/etoc/etoc-DE.pdfbin409943 -> 417642 bytes
-rw-r--r--Master/texmf-dist/doc/latex/etoc/etoc.pdfbin436586 -> 451595 bytes
4 files changed, 58 insertions, 8 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
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\]
---------------------
diff --git a/Master/texmf-dist/doc/latex/etoc/etoc-DE.pdf b/Master/texmf-dist/doc/latex/etoc/etoc-DE.pdf
index a5b5c5704e0..f08f640499d 100644
--- a/Master/texmf-dist/doc/latex/etoc/etoc-DE.pdf
+++ b/Master/texmf-dist/doc/latex/etoc/etoc-DE.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/etoc/etoc.pdf b/Master/texmf-dist/doc/latex/etoc/etoc.pdf
index 7b2f12a388b..670f5a3b748 100644
--- a/Master/texmf-dist/doc/latex/etoc/etoc.pdf
+++ b/Master/texmf-dist/doc/latex/etoc/etoc.pdf
Binary files differ