don't write anything to aux file when not in cache mode
This commit is contained in:
parent
a3211f8a8f
commit
11d13efe62
1 changed files with 22 additions and 16 deletions
|
@ -2581,6 +2581,8 @@
|
|||
\@@_sort_group_names:
|
||||
\end { __#1__groups_ \clist_use:Nn \l_@@_group_clist { _ } }
|
||||
}
|
||||
\bool_if:NT \g_@@_cache_bool
|
||||
{
|
||||
\hook_gput_code:nnn { enddocument / afterlastpage } { groupthm }
|
||||
{
|
||||
\iow_now:cn { @auxout }
|
||||
|
@ -2594,6 +2596,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
% \end{macrocode}
|
||||
% \end{macro}
|
||||
%
|
||||
|
@ -2761,7 +2764,9 @@
|
|||
% query this value in the next run as soon as possible.
|
||||
%
|
||||
% \begin{macrocode}
|
||||
\hook_gput_code:nnn { enddocument / afterlastpage } { before-groupthm }
|
||||
\bool_if:NT \g_@@_cache_bool
|
||||
{
|
||||
\hook_gput_code:nnn { enddocument / afterlastpage } { before-groupthm }
|
||||
{
|
||||
\iow_now:cx { @auxout }
|
||||
{
|
||||
|
@ -2771,6 +2776,7 @@
|
|||
\token_to_str:N \ExplSyntaxOff
|
||||
}
|
||||
}
|
||||
}
|
||||
\hook_gset_rule:nnnn { enddocument / afterlastpage } { before-groupthm } { before } { groupthm }
|
||||
% \end{macrocode}
|
||||
%
|
||||
|
|
Loading…
Reference in a new issue