From 957c8ff8033ec63900bd873aa151d2d11f6fa5ea Mon Sep 17 00:00:00 2001 From: Ulrike Fischer Date: Tue, 3 Dec 2024 14:19:15 +0100 Subject: [PATCH] rename socket --- luamml.dtx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/luamml.dtx b/luamml.dtx index 7efd364..5134062 100644 --- a/luamml.dtx +++ b/luamml.dtx @@ -528,17 +528,17 @@ % sockets which are predeclared in lttagging. % % \subsubsection{mbox} -% This socket annotates an \cs{mbox} inside math. +% This socket annotates an \cs{hbox} inside box command use in math. % We test for the socket until the release 2025-06-01. % \begin{macrocode} -\str_if_exist:cF { l__socket_tagsupport/math/luamml/mbox_plug_str } +\str_if_exist:cF { l__socket_tagsupport/math/luamml/hbox_plug_str } { - \NewSocket{tagsupport/math/luamml/mbox}{2} - \NewSocketPlug{tagsupport/math/luamml/mbox}{default}{#2} - \AssignSocketPlug{tagsupport/math/luamml/mbox}{default} + \NewSocket{tagsupport/math/luamml/hbox}{2} + \NewSocketPlug{tagsupport/math/luamml/hbox}{default}{#2} + \AssignSocketPlug{tagsupport/math/luamml/hbox}{default} } %<*luatex> -\NewSocketPlug{tagsupport/math/luamml/mbox}{luamml} +\NewSocketPlug{tagsupport/math/luamml/hbox}{luamml} { \bool_lazy_and:nnTF { \mode_if_math_p: } @@ -561,7 +561,7 @@ } { #2 } } -\AssignSocketPlug{tagsupport/math/luamml/mbox}{luamml} +\AssignSocketPlug{tagsupport/math/luamml/hbox}{luamml} % % \end{macrocode} % \subsection{Patching}