document more of the latex3 interface

This commit is contained in:
Maximilian Keßler 2022-01-18 01:56:08 +01:00
parent 880a30debf
commit df78bdd30d

View file

@ -748,6 +748,62 @@
% %
% %
% %
%
% \begin{function}{\groupthm_new_grouped_theorem:nnnn, \groupthm_provide_grouped_theorem:nnnn}
% \begin{syntax}
% \cs{groupthm_provide_grouped_theorem:nnnn}\ma{environment name}
% \ma{groups clist}\ma{theorem name}\ma{thmtools keys}
% \end{syntax}
%
% \LaTeX3 version of \cs{NewGroupedTheorem}, \cs{ProvideGroupedTheorem}
%
%
% \end{function}
%
% \begin{function}
% {
% \groupthm_new_grouped_theorem_star:nnnn,
% \groupthm_provide_grouped_theorem_star:nnnn
% }
% \begin{syntax}
% \cs{groupthm_new_grouped_theorem_star:nnnn}\ma{environment name}
% \ma{groups clist}\ma{theorem name}\ma{thmtools keys}
% \end{syntax}
%
%
% \LaTeX3 version of \cs{NewGroupedTheorem*}, \cs{ProvideGroupedTheorem*}
%
%
% \end{function}
%
%
%
% \begin{function}{\groupthm_new_theorem:nnnn, \groupthm_provide_theorem:nnnn}
% \begin{syntax}
% \cs{groupthm_provide_theorem:nnnn}\ma{environment name}
% \ma{groups clist}\ma{theorem name}\ma{thmtools keys}
% \end{syntax}
%
% \LaTeX3 version of \cs{NewTheorem}, \cs{ProvideTheorem}
%
%
% \end{function}
%
% \begin{function}{\groupthm_new_theorem_star:nnnn, \groupthm_provide_theorem_star:nnnn}
% \begin{syntax}
% \cs{groupthm_new_theorem_star:nnnn}\ma{environment name}
% \ma{groups clist}\ma{theorem name}\ma{thmtools keys}
% \end{syntax}
%
%
% \LaTeX3 version of \cs{NewTheorem*}, \cs{ProvideTheorem*}
%
%
% \end{function}
%
%
%
%
% \begin{implementation} % \begin{implementation}
% %
% \section{\pkg{groupthm} implementation} % \section{\pkg{groupthm} implementation}
@ -1762,10 +1818,6 @@
% %
% %
% \begin{macro}{\groupthm_provide_grouped_theorem:nnnn} % \begin{macro}{\groupthm_provide_grouped_theorem:nnnn}
% \begin{syntax}
% \cs{groupthm_provide_grouped_theorem:nnnn}\ma{environment name}
% \ma{groups clist}\ma{theorem name}\ma{thmtools keys}
% \end{syntax}
% %
% \begin{macrocode} % \begin{macrocode}
\cs_new:Npn \groupthm_provide_grouped_theorem:nnnn #1 #2 #3 #4 \cs_new:Npn \groupthm_provide_grouped_theorem:nnnn #1 #2 #3 #4
@ -1790,10 +1842,6 @@
% %
% %
% \begin{macro}{\groupthm_new_grouped_theorem_star:nnnn} % \begin{macro}{\groupthm_new_grouped_theorem_star:nnnn}
% \begin{syntax}
% \cs{groupthm_new_grouped_theorem_star:nnnn}\ma{environment name}
% \ma{groups clist}\ma{theorem name}\ma{thmtools keys}
% \end{syntax}
% %
% \begin{macrocode} % \begin{macrocode}
\cs_new:Npn \groupthm_new_grouped_theorem_star:nnnn #1 #2 #3 #4 \cs_new:Npn \groupthm_new_grouped_theorem_star:nnnn #1 #2 #3 #4