From 9755ac9714dd938f55a2faa93564743bd504954b Mon Sep 17 00:00:00 2001 From: Henrik Skov Midtiby Date: Tue, 3 Feb 2009 17:10:33 +0100 Subject: [PATCH] Added a known issue: Remember picture --- todonotes.dtx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/todonotes.dtx b/todonotes.dtx index 6a13ea3..ed534ec 100644 --- a/todonotes.dtx +++ b/todonotes.dtx @@ -493,6 +493,19 @@ % \end{verbatim} % % +% \subsubsection{Unknown option ''remember picture''} +% If latex throws the error +% \begin{verbatim} +% Package tikz Error: I do not know what to do with the option ``remember picture''. +% \end{verbatim} +% It probably means that your latex installation is outdated, as +% only newer versions of latex driver for tikz supports the +% |remember picture| option. +% For additional info consult +% ''Section 9.2.2 Producing PDF Output'' in the tikz manual. +% \url{http://www.ctan.org/tex-archive/graphics/pgf/base/doc/generic/pgf/pgfmanual.pdf} +% +% % \subsection{Things to improve} % This is a list of things I consider to improve sometime in the % future. It have not been done yet as I lack the time or skills to