summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/todonotes
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-01-07 03:01:57 +0000
committerNorbert Preining <norbert@preining.info>2024-01-07 03:01:57 +0000
commitaba7fb229e902758b312ecec84ab6f485c89ba66 (patch)
treec19cf7164b430c1d344ad913c8dc44f5ace262b7 /macros/latex/contrib/todonotes
parent949a85bb8707bf1aaa2b23b018e24d5001d38e52 (diff)
CTAN sync 202401070301
Diffstat (limited to 'macros/latex/contrib/todonotes')
-rw-r--r--macros/latex/contrib/todonotes/README2
-rw-r--r--macros/latex/contrib/todonotes/examples/alterAppearenceOfListOfTodos.pdfbin66201 -> 66197 bytes
-rw-r--r--macros/latex/contrib/todonotes/examples/externalize.pdfbin29245 -> 29245 bytes
-rw-r--r--macros/latex/contrib/todonotes/examples/saveColorByUsingLayers.pdfbin26849 -> 26849 bytes
-rw-r--r--macros/latex/contrib/todonotes/todonotes.dtx17
-rw-r--r--macros/latex/contrib/todonotes/todonotes.pdfbin356267 -> 356764 bytes
6 files changed, 14 insertions, 5 deletions
diff --git a/macros/latex/contrib/todonotes/README b/macros/latex/contrib/todonotes/README
index 5d85a836b3..48682f2881 100644
--- a/macros/latex/contrib/todonotes/README
+++ b/macros/latex/contrib/todonotes/README
@@ -1,7 +1,7 @@
todonotes
=========
-The package lets the user mark things to do later, in a simple and
+The package lets the user mark things to do later, in a simple
and visually appealing way. The package takes several options to
enable customization / finetuning of the visual appearance.
diff --git a/macros/latex/contrib/todonotes/examples/alterAppearenceOfListOfTodos.pdf b/macros/latex/contrib/todonotes/examples/alterAppearenceOfListOfTodos.pdf
index f9dab08c08..d4922e2b96 100644
--- a/macros/latex/contrib/todonotes/examples/alterAppearenceOfListOfTodos.pdf
+++ b/macros/latex/contrib/todonotes/examples/alterAppearenceOfListOfTodos.pdf
Binary files differ
diff --git a/macros/latex/contrib/todonotes/examples/externalize.pdf b/macros/latex/contrib/todonotes/examples/externalize.pdf
index 0da152998f..d0c2842ac6 100644
--- a/macros/latex/contrib/todonotes/examples/externalize.pdf
+++ b/macros/latex/contrib/todonotes/examples/externalize.pdf
Binary files differ
diff --git a/macros/latex/contrib/todonotes/examples/saveColorByUsingLayers.pdf b/macros/latex/contrib/todonotes/examples/saveColorByUsingLayers.pdf
index 47387ae6a4..6cda699d0c 100644
--- a/macros/latex/contrib/todonotes/examples/saveColorByUsingLayers.pdf
+++ b/macros/latex/contrib/todonotes/examples/saveColorByUsingLayers.pdf
Binary files differ
diff --git a/macros/latex/contrib/todonotes/todonotes.dtx b/macros/latex/contrib/todonotes/todonotes.dtx
index d9ddd09a35..4de9d5bc84 100644
--- a/macros/latex/contrib/todonotes/todonotes.dtx
+++ b/macros/latex/contrib/todonotes/todonotes.dtx
@@ -20,14 +20,14 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{todonotes}
%<*package>
- [2023/01/31 v1.1.6 Todonotes source and documentation.]
+ [2024/01/05 v1.1.7 Todonotes source and documentation.]
%</package>
%
%<*driver>
\documentclass{ltxdoc}
\usepackage{wrapfig}
\usepackage[colorlinks, linkcolor=black, urlcolor=blue]{hyperref}
-\usepackage[colorinlistoftodos, loadshadowlibrary]{todonotes}[2023/01/31]
+\usepackage[colorinlistoftodos, loadshadowlibrary]{todonotes}[2024/01/05]
\usepackage{amsmath}
\usepackage{setspace}
\usepackage{soul}
@@ -45,7 +45,7 @@
%</driver>
% \fi
%
-% \CheckSum{760}
+% \CheckSum{766}
%
% \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
@@ -216,6 +216,8 @@
% \changes{1.1.6}{2023/01/31}{Fix issue 64 by adding the command definetodostyle and
% the format option to the todo and missingfigure commands.
% Pull request by rzach.}
+% \changes{1.1.7}{2024/01/05}{Fix issue 73 by providing default values for parameters
+% needed to typeset the list of todos.}
% \GetFileInfo{todonotes.dtx}
%
% \DoNotIndex{\newcommand,\newenvironment}
@@ -1383,7 +1385,7 @@
%
% Identifies the package and loads the packages dependences.
% \begin{macrocode}
-\ProvidesPackage{todonotes}[2023/01/31]
+\ProvidesPackage{todonotes}[2024/01/05]
\RequirePackage{ifthen}
\RequirePackage{xkeyval}
\RequirePackage{xcolor}
@@ -1518,6 +1520,13 @@ prior to loading the todonotes package.} \else\fi%
\@todonotes@SetMissingFigureDown{saknas}%
}
% \end{macrocode}
+% Define parameters for the list of todo if they are not defined by
+% the current document class.
+% \begin{macrocode}
+\providecommand{\@tocrmarg}{2.55em}
+\providecommand{\@dotsep}{4.5}
+\providecommand{\@pnumwidth}{1.55em}
+% \end{macrocode}
% Create a counter, for storing the number of inserted todos.
% \begin{macrocode}
\newcounter{@todonotes@numberoftodonotes}
diff --git a/macros/latex/contrib/todonotes/todonotes.pdf b/macros/latex/contrib/todonotes/todonotes.pdf
index e3558ce6e9..ff99fd94fc 100644
--- a/macros/latex/contrib/todonotes/todonotes.pdf
+++ b/macros/latex/contrib/todonotes/todonotes.pdf
Binary files differ