diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-25 23:24:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-25 23:24:36 +0000 |
commit | 3851f9966878b3d9ab5296c68a738bc8fa2dcb89 (patch) | |
tree | 9818a593813523b3ea31cde7ba3a4396886226c2 /Master/texmf-dist/tex/latex/todonotes | |
parent | dbb07a7a7359963676891de548723b36785eff79 (diff) |
todonotes
git-svn-id: svn://tug.org/texlive/trunk@49820 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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/todonotes/todonotes.sty b/Master/texmf-dist/tex/latex/todonotes/todonotes.sty index 7b9a76d30bb..9bdd208a721 100644 --- a/Master/texmf-dist/tex/latex/todonotes/todonotes.sty +++ b/Master/texmf-dist/tex/latex/todonotes/todonotes.sty @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{todonotes} - [2018/11/22 v1.1.1 Todonotes source and documentation.] + [2019/01/24 v1.1.2 Todonotes source and documentation.] \ProvidesPackage{todonotes}[2018/11/22] \RequirePackage{ifthen} @@ -533,6 +533,9 @@ prior to loading the todonotes package.} \else\fi% \fi } \newcommand{\todo}[2][]{% + % Needed to output any dangling \item of a noskip section (see #36): + \if@inlabel \leavevmode \fi + \if@noskipsec \leavevmode \fi \if@todonotes@inlinepar \ifhmode \@bsphack |