diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-02 20:29:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-02 20:29:04 +0000 |
commit | 27bf9c3c2b8fd52f3d4a8555aef8bef8f0fe95ba (patch) | |
tree | 9bfe3c442d0d273432203e8e126a73b72f34bb76 /Master/texmf-dist/tex/latex/todonotes | |
parent | acb4201a7179771c380ba88a5fa14998aa725447 (diff) |
todonotes (2nov16)
git-svn-id: svn://tug.org/texlive/trunk@42423 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/todonotes')
-rw-r--r-- | Master/texmf-dist/tex/latex/todonotes/todonotes.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/todonotes/todonotes.sty b/Master/texmf-dist/tex/latex/todonotes/todonotes.sty index b05daa43bf6..5bae62f479b 100644 --- a/Master/texmf-dist/tex/latex/todonotes/todonotes.sty +++ b/Master/texmf-dist/tex/latex/todonotes/todonotes.sty @@ -239,10 +239,10 @@ \define@key{todonotes}{nocaption}[]{\@todonotes@captiongivenfalse}% \newcommand{\@todonotes@currentfigwidth}{\@todonotes@figwidth} \define@key{todonotes}% - {figwidth}{\renewcommand{\@todonotes@currentfigwidth}{#1}} + {figwidth}{\renewcommand{\@todonotes@currentfigwidth}{#1-2pt}} \newcommand{\@todonotes@currentfigheight}{\@todonotes@figheight} \define@key{todonotes}% - {figheight}{\renewcommand{\@todonotes@currentfigheight}{#1}} + {figheight}{\renewcommand{\@todonotes@currentfigheight}{#1-2pt}} \newcommand{\@todonotes@currentfigcolor}{\@todonotes@figcolor} \define@key{todonotes}% {figcolor}{\renewcommand{\@todonotes@currentfigcolor}{#1}} @@ -460,7 +460,7 @@ \draw (0, -0.3) node {\@todonotes@MissingFigureDown}; \end{tikzpicture}\hfill }% Ending \missingfigure command -\fi % Ending \@todonotes@ifdisabled +\fi% Ending \@todonotes@ifdisabled \newcommand{\todototoc} { \if@todonotes@disabled |