summaryrefslogtreecommitdiff
path: root/macros/generic/memoize/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/memoize/README.md')
-rw-r--r--macros/generic/memoize/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/macros/generic/memoize/README.md b/macros/generic/memoize/README.md
new file mode 100644
index 0000000000..9acde7b26e
--- /dev/null
+++ b/macros/generic/memoize/README.md
@@ -0,0 +1,11 @@
+Memoize is a package for externalization of graphics and memoization of
+compilation results in general, allowing the author to reuse the results of
+compilation-intensive code.
+
+Memoize (i) induces very little overhead, as all externalized graphics is
+produced in a single compilation. It features (ii) automatic recompilation upon
+the change of code or user-adjustable context, and (iii) automatic
+externalization of TikZ pictures and Forest trees, easily extensible to other
+commands and environments. Furthermore, Memoize (iv) supports
+cross-referencing, TikZ overlays and Beamer, (v) works with all major engines
+and formats, and (vi) is adaptable to any workflow.