summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/etoc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-03-19 22:03:39 +0000
committerKarl Berry <karl@freefriends.org>2015-03-19 22:03:39 +0000
commit6c101a17824b43c20d1c897aad00c2421d07c112 (patch)
tree7d7a2d2cdd2d0ba5157b430224af6a8f6b45bc5a /Master/texmf-dist/doc/latex/etoc
parent79b60926cca8d933838f849df1cba8da39a1f86c (diff)
etoc (19mar15)
git-svn-id: svn://tug.org/texlive/trunk@36564 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/etoc')
-rw-r--r--Master/texmf-dist/doc/latex/etoc/README30
-rw-r--r--Master/texmf-dist/doc/latex/etoc/README.md71
-rw-r--r--Master/texmf-dist/doc/latex/etoc/etoc-DE.pdfbin405216 -> 406076 bytes
-rw-r--r--Master/texmf-dist/doc/latex/etoc/etoc.pdfbin430698 -> 433010 bytes
4 files changed, 62 insertions, 39 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
diff --git a/Master/texmf-dist/doc/latex/etoc/README.md b/Master/texmf-dist/doc/latex/etoc/README.md
index 7100fcaa401..860974a32f3 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.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 @@ 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
+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)
@@ -44,7 +44,7 @@ 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.
+to the standard `.toc` file.
INSTALLATION
============
@@ -58,18 +58,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:
@@ -78,7 +76,7 @@ Options can be set in 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
+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.
@@ -117,10 +115,10 @@ LaTeX version 2005/12/01 or later.
The Authors of this Work are:
-- Jean-Francois Burnol `<jfbu at free dot fr>` for the source code and
- English documentation, and
-- Christine Roemer `<Christine_Roemer at t-online dot de>` and collaborators
- for the translation into German of the documentation.
+- Jean-Francois Burnol `<jfbu at free dot fr>` for the source code
+ and English documentation, and
+- Christine Roemer `<Christine_Roemer at t-online dot de>` 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,
@@ -129,18 +127,32 @@ etoc.pdf, etoc-DE.pdf, 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
-`\etocthelinkedname`, `\etocthelinkednumber` and `\etocthelinkedpage`.
-This should arguably have been done since the addition of the latter to
-etoc with v1.07f [2013/03/07]. The earlier `\etocname` etc... contained
-the hyperlink destination only in an unexpanded form.
+`\etocname`, `\etocnumber` and `\etocpage` are now the robust
+variants of `\etocthelinkedname`, `\etocthelinkednumber` and
+`\etocthelinkedpage`. This should arguably have been done since
+the addition of the latter to etoc with v1.07f [2013/03/07]. The
+earlier `\etocname` etc... contained the hyperlink destination
+only in an unexpanded form.
-The documentation has a brand new title page and a new section *The TOC as
-a TikZ mind map* both illustrating further uses of etoc to display tables
-of contents as trees in an automatic manner.
+The documentation has a brand new title page and a new section
+*The TOC as a TikZ mind map* both illustrating further uses of
+etoc to display tables of contents as trees in an automatic
+manner.
v1.08 [2015/03/10]
------------------
@@ -150,14 +162,15 @@ 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
+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.
+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.
diff --git a/Master/texmf-dist/doc/latex/etoc/etoc-DE.pdf b/Master/texmf-dist/doc/latex/etoc/etoc-DE.pdf
index ea01b0fde7a..7d8103156c6 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 f01cc06728b..50a02e7dabb 100644
--- a/Master/texmf-dist/doc/latex/etoc/etoc.pdf
+++ b/Master/texmf-dist/doc/latex/etoc/etoc.pdf
Binary files differ