ensure correct hook order
This commit is contained in:
parent
fc67ef99ef
commit
bea7380166
1 changed files with 2 additions and 1 deletions
|
@ -2691,7 +2691,7 @@
|
||||||
%
|
%
|
||||||
%
|
%
|
||||||
% \begin{macrocode}
|
% \begin{macrocode}
|
||||||
\hook_gput_code:nnn { enddocument / afterlastpage } { groupthm }
|
\hook_gput_code:nnn { enddocument / afterlastpage } { before-groupthm }
|
||||||
{
|
{
|
||||||
\cs_set_eq:NN \@@_thmtools_declare_theorem:nn \use_none:nn
|
\cs_set_eq:NN \@@_thmtools_declare_theorem:nn \use_none:nn
|
||||||
\iow_now:cx { @auxout }
|
\iow_now:cx { @auxout }
|
||||||
|
@ -2720,6 +2720,7 @@
|
||||||
\token_to_str:N \ExplSyntaxOff
|
\token_to_str:N \ExplSyntaxOff
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
\hook_gset_rule:nnnn { enddocument / afterlastpage } { before-groupthm } { before } { groupthm }
|
||||||
% \end{macrocode}
|
% \end{macrocode}
|
||||||
%
|
%
|
||||||
%
|
%
|
||||||
|
|
Loading…
Reference in a new issue