[latex3-commits] [latex3/latex2e] test-new-makecol: rename kernel command for makecol (de317ead)

github at latex-project.org github at latex-project.org
Thu Aug 3 18:40:56 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : test-new-makecol
Link       : https://github.com/latex3/latex2e/commit/de317ead3ee7684bb422709bae2d1e424e58c704

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

commit de317ead3ee7684bb422709bae2d1e424e58c704
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Aug 3 18:40:56 2023 +0200

    rename kernel command for makecol


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

de317ead3ee7684bb422709bae2d1e424e58c704
 required/latex-lab/latex-lab-new-or-1.dtx   | 6 +++---
 required/latex-lab/latex-lab-new-or-2.dtx   | 2 +-
 required/latex-lab/testfiles/new-or-001.tlg | 2 +-
 texmf/tex/latex/tagpdf/tagpdf.sty           | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/required/latex-lab/latex-lab-new-or-1.dtx b/required/latex-lab/latex-lab-new-or-1.dtx
index bb5bf360..a4b93adc 100644
--- a/required/latex-lab/latex-lab-new-or-1.dtx
+++ b/required/latex-lab/latex-lab-new-or-1.dtx
@@ -99,7 +99,7 @@
 %   We patch \cs{@makecol}, if new-or-2 is loaded too it will overwrite that again.
 %    \begin{macrocode}
   \providecommand\@kernel at before@footins{}
-  \providecommand\@kernel at before@cclv at new{}
+  \providecommand\@kernel at tagsupport@@makecol{}
    
   \patchcmd\@makecol
     {\vskip\skip\footins}
@@ -108,7 +108,7 @@
 
   \patchcmd\@makecol
     {\let\@elt\relax}
-    {\@kernel at before@cclv at new\let\@elt\relax}
+    {\@kernel at tagsupport@@makecol\let\@elt\relax}
     {\typeout{Patching \string\@makecol\space for tagging}}{\PATCHerror }
 
 \AddToHook{package/footmisc/after}
@@ -116,7 +116,7 @@
  \def \@makecol {%
   \setbox\@outputbox \box\@cclv
   \@outputbox at removebskip
-  \@kernel at before@cclv at new
+  \@kernel at tagsupport@@makecol
   \let\@elt\relax
   \xdef\@freelist{\@freelist\@midlist}%
   \global \let \@midlist \@empty
diff --git a/required/latex-lab/latex-lab-new-or-2.dtx b/required/latex-lab/latex-lab-new-or-2.dtx
index 63ecd905..e03c5cdb 100644
--- a/required/latex-lab/latex-lab-new-or-2.dtx
+++ b/required/latex-lab/latex-lab-new-or-2.dtx
@@ -245,7 +245,7 @@
 %    \fmi{The name is likely to change and it probably will eventually
 %         be replaced with a socket.}
 %    \begin{macrocode}
-  \@kernel at before@cclv at new
+  \@kernel at tagsupport@@makecol
 %    \end{macrocode}
 %    When this code is run any ``here'' floats in the \cs{@outputbox} are already handled, so we
 %    recycle their registers and put them back to the \cs{@freelist}.
diff --git a/required/latex-lab/testfiles/new-or-001.tlg b/required/latex-lab/testfiles/new-or-001.tlg
index 21c8df87..d36b8e94 100644
--- a/required/latex-lab/testfiles/new-or-001.tlg
+++ b/required/latex-lab/testfiles/new-or-001.tlg
@@ -1,7 +1,7 @@
 This is a generated file for the l3build validation system.
 Don't change this file in any respect.
 > \@makecol=macro:
-->\setbox \@outputbox \box \@cclv \@outputbox at removebskip \@kernel at before@cclv at new \let \@elt \relax \xdef \@freelist {\@freelist \@midlist }\global \let \@midlist \@empty \UseSocket {@makecol/outputbox}\ifvbox \@kludgeins \@make at specialcolbox \else \@make at normalcolbox \fi \global \maxdepth \@maxdepth .
+->\setbox \@outputbox \box \@cclv \@outputbox at removebskip \@kernel at tagsupport@@makecol \let \@elt \relax \xdef \@freelist {\@freelist \@midlist }\global \let \@midlist \@empty \UseSocket {@makecol/outputbox}\ifvbox \@kludgeins \@make at specialcolbox \else \@make at normalcolbox \fi \global \maxdepth \@maxdepth .
 <argument> \@makecol 
 l. ...\ShowCommand\@makecol
 -------------------
diff --git a/texmf/tex/latex/tagpdf/tagpdf.sty b/texmf/tex/latex/tagpdf/tagpdf.sty
index f8b871ff..d6f17b62 100644
--- a/texmf/tex/latex/tagpdf/tagpdf.sty
+++ b/texmf/tex/latex/tagpdf/tagpdf.sty
@@ -3235,7 +3235,7 @@
 
 \AddToHook{begindocument/before}
  {
-   \providecommand\@kernel at before@cclv at new{}
+   \providecommand\@kernel at tagsupport__tagmakecol{}
    \providecommand\@kernel at before@cclv{}
    \bool_if:NF \g__tag_mode_lua_bool
      {
@@ -3248,7 +3248,7 @@
                \__tag_check_typeout_v:n {====>~In~\token_to_str:N \@makecol\c_space_tl\the\c at page}
                \__tag_add_missing_mcs_to_stream:Nn \@cclv {main}
              }
-           \tl_put_right:Nn \@kernel at before@cclv at new
+           \tl_put_right:Nn \@kernel at tagsupport__tagmakecol
              {
                \__tag_check_typeout_v:n {====>~In~\token_to_str:N \@makecol\c_space_tl\the\c at page}
                \__tag_add_missing_mcs_to_stream:Nn \@outputbox {main}





More information about the latex3-commits mailing list.