From c756372b6a4b0350c21b27bf07ac1bb75d1c39fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1o=20=C5=BDivanovi=C4=87?= Date: Fri, 15 Mar 2024 09:44:48 +0100 Subject: [PATCH] Docs: remove `memoize tikz`. This key used to load what is now PGF support. `tikzpicture` can now be automemoized simply by auto-key `memoize`. --- doc/memoize-doc.tex | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/memoize-doc.tex b/doc/memoize-doc.tex index b5c4429..34170b2 100644 --- a/doc/memoize-doc.tex +++ b/doc/memoize-doc.tex @@ -4694,8 +4694,7 @@ \subsubsection{Using package Advice} example, Memoize submits \refcmd{tikz} to automemoization by loading \reffile{advice-tikz.code.tex}, which contains Advice's definition of the \cs{tikz} collector \refcmd{AdviceCollectTikZArguments}, and issuing the -following declaration.\footnote{This is a simplification, see - \refmmzauto{memoize tikz} for the full story.} +following declaration. \begin{tcblisting}{ example title={Declaring automemoization of command \cs{tikz}}, @@ -7986,8 +7985,8 @@ \subsubsection{Memoization-related additions to the advising framework} ``remembered''.\\ \refcmd{ref}&\refmmzauto{ref}\\ \refcmd[short]{savepos}&\refmmzauto{abort}&Available only in \hologo{LuaTeX}.\\ - \refcmd{tikz}&\refmmzauto{memoize tikz}\\ - \refenv{tikzpicture}&\refmmzauto{memoize tikz}\\ + \refcmd{tikz}&\refmmzauto{memoize}\\ + \refenv{tikzpicture}&\refmmzauto{memoize}\\ \bottomrule \end{tabularx} \caption{Commands advised by Memoize} @@ -9131,7 +9130,7 @@ \subsubsection{PGF} \end{doc} -\subsubsection{\TikZ*} +\subsubsection[TikZ]{\TikZ*} When package \TikZ is loaded, environment \refenv{tikzpicture} and command \refcmd{tikz} and are automatically submitted to automemoization; this may be