diff --git a/doc/environments/groupthm/groupthm.dtx b/doc/environments/groupthm/groupthm.dtx index 82d05c4..7d09181 100644 --- a/doc/environments/groupthm/groupthm.dtx +++ b/doc/environments/groupthm/groupthm.dtx @@ -746,8 +746,64 @@ % % \end{function} % +% +% +% +% \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