add comment in cache package
This commit is contained in:
parent
47e40def17
commit
01254fc415
1 changed files with 12 additions and 0 deletions
12
src/wip/cache/cache.pysty3
vendored
12
src/wip/cache/cache.pysty3
vendored
|
@ -1,5 +1,17 @@
|
||||||
__HEADER__(Cache definitions of previous LaTeX runs to avoid computations)
|
__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
|
\bool_new:N \g__cache_cache_bool
|
||||||
\int_new:N \g__cache_cache_version_document_int
|
\int_new:N \g__cache_cache_version_document_int
|
||||||
\int_new:N \g__cache_cache_version_aux_int
|
\int_new:N \g__cache_cache_version_aux_int
|
||||||
|
|
Loading…
Reference in a new issue