summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-15 21:14:39 +0000
committerKarl Berry <karl@freefriends.org>2018-07-15 21:14:39 +0000
commit24cb369e34652c88c43102f1de390bdb61a19f5c (patch)
tree3ac7e18b3912a5a0d9ab8a06c84a3efa2bf8c399
parent1fe10a684efcb7436e3c7d4d9a7baf6dc45b0b41 (diff)
todonotes (15jul18)
git-svn-id: svn://tug.org/texlive/trunk@48208 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/todonotes/examples/alterAppearenceOfListOfTodos.pdfbin62871 -> 62871 bytes
-rw-r--r--Master/texmf-dist/doc/latex/todonotes/examples/externalize.pdfbin27659 -> 27659 bytes
-rw-r--r--Master/texmf-dist/doc/latex/todonotes/examples/saveColorByUsingLayers.pdfbin25180 -> 25180 bytes
-rw-r--r--Master/texmf-dist/doc/latex/todonotes/todonotes.pdfbin314720 -> 314771 bytes
-rw-r--r--Master/texmf-dist/source/latex/todonotes/todonotes.dtx8
-rw-r--r--Master/texmf-dist/tex/latex/todonotes/todonotes.sty4
6 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/todonotes/examples/alterAppearenceOfListOfTodos.pdf b/Master/texmf-dist/doc/latex/todonotes/examples/alterAppearenceOfListOfTodos.pdf
index e6979bd5dd3..68617bdc7ad 100644
--- a/Master/texmf-dist/doc/latex/todonotes/examples/alterAppearenceOfListOfTodos.pdf
+++ b/Master/texmf-dist/doc/latex/todonotes/examples/alterAppearenceOfListOfTodos.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/todonotes/examples/externalize.pdf b/Master/texmf-dist/doc/latex/todonotes/examples/externalize.pdf
index ee316125487..0a1bea8b369 100644
--- a/Master/texmf-dist/doc/latex/todonotes/examples/externalize.pdf
+++ b/Master/texmf-dist/doc/latex/todonotes/examples/externalize.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/todonotes/examples/saveColorByUsingLayers.pdf b/Master/texmf-dist/doc/latex/todonotes/examples/saveColorByUsingLayers.pdf
index 839429b6468..43dfaae1d36 100644
--- a/Master/texmf-dist/doc/latex/todonotes/examples/saveColorByUsingLayers.pdf
+++ b/Master/texmf-dist/doc/latex/todonotes/examples/saveColorByUsingLayers.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/todonotes/todonotes.pdf b/Master/texmf-dist/doc/latex/todonotes/todonotes.pdf
index 810c0fd61de..c7ec5dffe89 100644
--- a/Master/texmf-dist/doc/latex/todonotes/todonotes.pdf
+++ b/Master/texmf-dist/doc/latex/todonotes/todonotes.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/todonotes/todonotes.dtx b/Master/texmf-dist/source/latex/todonotes/todonotes.dtx
index 85ae5c5b103..c0327e426e3 100644
--- a/Master/texmf-dist/source/latex/todonotes/todonotes.dtx
+++ b/Master/texmf-dist/source/latex/todonotes/todonotes.dtx
@@ -47,7 +47,7 @@
%</driver>
% \fi
%
-% \CheckSum{636}
+% \CheckSum{631}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -194,6 +194,8 @@
% Added new options for inline todonotes based on code from Daniel Krenn.
% Added warning message when marginparwidth is less than 2cm, as
% suggested by ErikBoesen.}
+% \changes{1.0.7}{2018/07/09}{Changed the warning about marginparwidth to a
+% proper warning message.}
% \GetFileInfo{todonotes.dtx}
%
% \DoNotIndex{\newcommand,\newenvironment}
@@ -1218,11 +1220,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%
}
% \end{macrocode}
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%
}