summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-20 21:09:09 +0000
committerKarl Berry <karl@freefriends.org>2024-01-20 21:09:09 +0000
commit74448128bbe4f6ca58d6c61f86f767940b731245 (patch)
tree40a6e6470af051bf88e3d5b7ff9574659ddd20e9
parentb5be72e7aaa989756443d4a0fc82a4c3a541dbd9 (diff)
tocdata (20jan24)
git-svn-id: svn://tug.org/texlive/trunk@69512 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/tocdata/README.txt2
-rw-r--r--Master/texmf-dist/doc/latex/tocdata/tocdata.pdfbin958705 -> 958822 bytes
-rw-r--r--Master/texmf-dist/source/latex/tocdata/tocdata.dtx15
-rw-r--r--Master/texmf-dist/tex/latex/tocdata/tocdata.sty2
4 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/tocdata/README.txt b/Master/texmf-dist/doc/latex/tocdata/README.txt
index 2ecd8463ff7..373238fb273 100644
--- a/Master/texmf-dist/doc/latex/tocdata/README.txt
+++ b/Master/texmf-dist/doc/latex/tocdata/README.txt
@@ -1,7 +1,7 @@
The tocdata package.
Adds names to table of contents / list of figures entries.
-v2.06 — 2024/01/12
+v2.07
Copyright 2016–2024 Brian Dunn — https://github.com/bdtc/tocdata
LaTeX Project Public License, version 1.3
diff --git a/Master/texmf-dist/doc/latex/tocdata/tocdata.pdf b/Master/texmf-dist/doc/latex/tocdata/tocdata.pdf
index ba996b48d06..c2d23e259e5 100644
--- a/Master/texmf-dist/doc/latex/tocdata/tocdata.pdf
+++ b/Master/texmf-dist/doc/latex/tocdata/tocdata.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/tocdata/tocdata.dtx b/Master/texmf-dist/source/latex/tocdata/tocdata.dtx
index 6aa3ba7802f..ff94caed6e9 100644
--- a/Master/texmf-dist/source/latex/tocdata/tocdata.dtx
+++ b/Master/texmf-dist/source/latex/tocdata/tocdata.dtx
@@ -15,7 +15,7 @@
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{tocdata}
-%<package> [2024/01/12 v2.06 Adds author/artist to TOC entries.]
+%<package> [2024/01/20 v2.07 Adds author/artist to TOC entries.]
%
%<*driver>
\documentclass{ltxdoc}
@@ -229,6 +229,9 @@ pageanchor=true,
% \changes{v2.05}{2023/01/03}{\ 2023/01/03}
% \changes{v2.06}{2024/01/12}{\ 2024/01/12}
% \changes{v2.06}{2024/01/12}{Changed contact info.}
+% \changes{v2.07}{2024/01/18}{Docs: Improved TOC change log and index entries.}
+% \changes{v2.07}{2024/01/20}{Docs: Removed extra spaces.}
+% \changes{v2.07}{2024/01/20}{2024/01/20}
@@ -594,7 +597,12 @@ pageanchor=true,
% until it is changed to another.
%
%
-% \StopEventually{\PrintChanges
+% \StopEventually{
+% \appendix
+% \GlossaryPrologue{\section{Change History}}
+% \PrintChanges
+% \IndexPrologue{\section{Index}}
+% \tocdata{toc}{\prog{makeindex}}
% \PrintIndex
%
% \clearpage
@@ -1746,9 +1754,6 @@ pageanchor=true,
%
% \clearpage
% ^^A \pagestyle{plain}
-% \phantomsection
-% \tocdata{toc}{\prog{makeindex}}
-% \addcontentsline{toc}{section}{Change History and \indexname}
%
% \pagestyle{plain}
%
diff --git a/Master/texmf-dist/tex/latex/tocdata/tocdata.sty b/Master/texmf-dist/tex/latex/tocdata/tocdata.sty
index ebd18307860..cf4abd77e2e 100644
--- a/Master/texmf-dist/tex/latex/tocdata/tocdata.sty
+++ b/Master/texmf-dist/tex/latex/tocdata/tocdata.sty
@@ -17,7 +17,7 @@
%% version 2005/12/01 or later.
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{tocdata}
- [2024/01/12 v2.06 Adds author/artist to TOC entries.]
+ [2024/01/20 v2.07 Adds author/artist to TOC entries.]