Skip to content

Commit

Permalink
more luamml sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Feb 1, 2025
1 parent 783adb4 commit b583637
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions base/lttagging.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,24 @@
% \end{macrocode}
% \end{socketdecl}
%
% \begin{socketdecl}{tagsupport/math/luamml/mtable/innertable/save}
% This socket is used in \cs{endaligned} to save the table. It takes an argument,
% the current environment.
% \begin{macrocode}
\NewSocket{tagsupport/math/luamml/mtable/innertable/save}{1}
\AssignSocketPlug{tagsupport/math/luamml/mtable/innertable/save}{noop}
% \end{macrocode}
% \end{socketdecl}
%
% \begin{socketdecl}{tagsupport/math/luamml/mtable/smallmatrix/save}
% This socket is used in \cs{endsmallmatrix} to save the table. It takes no argument.
% TODO: Check if this socket and the innertable socket can/should be merged into a more
% generic version.
% \begin{macrocode}
\NewSocket{tagsupport/math/luamml/mtable/smallmatrix/save}{0}
% \end{macrocode}
% \end{socketdecl}

% \begin{socketdecl}{tagsupport/math/luamml/mtable/tag/set}
% This socket should be used when a tag is placed. It inserts a tag that
% has been save before.
Expand Down

0 comments on commit b583637

Please sign in to comment.