From edafdf88ba4e69ab1058363fc4a64f4242b2c9b6 Mon Sep 17 00:00:00 2001 From: Henrik Skov Midtiby Date: Tue, 21 Oct 2014 21:07:22 +0200 Subject: [PATCH] Change default width of missingfigure to linewidth from columnwidth as suggested by Ivan Kokan. --- todonotes.dtx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todonotes.dtx b/todonotes.dtx index 7c4bd66..9fde5a9 100644 --- a/todonotes.dtx +++ b/todonotes.dtx @@ -375,7 +375,7 @@ % \DescribeMacro{figwidth} % The |figwidth=length| option sets the default width of the figure % inserted by the |\missingfigure| command. -% The default value is |\columnwidth|. +% The default value is |\linewidth|. % % % @@ -1151,7 +1151,7 @@ \newcommand{\@todonotes@bordercolor}{black} \newcommand{\@todonotes@textwidth}{\marginparwidth} \newcommand{\@todonotes@textsize}{\normalsize} -\newcommand{\@todonotes@figwidth}{\columnwidth} +\newcommand{\@todonotes@figwidth}{\linewidth} \newcommand{\@todonotes@figheight}{4cm} \newcommand{\@todonotes@figcolor}{black!40} % \end{macrocode}