[latex3-commits] [latex3/latex2e] array: drop definitions now in tagpdf (39a0ce1d)

github at latex-project.org github at latex-project.org
Wed Dec 20 14:22:04 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : array
Link       : https://github.com/latex3/latex2e/commit/39a0ce1df1342567ce6055bfc69a637743356ec7

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

commit 39a0ce1df1342567ce6055bfc69a637743356ec7
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Wed Dec 20 14:22:04 2023 +0100

    drop definitions now in tagpdf


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

39a0ce1df1342567ce6055bfc69a637743356ec7
 base/lttagging.dtx | 42 ++++--------------------------------------
 1 file changed, 4 insertions(+), 38 deletions(-)

diff --git a/base/lttagging.dtx b/base/lttagging.dtx
index c11748ad..e1df559a 100644
--- a/base/lttagging.dtx
+++ b/base/lttagging.dtx
@@ -33,7 +33,7 @@
 %<*driver>
 % \fi
 \ProvidesFile{lttagging.dtx}
-             [2023/12/01 v1.0a LaTeX Kernel (tagging support)]
+             [2023/12/19 v1.0a LaTeX Kernel (tagging support)]
 % \iffalse
 \documentclass{l3doc}
 \GetFileInfo{lttagging.dtx}
@@ -187,7 +187,8 @@
 }
 %    \end{macrocode}
 %
-%    Dummy definitions in the kernel
+%    Dummy definitions in the kernel.
+%    These definitions will get updated in \pkg{tagpdf}.
 %    \begin{macrocode}
 \cs_new_protected:Npn \tag_socket_use:n #1 { }
 \cs_new_protected:Npn \tag_socket_use:nn #1#2 { }
@@ -208,44 +209,9 @@
          }
          \ERRORusetaggingsocket  % that should get a proper error message
 }
-%    \end{macrocode}
-%
-%    And this is how it could look in \pkg{tagpdf}:
-%    \begin{macrocode}
-\cs_set_protected:Npn \tag_socket_use:n #1 {
-  \tag_if_active:T
-      { \UseSocket {tagsupport/#1} }
-}
-%    \end{macrocode}
-%
-%    \begin{macrocode}
-\cs_set_protected:Npn \tag_socket_use:nn #1#2 {
-  \tag_if_active:T
-      { \UseSocket {tagsupport/#1} {#2} }
-}
-%    \end{macrocode}
-%
-%    \begin{macrocode}
-\cs_set_protected:Npn \UseTaggingSocket #1 {
-  \tag_if_active:TF
-      { \UseSocket{tagsupport/#1} }
-      {
-        \int_case:nnF
-            { \int_use:c { c__socket_tagsupport/#1_args_int } }
-            {
-              0 \prg_do_nothing:
-              1 \use_none:n
-              2 \use_none:nn
-%    \end{macrocode}
-%    We do not expect tagging sockets with more than one or two
-%    arguments, so for now we only provide those.
-%    \begin{macrocode}
-            }
-            \ERRORusetaggingsocket
-      }
-}
 \ExplSyntaxOff
 %    \end{macrocode}
+%
 %  \end{macro}
 %
 %





More information about the latex3-commits mailing list.