diff options
author | Karl Berry <karl@freefriends.org> | 2023-01-15 20:55:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-01-15 20:55:22 +0000 |
commit | 761117c9a43a30125a65086b3daf5e8c8ab82e50 (patch) | |
tree | e293f40e2137e55ddc23b4c5008c12e0d84f7ad0 /Master/texmf-dist/doc/latex | |
parent | dbe13a8c559cf436f66cae202a5fb2b5855151af (diff) |
etoc (15jan23)
git-svn-id: svn://tug.org/texlive/trunk@65550 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
30 files changed, 90 insertions, 52 deletions
diff --git a/Master/texmf-dist/doc/latex/etoc/README.md b/Master/texmf-dist/doc/latex/etoc/README.md index 96322539d80..e431588369f 100644 --- a/Master/texmf-dist/doc/latex/etoc/README.md +++ b/Master/texmf-dist/doc/latex/etoc/README.md @@ -1,10 +1,10 @@ <!-- --> - Source: etoc.dtx (1.09i) + Source: etoc.dtx (1.1a) Author: Jean-Francois Burnol Info: Completely customisable TOCs License: LPPL 1.3c - Copyright (C) 2012-2022 Jean-Francois Burnol. + Copyright (C) 2012-2023 Jean-Francois Burnol. <jfbu at free dot fr> ABSTRACT @@ -97,6 +97,34 @@ etoc.sty, etoc.tex, etoc.pdf, etoc.dvi. RECENT CHANGES ============== +1.1a \[2023/01/14\] +---------------------- + +This version brings no new functionality, despite the number bump. +It implements a complete rewrite of old legacy core internals. +Formerly, etoc waited for +[hyperref](https://ctan.org/pkg/hyperref) +(if present) to have added hyperlinks via its patch to LaTeX's +`\contentsline`. etoc examined the arguments of `\l@section` and +other commands to extract hyperlinking information, if any. +With this release etoc decides earlier according to +[hyperref](https://ctan.org/pkg/hyperref) +linktoc status whether section names and page numbers +should be hyperlinked, and add links itself via `\hyperlink`. +etoc is thus now immune to the details of how hyperref patches +the `\contentsline` command, which is not executed anymore. +Overall, the code is greatly simplified. + +`\etoclink` now wraps its argument in an hyperlink even if +[hyperref](https://ctan.org/pkg/hyperref) is configured via +`linktoc=none`. Formerly no hyperlink was added then. + +Deprecation of `\etocsavedsectiontocline` and similarly named +commands. They are not needed as `\l@section` et al. are with this +release left unmodified during the table of contents typesetting. + +LaTeX kernel from `2020/10/01` or later is required. + 1.09i \[2022/11/21\] -------------------- diff --git a/Master/texmf-dist/doc/latex/etoc/etoc.pdf b/Master/texmf-dist/doc/latex/etoc/etoc.pdf Binary files differindex 1b24ab3fc63..545546bd53d 100644 --- a/Master/texmf-dist/doc/latex/etoc/etoc.pdf +++ b/Master/texmf-dist/doc/latex/etoc/etoc.pdf diff --git a/Master/texmf-dist/doc/latex/etoc/etoc.tex b/Master/texmf-dist/doc/latex/etoc/etoc.tex index d719ee65fec..bd2cea0697c 100644 --- a/Master/texmf-dist/doc/latex/etoc/etoc.tex +++ b/Master/texmf-dist/doc/latex/etoc/etoc.tex @@ -1,8 +1,8 @@ %% %% Package: etoc -%% Version: 1.09i +%% Version: 1.1a %% License: LPPL 1.3c -%% Copyright (C) 2012-2022 Jean-Francois Burnol +%% Copyright (C) 2012-2023 Jean-Francois Burnol %% <jfbu at free dot fr> %% run pdflatex thrice on this file etoc.tex to produce the documentation %% etoc.pdf, with source code included. diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-01.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-01.tex index 405ce84eea6..ab58f48000e 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-01.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-01.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-01.tex' %% generated by the `filecontentsdef' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \begingroup\parindent 0pt \parfillskip 0pt \leftskip 0cm \rightskip 1cm \etocsetstyle {section} diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-02.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-02.tex index 919cbe51c0e..5c3e1c5c4e5 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-02.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-02.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-02.tex' %% generated by the `filecontentsdef' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \begingroup \newcommand*{\DotsAndPage} diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-03.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-03.tex index 604e7a6bf32..6045d69f5af 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-03.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-03.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-03.tex' %% generated by the `filecontentsdef' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \begingroup % we start a group to keep the style changes local \newlength{\tocleftmargin} \setlength{\tocleftmargin}{5cm} diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-04.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-04.tex index aeebe8259b9..647483f9ead 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-04.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-04.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-04.tex' %% generated by the `filecontentsdef' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \begin{figure}[ht!] \centering diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-05.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-05.tex index 5837cb9c717..d4306062564 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-05.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-05.tex @@ -1,23 +1,23 @@ %% LaTeX2e file `etocsnippet-05.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \makeatletter \newcommand{\MyStandardTOC}{% \begingroup % for the book or article classes: %\etocsetstyle{part}{}{} - % {\etocsavedparttocline{\etocnumber\hspace{1em}\etocname}{\etocpage}}{}% + % {\l@part{\etocnumber\hspace{1em}\etocname}{\etocpage}}{}% % for the scrbook or scrartcl classes: \etocsetstyle{part}{}{} - {\etocsavedparttocline{\numberline{\etocnumber}\etocname}{\etocpage}}{}% + {\l@part{\numberline{\etocnumber}\etocname}{\etocpage}}{}% % following is identical in book/article/scrbook/scrartcl classes: \etocsetstyle{chapter}{}{} %%% only for book and scrbook - {\etocsavedchaptertocline{\numberline{\etocnumber}\etocname}{\etocpage}}{}% + {\l@chapter{\numberline{\etocnumber}\etocname}{\etocpage}}{}% \etocsetstyle{section}{}{} - {\etocsavedsectiontocline{\numberline{\etocnumber}\etocname}{\etocpage}}{}% + {\l@section{\numberline{\etocnumber}\etocname}{\etocpage}}{}% \etocsetstyle{subsection}{}{} - {\etocsavedsubsectiontocline{\numberline{\etocnumber}\etocname}{\etocpage}}{}% + {\l@subsection{\numberline{\etocnumber}\etocname}{\etocpage}}{}% % etc... if further sectioning units are used \etocstandarddisplaystyle % this is for the title, page-marks, etc... \tableofcontents diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-06.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-06.tex index f2864ff9676..a69f8ef6b20 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-06.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-06.tex @@ -1,26 +1,36 @@ %% LaTeX2e file `etocsnippet-06.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% -\etocsetstyle{section}{} - {\ifnum\etocthenumber=4 +\makeatletter +\newcommand*{\MyQuasiStandardTOC}[1]{% + \begingroup + \etocsetstyle{section} + {} + {\ifnum\etocthenumber=4 \etocsetstyle{subsection} {\par\nopagebreak\begingroup - \leftskip1.5em \rightskip\@tocrmarg \parfillskip\@flushglue - \parindent 0pt \normalfont\normalsize\rmfamily\itshape - % \columnsep1em - % \begin{minipage}{\dimexpr\linewidth-\leftskip-\rightskip\relax}% - % \begin{multicols}{2}% + \leftskip1.5em \rightskip\@tocrmarg + \parfillskip \@flushglue + \parindent 0pt + \normalfont\normalsize\rmfamily\itshape \etocskipfirstprefix} {\allowbreak\,--\,} {\etocname\ \textup{(\etocnumber)}} {.\par\endgroup}% - % {.\par\end{multicols}\end{minipage}\par\endgroup}% - \else - \etocsetstyle{subsection} - {}{} - {\etocsavedsubsectiontocline{\numberline{\etocnumber}\etocname}{\etocpage}} - {}% - \fi} - {\etocsavedsectiontocline{\numberline{{\color{cyan}\etocthenumber}}\etocname}{\etocpage}} - {}% + \else + \etocsetstyle{subsection} + {}% + {}% + {\l@subsection{\numberline{\etocnumber}\etocname}{\etocpage}}% + {}% + \fi + }% prefix for section sets the style dynamically for subsections! + {\l@section{\numberline{{\color{cyan}\etocthenumber}}\etocname}{\etocpage}}% + {}% + \etocstandarddisplaystyle + \etocsetnexttocdepth {2}% + \tableofcontents #1 + \endgroup +} +\makeatother diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-07.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-07.tex index 9e25d02804e..7e225720dc7 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-07.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-07.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-07.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% % it will be easy to globally shift the TOC horizontally if needed \def\TOCleftmargin {0pt} diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-08.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-08.tex index 883664e559b..cf868e4c32d 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-08.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-08.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-08.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \makeatletter \newcommand*\TOClocalstyle {% diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-09.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-09.tex index 8982e5513de..77fd524d447 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-09.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-09.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-09.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \etocdefaultlines \begingroup diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-10.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-10.tex index a325452497d..a213cba7563 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-10.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-10.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-10.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \begin{figure}[htbp!]\centering \colorlet{subsecnum}{black} diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-11.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-11.tex index 597ee7a3b90..6d5da122694 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-11.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-11.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-11.tex' %% generated by the `filecontentsdef' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \begingroup \newsavebox{\forsubsections} diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-12.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-12.tex index 83c2f15477e..9cdc6578f52 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-12.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-12.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-12.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% < in the preamble > \newcounter{visibletoc} diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-13.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-13.tex index a52e1fc8534..3404a0223fa 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-13.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-13.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-13.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \etocsetnexttocdepth{2} % sections are at level 1 and will show up \begingroup diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-14.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-14.tex index fa6af45363b..60015e2502c 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-14.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-14.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-14.tex' %% generated by the `filecontentsdef' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% % \newtoks\treetok % put this (uncommented) preferably in the preamble % \newtoks\tmptok % (idem) diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-15.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-15.tex index a03e35c1318..8862554649b 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-15.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-15.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-15.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% % \newtoks\treetok % put this (uncommented) preferably in the preamble % \newtoks\sectiontok diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-16.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-16.tex index a5adf6d4aa7..803100084d5 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-16.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-16.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-16.tex' %% generated by the `filecontentsdef' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \begingroup % \newtoks\treetok % done in preamble diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-17.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-17.tex index 45e48497685..a359f64eee7 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-17.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-17.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-17.tex' %% generated by the `filecontentsdef' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \begingroup \etocglobaldefs % necessary for \etocname etc... to survive & diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-18.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-18.tex index 3be30b4d1ee..891f4233544 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-18.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-18.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-18.tex' %% generated by the `filecontentsdef' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \begin{center} \etocsetstyle{section} diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-19.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-19.tex index f4a6baa380e..384008bae12 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-19.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-19.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-19.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \makeatletter \newcommand*\TOCcompute@numwidths [2]{% #1=empty/"local", #2=minimal indent diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-20.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-20.tex index 3c225162cc6..399f614b93d 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-20.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-20.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-20.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \etocsetstyle{section} {\begin{enumerate}} diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-21.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-21.tex index 099c6217670..7b01d2f1821 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-21.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-21.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-21.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \etocsettocdepth {subsubsection} % set the initial tocdepth \etocdefaultlines % use the package default line styles. At this early stage in diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-22.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-22.tex index bc391b9a60f..bbf0bf16ba4 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-22.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-22.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-22.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \etocruledstyle[2]{\normalfont\normalsize\rmfamily\itshape \fbox{\parbox{.6\linewidth}{ diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-23.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-23.tex index 2fbde23154e..9f32d24f846 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-23.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-23.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-23.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \begingroup \definecolor{subsecnum}{RGB}{13,151,225} diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-24.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-24.tex index a3535259304..46b9a3e6d57 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-24.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-24.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-24.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \newsavebox\firstnamei \newsavebox\firstnumberi \newsavebox\lastnamei \newsavebox\lastnumberi diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-25.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-25.tex index e820fbfd1c4..cc6f33650f5 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-25.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-25.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-25.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \makeatletter \newcommand*\firstsubname {} \newcommand*\lastsubname {} diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-26.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-26.tex index e2c59ea86b4..fa3fe7a53bb 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-26.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-26.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-26.tex' %% generated by the `filecontentsdef' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \etocsetnexttocdepth {all} \begingroup diff --git a/Master/texmf-dist/doc/latex/etoc/etocsnippet-27.tex b/Master/texmf-dist/doc/latex/etoc/etocsnippet-27.tex index e4340697d6d..3ed92f7fb38 100644 --- a/Master/texmf-dist/doc/latex/etoc/etocsnippet-27.tex +++ b/Master/texmf-dist/doc/latex/etoc/etocsnippet-27.tex @@ -1,6 +1,6 @@ %% LaTeX2e file `etocsnippet-27.tex' %% generated by the `filecontentshere' environment -%% from source `etoc' on 2022/11/21. +%% from source `etoc' on 2023/01/15. %% \newtoks\toctabletok \newcommand*\appendtotok[2]{% #1=toks variable, #2=macro, expands once #2 |