diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-21 23:03:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-21 23:03:57 +0000 |
commit | e4f727c8991f7980badd242b13ad357e3aa970bd (patch) | |
tree | f78eac5986bf438bff65d50aa935cfbe29a6f28b /Master/texmf-dist/doc/latex/tableof | |
parent | ce8d92af4260f815abdb49c6dc8736307d50e93e (diff) |
tableof (21feb15)
git-svn-id: svn://tug.org/texlive/trunk@36347 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tableof')
-rw-r--r-- | Master/texmf-dist/doc/latex/tableof/README | 88 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tableof/README.md | 34 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tableof/tableof.pdf | bin | 99422 -> 48585 bytes |
3 files changed, 110 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/tableof/README b/Master/texmf-dist/doc/latex/tableof/README new file mode 100644 index 00000000000..da6cef7d425 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tableof/README @@ -0,0 +1,88 @@ + +ABSTRACT + + +- Package: tableof (Tables of tagged contents) +- Version: 1.4 (2015/02/20) +- License: LPPL 1.3c +- Copyright (C) 2012-2015 Jean-Francois Burnol + +The commands \toftagstart, \toftagstop, \toftagthis, \tofuntagthis are +used to tag chapters, sections or any other sectioning units destined to +end up in the table(s) of contents. Then: + + \nexttocwithtags{req. 1, req. 2, ... }{excl. 1, excl. 2, ... } + \tableofcontents % or equivalent command + + +specifies which tags are to be required and which ones are to be +excluded from the typeset TOC. + +For documents with classes where \tableofcontents is only single-use, +the package provides: + + \tableoftaggedcontents{req. 1, req. 2, ... }{excl. 1, excl. 2, ... } + +which does not have this restriction. + + + +INSTALLATION + + +For extracting the style file: + + latex tableof.dtx + +Files tableof.sty, tableof.ins and tableoftest.tex are generated on the +first latex run. Move tableof.sty to a suitable location within the TeX +installation: + + tableof.sty -> <TDS>/tex/latex/tableof/ + +To produce the documentation: + + latex tableof.dtx (a second time) + dvipdfmx tableof.dvi + +tableof.ins is for TeX distributions expecting it. + +tableoftest.tex is an example of use of the package commands. Run latex +twice on it to see examples of tagged tables of contents. + + + +CHANGE HISTORY + + +- v1.4 (2015/02/20) under the hood code improvements. + +- v1.3 (2015/02/11) comma separated lists of tags now allow spaces. + +- v1.2 (2013/03/04) added command \tableoftaggedcontents. + +- v1.1 (2012/12/13) added command \nexttocwithtags. + +- v1.0 (2012/12/06) first release. + + + +LICENSE + + + This Work may be distributed and/or modified under the + conditions of the LaTeX Project Public License, either + version 1.3c of this license or (at your option) any later + version. This version of this license is in + +http://www.latex-project.org/lppl/lppl-1-3c.txt + + and the latest version of this license is in + +http://www.latex-project.org/lppl.txt + + and version 1.3 or later is part of all distributions of + LaTeX version 2005/12/01 or later. + + The Author of this Work is: + Jean-Francois Burnol <jfbu at free dot fr> diff --git a/Master/texmf-dist/doc/latex/tableof/README.md b/Master/texmf-dist/doc/latex/tableof/README.md index 59068fe241c..99e7b661304 100644 --- a/Master/texmf-dist/doc/latex/tableof/README.md +++ b/Master/texmf-dist/doc/latex/tableof/README.md @@ -2,23 +2,24 @@ Abstract ======== - Package: tableof (Tables of tagged contents) -- Version: 1.3 (2015/02/11) +- Version: 1.4 (2015/02/20) - License: LPPL 1.3c - Copyright (C) 2012-2015 Jean-Francois Burnol <jfbu at free dot fr> -The commands `\toftagstart`, `\toftagstop`, `\toftagthis`, -`\tofuntagthis` are used to tag chapters or sections. Then: +The commands `\toftagstart`, `\toftagstop`, `\toftagthis`, `\tofuntagthis` +are used to tag chapters, sections or any other sectioning units destined +to end up in the table(s) of contents. Then: - \nexttocwithtags{required1, requ.2, ...}{excluded1, excl.2, ...} + \nexttocwithtags{req. 1, req. 2, ... }{excl. 1, excl. 2, ... } \tableofcontents % or equivalent command specifies which tags are to be required and which ones are to be excluded from the typeset TOC. -For document with classes where `\tableofcontents` is only single-use, +For documents with classes where `\tableofcontents` is only single-use, the package provides: - \tableoftaggedcontents{required1, requ.2, ...}{excluded1, excl.2, ...} + \tableoftaggedcontents{req. 1, req. 2, ... }{excl. 1, excl. 2, ... } which does not have this restriction. @@ -26,14 +27,21 @@ which does not have this restriction. Installation ============ - latex tableof.dtx or pdflatex tableof.dtx +For extracting the style file: -Run twice to get the bookmarks right. `tableof.sty`, `tableof.ins` and -`tableoftest.tex` are generated on the first latex run. Move `tableof.sty` to -a suitable location within the TeX installation: + latex tableof.dtx + +Files `tableof.sty`, `tableof.ins` and `tableoftest.tex` are generated on +the first latex run. Move `tableof.sty` to a suitable location within the +TeX installation: tableof.sty -> <TDS>/tex/latex/tableof/ +To produce the documentation: + + latex tableof.dtx (a second time) + dvipdfmx tableof.dvi + `tableof.ins` is for TeX distributions expecting it. `tableoftest.tex` is an example of use of the package commands. Run @@ -43,13 +51,15 @@ latex twice on it to see examples of tagged tables of contents. Change History ============== -* v1.3 (2015/02/11) spaces now allowed in tags. +* v1.4 (2015/02/20) under the hood code improvements. + +* v1.3 (2015/02/11) comma separated lists of tags now allow spaces. * v1.2 (2013/03/04) added command `\tableoftaggedcontents`. * v1.1 (2012/12/13) added command `\nexttocwithtags`. -* v1.0 (2012/12/06) +* v1.0 (2012/12/06) first release. License diff --git a/Master/texmf-dist/doc/latex/tableof/tableof.pdf b/Master/texmf-dist/doc/latex/tableof/tableof.pdf Binary files differindex 115930090e6..056c0439f6e 100644 --- a/Master/texmf-dist/doc/latex/tableof/tableof.pdf +++ b/Master/texmf-dist/doc/latex/tableof/tableof.pdf |