do not use ExplSyntax at places that are passed to groupthm

This commit is contained in:
Maximilian Keßler 2022-02-02 22:51:41 +01:00
parent f1dacf4a5d
commit 3cc1440fb5

View File

@ -470,7 +470,7 @@
} }
\tl_set:Nx \l_@@_name_tl \tl_set:Nx \l_@@_name_tl
{ {
\exp_not:N \@@_translate:n { \tl_use:N \l_@@_name_tl } \exp_not:N \csname @@_translate:n \exp_not:N \endcsname { \tl_use:N \l_@@_name_tl }
} }
} }
% \end{macrocode} % \end{macrocode}
@ -528,11 +528,11 @@
{ {
\IfBooleanT { ####1 } \IfBooleanT { ####1 }
{ {
\groupthm_add_theorem_to_group:n { star } \AddTheoremToGroup { star }
} }
\IfBooleanT { ####2 } \IfBooleanT { ####2 }
{ {
\groupthm_add_theorem_to_group:n { dagger } \AddTheoremToGroup { dagger }
} }
} }
{ ##2 } { ##2 }