diff options
author | Karl Berry <karl@freefriends.org> | 2018-07-15 21:14:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-07-15 21:14:39 +0000 |
commit | 24cb369e34652c88c43102f1de390bdb61a19f5c (patch) | |
tree | 3ac7e18b3912a5a0d9ab8a06c84a3efa2bf8c399 /Master/texmf-dist/tex/latex | |
parent | 1fe10a684efcb7436e3c7d4d9a7baf6dc45b0b41 (diff) |
todonotes (15jul18)
git-svn-id: svn://tug.org/texlive/trunk@48208 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/todonotes/todonotes.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/todonotes/todonotes.sty b/Master/texmf-dist/tex/latex/todonotes/todonotes.sty index 126b7992044..0d1ce58cd3b 100644 --- a/Master/texmf-dist/tex/latex/todonotes/todonotes.sty +++ b/Master/texmf-dist/tex/latex/todonotes/todonotes.sty @@ -45,11 +45,11 @@ \newcommand{\phantomsection}{} \fi \ifdim \marginparwidth < 2cm -\todo[inline]{Warning. The length $\backslash$marginparwidth is +\PackageWarning{todonotes}{The length marginparwidth is less than 2cm and will most likely cause issues with the appearance of inserted todonotes. The issue can be solved by adding a line like -$\backslash$setlength\{$\backslash$marginparwidth\}\{2cm\} +\setlength{\marginparwidth}{2cm} prior to loading the todonotes package.} \else\fi% } |