From 2d3fd267d622d81b7d41675222965ebd2c68d1b5 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 27 Mar 2025 23:27:35 -0400 Subject: [PATCH] Updated checksum and release date. --- README | 2 +- todonotes.dtx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index be267be..5d85a83 100644 --- a/README +++ b/README @@ -43,7 +43,7 @@ Authors License ------- -Copyright 2015-07-08 Henrik Skov Midtiby +Copyright 2018-11-22 Henrik Skov Midtiby This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 diff --git a/todonotes.dtx b/todonotes.dtx index 515ac8a..9917b12 100644 --- a/todonotes.dtx +++ b/todonotes.dtx @@ -22,14 +22,14 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{todonotes} %<*package> - [2018/11/12 v1.1.1 Todonotes source and documentation.] + [2018/11/22 v1.1.1 Todonotes source and documentation.] % % %<*driver> \documentclass{ltxdoc} \usepackage{wrapfig} \usepackage[colorlinks, linkcolor=black, urlcolor=blue]{hyperref} -\usepackage[colorinlistoftodos]{todonotes}[2018/11/12] +\usepackage[colorinlistoftodos]{todonotes}[2018/11/22] \usepackage{amsmath} \usepackage{setspace} \usepackage{soul} @@ -47,7 +47,7 @@ % % \fi % -% \CheckSum{703} +% \CheckSum{710} % % \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 @@ -205,7 +205,7 @@ % Marked the insertion point of notes with tickmarks with a customizable height. % Steamline which options that are accepted to size commands % (both commands (backslash tiny) and text (tiny) are now supported).} -% \changes{1.1.1}{2018/11/12}{Implemented shadow and noshadow options for the todo command.} +% \changes{1.1.1}{2018/11/22}{Implemented shadow and noshadow options for the todo command.} % \GetFileInfo{todonotes.dtx} % % \DoNotIndex{\newcommand,\newenvironment} @@ -1213,7 +1213,7 @@ % % Identifies the package and loads the packages dependences. % \begin{macrocode} -\ProvidesPackage{todonotes}[2018/11/12] +\ProvidesPackage{todonotes}[2018/11/22] \RequirePackage{ifthen} \RequirePackage{xkeyval} \RequirePackage{xcolor}