Skip to content

Commit

Permalink
Docs: remove memoize tikz.
Browse files Browse the repository at this point in the history
This key used to load what is now PGF support.  `tikzpicture` can now be
automemoized simply by auto-key `memoize`.
  • Loading branch information
sasozivanovic committed Mar 15, 2024
1 parent 1871edb commit c756372
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/memoize-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}},
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c756372

Please sign in to comment.