diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-07 22:51:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-07 22:51:21 +0000 |
commit | b9796f07afb63ea44bdf7109294476668d4d1c5f (patch) | |
tree | e5f4683338fd567cc11ef84f67dbf2fa587a5537 /Master/texmf-dist/doc/latex/tocvsec2/README | |
parent | bcdd4b5d66feaf11bd0ef448645957cb6f14f372 (diff) |
tocvsec2 1.3 (7aug11)
git-svn-id: svn://tug.org/texlive/trunk@23444 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tocvsec2/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/tocvsec2/README | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/tocvsec2/README b/Master/texmf-dist/doc/latex/tocvsec2/README index cf07be57538..a3e5ad6338f 100644 --- a/Master/texmf-dist/doc/latex/tocvsec2/README +++ b/Master/texmf-dist/doc/latex/tocvsec2/README @@ -8,6 +8,18 @@ NB. The package also requires the ifthen package. ______________ Change history +version 1.3 (2011/08/07) +- New commands \resettocdepth and \resetsecnumdepth + used for resetting to previous values of the tocdepth + and secnumdepth counters (using a stack-based approach). + With optional star argument can reset to the original + `max' values. + +- Bug fix that resets "tocdepth" to its original value after + the \tableofcontents -- els it will adversely affect + subsequent List of Figures/Tables (or cause no harm, + either way). + version 1.2b (2010/02/27) - Bug fix for extraneous vertical space before sections (This may change the typesetting of documents that use @@ -22,7 +34,8 @@ version 1.2 (2004/05/24) ----------------------------------------------------------------- Author: Peter Wilson, Herries Press Maintainer: Will Robertson (will dot robertson at latex-project dot org) - Copyright 1999 -- 2004 Peter R. Wilson + Copyright 1999-2004 Peter R. Wilson + Copyright 2010-2011 Will Robertson This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either @@ -55,7 +68,6 @@ tocvsec2.pdf (user manual) http://www.tug.ac.uk/faq for more information on this. To regenerate the user manual: -- run: latex tocvsec2.dtx +- run: pdflatex tocvsec2.dtx - run: makeindex -s gind.ist tocvsec2 -- run: latex tocvsec2.dtx -- Print tocvsec2.dvi for a hardcopy of the package manual +- run: pdflatex tocvsec2.dtx |