docu and spaces

This commit is contained in:
Ulrike Fischer 2024-12-09 11:58:23 +01:00
parent 1cd6cc4da4
commit 04da7fc198

View File

@ -527,8 +527,8 @@
% In various places luamml has to add code to kernel commands. This is done through % In various places luamml has to add code to kernel commands. This is done through
% sockets which are predeclared in lttagging. % sockets which are predeclared in lttagging.
% %
% \subsubsection{mbox} % \subsubsection{Horizontal boxes}
% This socket annotates an \cs{hbox} inside box command use in math. % This socket annotates an \cs{hbox} inside box commands used in math.
% We test for the socket until the release 2025-06-01. % We test for the socket until the release 2025-06-01.
% \begin{macrocode} % \begin{macrocode}
\str_if_exist:cF { l__socket_tagsupport/math/luamml/hbox_plug_str } \str_if_exist:cF { l__socket_tagsupport/math/luamml/hbox_plug_str }
@ -566,8 +566,8 @@
% \end{macrocode} % \end{macrocode}
% %
% \subsubsection{Artifact characters} % \subsubsection{Artifact characters}
% Unicode characters like a root sign should be marked as artifacts % Unicode characters like a root sign should be marked as artifacts
% to avoid duplication e.g. in derivation if mathml % to avoid duplication e.g. in derivation if mathml
% structure elements are used that imply the meaning. % structure elements are used that imply the meaning.
% We test for the socket until the release 2025-06-01. % We test for the socket until the release 2025-06-01.
% \begin{macrocode} % \begin{macrocode}
@ -578,7 +578,7 @@
%<*luatex> %<*luatex>
\NewSocketPlug{tagsupport/math/luamml/artifact}{default} \NewSocketPlug{tagsupport/math/luamml/artifact}{default}
{ {
\int_if_odd:nT { \int_div_truncate:nn { \l__luamml_flag_int } { 8 } } \int_if_odd:nT { \int_div_truncate:nn { \l__luamml_flag_int } { 8 } }
{ {
\tag_mc_begin:n{artifact} \tag_mc_begin:n{artifact}
} }