From 0fd205df16078433c156cf0249842104ad406183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 2 Feb 2022 17:32:21 +0100 Subject: [PATCH] fix wrong usage of old hooks --- src/wip/cache/cache.pysty3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wip/cache/cache.pysty3 b/src/wip/cache/cache.pysty3 index 8f00528..c03f848 100644 --- a/src/wip/cache/cache.pysty3 +++ b/src/wip/cache/cache.pysty3 @@ -79,10 +79,10 @@ __HEADER__(Cache definitions of previous LaTeX runs to avoid computations) \int_compare:nNnTF \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 } } }