diff options
author | Karl Berry <karl@freefriends.org> | 2009-04-03 16:24:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-04-03 16:24:34 +0000 |
commit | a3823200f9740eb57447e7624645ae06d8970dc2 (patch) | |
tree | c72dd553b8d1587f42df09bc4b3e2a4c8287198c /Master/texmf-dist/tex/latex | |
parent | 2c6efb10e65099a14b97c9f063b0ddad238fa738 (diff) |
todonotes update (2apr09)
git-svn-id: svn://tug.org/texlive/trunk@12617 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/todonotes/todonotes.sty | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/todonotes/todonotes.sty b/Master/texmf-dist/tex/latex/todonotes/todonotes.sty index b825597f50c..bad1d2d1631 100644 --- a/Master/texmf-dist/tex/latex/todonotes/todonotes.sty +++ b/Master/texmf-dist/tex/latex/todonotes/todonotes.sty @@ -22,9 +22,9 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{todonotes} - [2009/03/31 .dtx Todonotes source and documentation.] + [2009/04/02 .dtx Todonotes source and documentation.] -\ProvidesPackage{todonotes}[2009/03/31] +\ProvidesPackage{todonotes}[2009/04/02] \RequirePackage{ifthen} \RequirePackage{xkeyval} \RequirePackage{xcolor} @@ -127,11 +127,14 @@ \usetikzlibrary{shadows}} \define@key{todonotes.sty}% {figwidth}{\renewcommand{\@todonotes@figwidth}{#1}} -\ProcessOptionsX +\ProcessOptionsX* +\if@todonotes@disabled +\else \if@todonotes@obeyDraft -\@todonotes@disabledfalse -\if@todonotes@isDraft \@todonotes@disabledtrue +\if@todonotes@isDraft +\@todonotes@disabledfalse +\fi \fi \fi |