do not use ExplSyntax at places that are passed to groupthm
This commit is contained in:
parent
f1dacf4a5d
commit
3cc1440fb5
1 changed files with 3 additions and 3 deletions
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue