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.md71
1 files changed, 42 insertions, 29 deletions
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.