Skip to content

Commit b583637

Browse files
committed
more luamml sockets
1 parent 783adb4 commit b583637

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

base/lttagging.dtx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,24 @@
668668
% \end{macrocode}
669669
% \end{socketdecl}
670670
%
671+
% \begin{socketdecl}{tagsupport/math/luamml/mtable/innertable/save}
672+
% This socket is used in \cs{endaligned} to save the table. It takes an argument,
673+
% the current environment.
674+
% \begin{macrocode}
675+
\NewSocket{tagsupport/math/luamml/mtable/innertable/save}{1}
676+
\AssignSocketPlug{tagsupport/math/luamml/mtable/innertable/save}{noop}
677+
% \end{macrocode}
678+
% \end{socketdecl}
671679
%
680+
% \begin{socketdecl}{tagsupport/math/luamml/mtable/smallmatrix/save}
681+
% This socket is used in \cs{endsmallmatrix} to save the table. It takes no argument.
682+
% TODO: Check if this socket and the innertable socket can/should be merged into a more
683+
% generic version.
684+
% \begin{macrocode}
685+
\NewSocket{tagsupport/math/luamml/mtable/smallmatrix/save}{0}
686+
% \end{macrocode}
687+
% \end{socketdecl}
688+
672689
% \begin{socketdecl}{tagsupport/math/luamml/mtable/tag/set}
673690
% This socket should be used when a tag is placed. It inserts a tag that
674691
% has been save before.

0 commit comments

Comments
 (0)