[latex3-commits] [latex3/latex2e] ltmarks-multicol: Defining the page at sofar socket in the multicol package directly (759170cbd)

github at latex-project.org github at latex-project.org
Sun Nov 17 21:44:53 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : ltmarks-multicol
Link       : https://github.com/latex3/latex2e/commit/759170cbdd0de183d780f3316c9e1eca91223ea9

>---------------------------------------------------------------

commit 759170cbdd0de183d780f3316c9e1eca91223ea9
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sun Nov 17 21:44:53 2024 +0100

    Defining the page at sofar socket in the multicol package directly


>---------------------------------------------------------------

759170cbdd0de183d780f3316c9e1eca91223ea9
 base/lttagging.dtx          |  8 ++++----
 required/tools/multicol.dtx | 12 +++++-------
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/base/lttagging.dtx b/base/lttagging.dtx
index e403b7a5b..f79438147 100644
--- a/base/lttagging.dtx
+++ b/base/lttagging.dtx
@@ -33,7 +33,7 @@
 %<*driver>
 % \fi
 \ProvidesFile{lttagging.dtx}
-             [2024/11/12 v1.0l LaTeX Kernel (tagging support)]
+             [2024/11/17 v1.0k LaTeX Kernel (tagging support)]
 % \iffalse
 \documentclass{l3doc}
 \GetFileInfo{lttagging.dtx}
@@ -542,10 +542,10 @@
 %
 % \begin{socketdecl}{tagsupport/page at sofar}
 %
-%  This socket is used in the \pkg{multicol} output routines.
-%  Needs synchronizing with \pkg{tagpdf} (and perhaps get a different name?)
+%  This socket is declared andused in the \pkg{multicol} output routines.
+%  Only listed for reference.
 %    \begin{macrocode}
-\NewSocket{tagsupport/page at sofar}{0}
+%\NewSocket{tagsupport/page at sofar}{0}
 %    \end{macrocode}
 % \end{socketdecl}
 %
diff --git a/required/tools/multicol.dtx b/required/tools/multicol.dtx
index 70de9bb03..e9fc99097 100644
--- a/required/tools/multicol.dtx
+++ b/required/tools/multicol.dtx
@@ -4624,8 +4624,9 @@
 % \subsection{Tagging support}
 %
 %    Here we collect adjustments necessary for tagging support, e.g.,
-%    before  the 2024-11-01 release it was necessary to allocate two
-%    float sockets. By now they are part of the kernel.
+%    before the 2024-11-01 release it was necessary to allocate two
+%    float sockets. By now they are part of the kernel and their plugs
+%    are currently defined by \pkg{tagpdf}.
 %    \begin{macrocode}
 %\str_if_exist:cF { l__socket_tagsupport/float/end_plug_str }
 %  {
@@ -4634,12 +4635,9 @@
 %  }
 %    \end{macrocode}
 %
-%     This one has also been moved to the development kernel
+%     This one is only relevant for \pkg{multicol} so declared here.
 %    \begin{macrocode}
-%\str_if_exist:cF { l__socket_tagsupport/page at sofar }
-%  {
-%    \NewSocket{tagsupport/page at sofar}{0}
-%  }
+\NewSocket{tagsupport/page at sofar}{0}
 %    \end{macrocode}
 %
 %    The plug definition for now just uses the definition from





More information about the latex3-commits mailing list.