From 01254fc415804c2a42295531d9f40e5c091fb0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 2 Feb 2022 17:42:38 +0100 Subject: [PATCH] add comment in cache package --- src/wip/cache/cache.pysty3 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/wip/cache/cache.pysty3 b/src/wip/cache/cache.pysty3 index c03f848..6337939 100644 --- a/src/wip/cache/cache.pysty3 +++ b/src/wip/cache/cache.pysty3 @@ -1,5 +1,17 @@ __HEADER__(Cache definitions of previous LaTeX runs to avoid computations) + + +%%%% This is just a proof of concept package, +%%%% there is possibly more room for clean-up +%%%% and / or speed-up etc. + +%%% Also, the provided +%%% \DeclareCachedDocumentCommand +%%% is of course not really +%%% useful and just for demonstration +%%% purposes + \bool_new:N \g__cache_cache_bool \int_new:N \g__cache_cache_version_document_int \int_new:N \g__cache_cache_version_aux_int