summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tableof
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-02-13 00:22:02 +0000
committerKarl Berry <karl@freefriends.org>2015-02-13 00:22:02 +0000
commitba9eec42efe9df19a65c797ec91f16384e2a168f (patch)
treec1aba028f50babe111f54e88fd6fcf0bfbbd9fec /Master/texmf-dist/doc/latex/tableof
parentf9d097817e93c3e392c2ee3656f7df3d38693c5a (diff)
tableof (12feb15)
git-svn-id: svn://tug.org/texlive/trunk@36265 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tableof')
-rw-r--r--Master/texmf-dist/doc/latex/tableof/README57
-rw-r--r--Master/texmf-dist/doc/latex/tableof/README.md74
-rw-r--r--Master/texmf-dist/doc/latex/tableof/tableof.pdfbin41278 -> 99422 bytes
3 files changed, 74 insertions, 57 deletions
diff --git a/Master/texmf-dist/doc/latex/tableof/README b/Master/texmf-dist/doc/latex/tableof/README
deleted file mode 100644
index 51b1c4430ee..00000000000
--- a/Master/texmf-dist/doc/latex/tableof/README
+++ /dev/null
@@ -1,57 +0,0 @@
-
- Package `tableof' (v1.2, 2013/03/04)
- `tables of tagged contents' (jfB)
-
- The package commands \toftagstart, \toftagstop, \toftagthis,
- \tofuntagthis are used to flag chapters or sections or anything
- ending up in the .toc file following an (implicit or explicit)
- \addcontentsline. Then
-
- \nexttocwithtags{required1,required2,...}{excluded1,excluded2,...}
-
- specifies which tags are to be required and which ones are to be
- excluded by the next \tableofcontents (or equivalent) document
- command. For document with classes where \tableofcontents is
- only single-use, the package provides:
-
- \tableoftaggedcontents{required1,required2,...}{excluded1,excluded2,...}
-
- which removes this restriction.
-
- Copyright (C) 2012, 2013 by Jean-Francois Burnol
-
- The source file tableof.dtx and its derived files may be
- distributed and/or modified under the conditions of the
- LaTeX Project Public License, either version 1.3 of this
- license or (at your option) any later version. 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 2003/12/01 or later.
-
- Installation:
- ============
-
- `latex tableof.dtx' or `pdflatex tableof.dtx'
- 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:
- tableof.sty -> ..path..to../tex/latex/tableof/
-
- `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 get the tagged tables of contents.
-
- Change History:
- ==============
-
- v1.2 (2013/03/04) added command \tableoftaggedcontents
- v1.1 (2012/12/13) added command \nexttocwithtags.
- v1.0 (2012/12/06)
-
diff --git a/Master/texmf-dist/doc/latex/tableof/README.md b/Master/texmf-dist/doc/latex/tableof/README.md
new file mode 100644
index 00000000000..59068fe241c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tableof/README.md
@@ -0,0 +1,74 @@
+Abstract
+========
+
+- Package: tableof (Tables of tagged contents)
+- Version: 1.3 (2015/02/11)
+- 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:
+
+ \nexttocwithtags{required1, requ.2, ...}{excluded1, 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,
+the package provides:
+
+ \tableoftaggedcontents{required1, requ.2, ...}{excluded1, excl.2, ...}
+
+which does not have this restriction.
+
+
+Installation
+============
+
+ latex tableof.dtx or pdflatex tableof.dtx
+
+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:
+
+ tableof.sty -> <TDS>/tex/latex/tableof/
+
+`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.3 (2015/02/11) spaces now allowed in tags.
+
+* v1.2 (2013/03/04) added command `\tableoftaggedcontents`.
+
+* v1.1 (2012/12/13) added command `\nexttocwithtags`.
+
+* v1.0 (2012/12/06)
+
+
+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/tableof.pdf b/Master/texmf-dist/doc/latex/tableof/tableof.pdf
index c927f8b4cc0..115930090e6 100644
--- a/Master/texmf-dist/doc/latex/tableof/tableof.pdf
+++ b/Master/texmf-dist/doc/latex/tableof/tableof.pdf
Binary files differ