texlive[69319] Master/texmf-dist: todonotes (6jan24)

commits+karl at tug.org commits+karl at tug.org
Sat Jan 6 22:34:02 CET 2024


Revision: 69319
          https://tug.org/svn/texlive?view=revision&revision=69319
Author:   karl
Date:     2024-01-06 22:34:02 +0100 (Sat, 06 Jan 2024)
Log Message:
-----------
todonotes (6jan24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/todonotes/README
    trunk/Master/texmf-dist/doc/latex/todonotes/examples/alterAppearenceOfListOfTodos.pdf
    trunk/Master/texmf-dist/doc/latex/todonotes/examples/externalize.pdf
    trunk/Master/texmf-dist/doc/latex/todonotes/examples/saveColorByUsingLayers.pdf
    trunk/Master/texmf-dist/doc/latex/todonotes/todonotes.pdf
    trunk/Master/texmf-dist/source/latex/todonotes/todonotes.dtx
    trunk/Master/texmf-dist/tex/latex/todonotes/todonotes.sty

Modified: trunk/Master/texmf-dist/doc/latex/todonotes/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/todonotes/README	2024-01-06 21:33:53 UTC (rev 69318)
+++ trunk/Master/texmf-dist/doc/latex/todonotes/README	2024-01-06 21:34:02 UTC (rev 69319)
@@ -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.
 

Modified: trunk/Master/texmf-dist/doc/latex/todonotes/examples/alterAppearenceOfListOfTodos.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/todonotes/examples/externalize.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/todonotes/examples/saveColorByUsingLayers.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/todonotes/todonotes.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/todonotes/todonotes.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/todonotes/todonotes.dtx	2024-01-06 21:33:53 UTC (rev 69318)
+++ trunk/Master/texmf-dist/source/latex/todonotes/todonotes.dtx	2024-01-06 21:34:02 UTC (rev 69319)
@@ -20,7 +20,7 @@
 %<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>
@@ -27,7 +27,7 @@
 \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 @@
     \@todonotes at 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 at numberoftodonotes}

Modified: trunk/Master/texmf-dist/tex/latex/todonotes/todonotes.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/todonotes/todonotes.sty	2024-01-06 21:33:53 UTC (rev 69318)
+++ trunk/Master/texmf-dist/tex/latex/todonotes/todonotes.sty	2024-01-06 21:34:02 UTC (rev 69319)
@@ -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 @@
     \@todonotes at SetMissingFigureUp{Figur}%
     \@todonotes at SetMissingFigureDown{saknas}%
 }
+\providecommand{\@tocrmarg}{2.55em}
+\providecommand{\@dotsep}{4.5}
+\providecommand{\@pnumwidth}{1.55em}
 \newcounter{@todonotes at numberoftodonotes}
 \newif{\if at todonotes@obeyDraft}
 \DeclareOptionX{obeyDraft}{\@todonotes at obeyDrafttrue}



More information about the tex-live-commits mailing list.