document more of the latex3 interface
This commit is contained in:
parent
880a30debf
commit
df78bdd30d
1 changed files with 56 additions and 8 deletions
|
@ -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}
|
||||
%
|
||||
% \section{\pkg{groupthm} implementation}
|
||||
|
@ -1762,10 +1818,6 @@
|
|||
%
|
||||
%
|
||||
% \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}
|
||||
\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{syntax}
|
||||
% \cs{groupthm_new_grouped_theorem_star:nnnn}\ma{environment name}
|
||||
% \ma{groups clist}\ma{theorem name}\ma{thmtools keys}
|
||||
% \end{syntax}
|
||||
%
|
||||
% \begin{macrocode}
|
||||
\cs_new:Npn \groupthm_new_grouped_theorem_star:nnnn #1 #2 #3 #4
|
||||
|
|
Loading…
Reference in a new issue