fix wrong usage of old hooks
This commit is contained in:
parent
1bbcb12525
commit
0fd205df16
1 changed files with 2 additions and 2 deletions
4
src/wip/cache/cache.pysty3
vendored
4
src/wip/cache/cache.pysty3
vendored
|
@ -79,10 +79,10 @@ __HEADER__(Cache definitions of previous LaTeX runs to avoid computations)
|
||||||
\int_compare:nNnTF
|
\int_compare:nNnTF
|
||||||
\g__cache_cache_version_aux_int < \g__cache_cache_version_document_int
|
\g__cache_cache_version_aux_int < \g__cache_cache_version_document_int
|
||||||
{
|
{
|
||||||
\hook_use:n { __cache / lazy / document }
|
\tl_use:N \g__cache_lazy_document_tl
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
\hook_use:n { __cache / lazy / auxfile }
|
\tl_use:N \g__cache_lazy_auxfile_tl
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue