diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-23 00:57:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-23 00:57:54 +0000 |
commit | ff83cbbc2df8e4ff900f68c842cd0fd92b56ecb8 (patch) | |
tree | 1fe323024440717e4ffee2a028f5897ac60afc62 /Master/texmf-dist/tex | |
parent | c683d44533590963bbbcd407ce57cc98b4b42504 (diff) |
todonotes (22apr11)
git-svn-id: svn://tug.org/texlive/trunk@22164 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/todonotes/todonotes.sty | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/todonotes/todonotes.sty b/Master/texmf-dist/tex/latex/todonotes/todonotes.sty index 2144bbf207e..6e6e391ec02 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} - [2011/03/07 .dtx Todonotes source and documentation.] + [2011/04/21 .dtx Todonotes source and documentation.] -\ProvidesPackage{todonotes}[2011/03/07] +\ProvidesPackage{todonotes}[2011/04/21] \RequirePackage{ifthen} \RequirePackage{xkeyval} \RequirePackage{xcolor} @@ -324,11 +324,14 @@ \draw node[notestyle] (inNote) {};% \end{tikzpicture}% \else% +\let\originalHbadness\hbadness +\hbadness 100000 \begin{tikzpicture}[remember picture,baseline=(X.base)]% \node(X){\vphantom{X}};% \draw node[notestyle,font=\@todonotes@sizecommand,anchor=north] (inNote) at (X.north)% {\@todonotes@text};% \end{tikzpicture}% +\hbadness \originalHbadness \fi}% \newcommand{\@todonotes@drawLineToRightMargin}{% \if@todonotes@line% |