[latex3-commits] [latex3/latex2e] testtagpdf99h: use public function in multicols (b539dd7f5)

github at latex-project.org github at latex-project.org
Mon Nov 18 17:58:36 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : testtagpdf99h
Link       : https://github.com/latex3/latex2e/commit/b539dd7f51d3e4d119b9fece8e2cc4812bf9275b

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

commit b539dd7f51d3e4d119b9fece8e2cc4812bf9275b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Nov 18 17:58:36 2024 +0100

    use public function in multicols


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

b539dd7f51d3e4d119b9fece8e2cc4812bf9275b
 required/tools/multicol.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/required/tools/multicol.dtx b/required/tools/multicol.dtx
index e9fc99097..861c3c55c 100644
--- a/required/tools/multicol.dtx
+++ b/required/tools/multicol.dtx
@@ -4651,8 +4651,8 @@
   {
     \__tag_check_typeout_v:n {====>~In~\string\page at sofar} % some similar debug message if wanted.
     \process at cols\mult at firstbox
-        {  \__tag_add_missing_mcs_to_stream:Nn \count@ {multicol} }
-    \__tag_add_missing_mcs_to_stream:Nn \mult at rightbox {multicol}
+        {  \tag_mc_add_missing_to_stream:Nn \count@ {multicol} }
+    \tag_mc_add_missing_to_stream:Nn \mult at rightbox {multicol}
   }
 %    \end{macrocode}
 %    In the \LuaTeX{} engine there is no need to do anything special
@@ -4664,7 +4664,7 @@
 %    \end{macrocode}
 %    
 %    \begin{macrocode}
-\providecommand\@mult at ptagging@hook{} %temporarly until tagpdf not longer sets that
+%\providecommand\@mult at ptagging@hook{} %temporarly until tagpdf not longer sets that
 %    \end{macrocode}
 %    
 %    \begin{macrocode}





More information about the latex3-commits mailing list.