diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-12 22:55:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-12 22:55:13 +0000 |
commit | 7d06555d716ec0133a2db80ab371fefcc09e0292 (patch) | |
tree | e9cb987dfae70853947798ab8a5503673314380b /Master/texmf-dist/doc/latex/tocdata/README | |
parent | 7e6b6b413fa3a6c64ca752632bdbb55835b37e00 (diff) |
tocdata (12jan19)
git-svn-id: svn://tug.org/texlive/trunk@49678 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tocdata/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/tocdata/README | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/Master/texmf-dist/doc/latex/tocdata/README b/Master/texmf-dist/doc/latex/tocdata/README deleted file mode 100644 index c7c4b3b2410..00000000000 --- a/Master/texmf-dist/doc/latex/tocdata/README +++ /dev/null @@ -1,38 +0,0 @@ -The tocdata package -Adds names to table of contents / list of figures entries. - -v0.12 — 2016/12/02 -Copyright 2016 Brian Dunn — www.BDTechConcepts.com -LaTeX Project Public License, version 1.3 - - -Summary: - -The tocdata package may be used to add a small amount of data to an -entry in the table of contents or list of figures, between the -section name and the page number. The typical use would be to add -the name of an author or artist of a chapter or section, such as in -an anthology or a collection of papers. - -Additionally, user-level macros are provided which add the author's -name to a chapter or section, along with an optional prefix and/or -suffix, and add to a figure the artist's name, prefix, and suffix, -plus optional additional text. Author and artist names are also -added to the index. Additional user-level macros control formatting. - - -Requirements: - -Tocdata requires the use of either the titletoc package or -the tocloft package. - - -Alternatives: - -Tocdata places onto a single line the chapter/section name, author/artist -name, and page number. Numerous other methods are available for adding -names to the TOC, but these usually place the chapter/section name and -page number onto one line, with the additional information on another line. -These methods would be preferable, and often required, if you wish -to place a lot of information in the TOC, or have long chapter or -section names. |