From a0d0fa74437e0870f68913290c712630ea7ab097 Mon Sep 17 00:00:00 2001 From: hemi Date: Mon, 7 Dec 2009 19:51:07 +0100 Subject: [PATCH] Explained why the placement of todonotes in the margin sometimes is messed up when using custom document classes. --- todonotes.dtx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/todonotes.dtx b/todonotes.dtx index 5e6063b..7d94f19 100755 --- a/todonotes.dtx +++ b/todonotes.dtx @@ -538,6 +538,16 @@ % \url{http://www.ctan.org/tex-archive/graphics/pgf/base/doc/generic/pgf/pgfmanual.pdf} % % +% \subsubsection{Todonotes wrongly placed in the margin} +% When using some document classes or packages, the todonotes inserted in the +% page margin can be placed quite oddly. +% This is often caused by a wrong value of the |\marginparwidth| lenght. +% Try using the code below in your preamble to see if this cures the problem. +% \begin{verbatim} +% \setlength{\marginparwidth}{2cm} +% \end{verbatim} +% +% % \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