Bugfix: Forgot a default argument for an optional argument to missingfigure. Bug reported by Oscar Gustafsson

master
hemi 16 years ago
parent 722da187d5
commit a2ee0e3c41
  1. 2
      todonotes.dtx

@ -1135,7 +1135,7 @@
\if@todonotes@disabled%
\newcommand{\listoftodos}[1][]{}
\newcommand{\todo}[2][]{\ignorespaces}
\newcommand{\missingfigure}[2]{}
\newcommand{\missingfigure}[2][]{}
\else % \if@todonotes@disabled
% \end{macrocode}
% Define the |\listoftodos| command and define the

Loading…
Cancel
Save