From d00dc0c70ea8f1f04df0cf953d77ff56b29255f8 Mon Sep 17 00:00:00 2001 From: Henrik Skov Midtiby Date: Sat, 22 Oct 2011 11:07:20 +0200 Subject: [PATCH] Workarounds from Richard Stanton --- todonotes.dtx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/todonotes.dtx b/todonotes.dtx index 795e63c..e8260ad 100644 --- a/todonotes.dtx +++ b/todonotes.dtx @@ -587,6 +587,23 @@ % relies on) is inserted in the other margin. % % +% \subsubsection{Todonotes in footnotes} +% Placing todonotes in footnotes throws a lot of errors. +% Richard Stanton comes with the following work around. +% \begin{verbatim} +% \renewcommand{\marginpar}{\marginnote} +% \end{verbatim} +% +% +% \subsubsection{List of todo heading is not correctly formatted} +% If using natbib, the todonotes list title gets screwed up unless +% you do something like this: +% \begin{verbatim} +% \makeatletter\let\chapter\@undefined\makeatother +% \end{verbatim} +% Suggestion by Richard Stanton. +% +% % \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