Change default figure width from textwidth to linewidth.

master
hemi 17 years ago
parent 722da187d5
commit 19a7a79342
  1. 4
      todonotes.dtx

@ -439,7 +439,7 @@
% \DescribeMacro{figwidth} % \DescribeMacro{figwidth}
% The |figwidth=length| option sets the default width of the figure % The |figwidth=length| option sets the default width of the figure
% inserted by the |\missingfigure| command. % inserted by the |\missingfigure| command.
% The default value is |\textwidth|. % The default value is |\columnwidth|.
% %
% %
% %
@ -857,7 +857,7 @@
\newcommand{\@todonotes@bordercolor}{black} \newcommand{\@todonotes@bordercolor}{black}
\newcommand{\@todonotes@textwidth}{\marginparwidth} \newcommand{\@todonotes@textwidth}{\marginparwidth}
\newcommand{\@todonotes@textsize}{\normalsize} \newcommand{\@todonotes@textsize}{\normalsize}
\newcommand{\@todonotes@figwidth}{\textwidth} \newcommand{\@todonotes@figwidth}{\columnwidth}
% \end{macrocode} % \end{macrocode}
% \begin{macrocode} % \begin{macrocode}
\AtBeginDocument{ \AtBeginDocument{

Loading…
Cancel
Save