File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 668
668
% \end{macrocode}
669
669
% \end{socketdecl}
670
670
%
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}
671
679
%
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
+
672
689
% \begin{socketdecl}{tagsupport/math/luamml/mtable/tag/set}
673
690
% This socket should be used when a tag is placed. It inserts a tag that
674
691
% has been save before.
You can’t perform that action at this time.
0 commit comments