summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-06 21:34:02 +0000
committerKarl Berry <karl@freefriends.org>2024-01-06 21:34:02 +0000
commit35b6a28449046b4373907e89da0d6e60fffbaba3 (patch)
tree351f2064fd6aafbbeeb72969f6db4e8afebb017a
parent0f03ca814ab978d0512924e48832baf35ecbcef4 (diff)
todonotes (6jan24)
git-svn-id: svn://tug.org/texlive/trunk@69319 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/todonotes/README2
-rw-r--r--Master/texmf-dist/doc/latex/todonotes/examples/alterAppearenceOfListOfTodos.pdfbin66201 -> 66197 bytes
-rw-r--r--Master/texmf-dist/doc/latex/todonotes/examples/externalize.pdfbin29245 -> 29245 bytes
-rw-r--r--Master/texmf-dist/doc/latex/todonotes/examples/saveColorByUsingLayers.pdfbin26849 -> 26849 bytes
-rw-r--r--Master/texmf-dist/doc/latex/todonotes/todonotes.pdfbin356267 -> 356764 bytes
-rw-r--r--Master/texmf-dist/source/latex/todonotes/todonotes.dtx17
-rw-r--r--Master/texmf-dist/tex/latex/todonotes/todonotes.sty7
7 files changed, 19 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/todonotes/README b/Master/texmf-dist/doc/latex/todonotes/README
index 5d85a836b36..48682f28818 100644
--- a/Master/texmf-dist/doc/latex/todonotes/README
+++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/todonotes/examples/alterAppearenceOfListOfTodos.pdf b/Master/texmf-dist/doc/latex/todonotes/examples/alterAppearenceOfListOfTodos.pdf
index f9dab08c085..d4922e2b960 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 0da152998f9..d0c2842ac60 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 47387ae6a4c..6cda699d0cc 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 e3558ce6e96..ff99fd94fc0 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 d9ddd09a354..4de9d5bc840 100644
--- a/Master/texmf-dist/source/latex/todonotes/todonotes.dtx
+++ b/Master/texmf-dist/source/latex/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/Master/texmf-dist/tex/latex/todonotes/todonotes.sty b/Master/texmf-dist/tex/latex/todonotes/todonotes.sty
index f6d9be03267..04c2af5ebd5 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}
- [2023/01/31 v1.1.6 Todonotes source and documentation.]
+ [2024/01/05 v1.1.7 Todonotes source and documentation.]
-\ProvidesPackage{todonotes}[2023/01/31]
+\ProvidesPackage{todonotes}[2024/01/05]
\RequirePackage{ifthen}
\RequirePackage{xkeyval}
\RequirePackage{xcolor}
@@ -142,6 +142,9 @@ prior to loading the todonotes package.} \else\fi%
\@todonotes@SetMissingFigureUp{Figur}%
\@todonotes@SetMissingFigureDown{saknas}%
}
+\providecommand{\@tocrmarg}{2.55em}
+\providecommand{\@dotsep}{4.5}
+\providecommand{\@pnumwidth}{1.55em}
\newcounter{@todonotes@numberoftodonotes}
\newif{\if@todonotes@obeyDraft}
\DeclareOptionX{obeyDraft}{\@todonotes@obeyDrafttrue}