Prepared release

Updated version information and wrote change text.
master
Henrik Skov Midtiby 15 years ago
parent 3ae33be7e4
commit 73a973097c
  1. 9
      todonotes.dtx

@ -22,14 +22,14 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{todonotes}
%<*package>
[2011/03/07 .dtx Todonotes source and documentation.]
[2011/10/22 .dtx Todonotes source and documentation.]
%</package>
%
%<*driver>
\documentclass{ltxdoc}
\usepackage{wrapfig}
\usepackage[colorlinks, linkcolor=black]{hyperref}
\usepackage[colorinlistoftodos, shadow]{todonotes}[2011/03/07]
\usepackage[colorinlistoftodos, shadow]{todonotes}[2011/10/22]
\usepackage{amsmath}
\usepackage{setspace}
\setcounter{tocdepth}{2}
@ -161,6 +161,9 @@
% \changes{0.9.7}{2011/03/07}{Updated documentation.}
% \changes{0.9.8}{2011/04/21}{Suppress warnings about underfull / overful boxes
% generated by the inserted todonotes. Patch by Peter M Schuler.}
% \changes{0.9.9}{2011/10/22}{Added author option, implementation provided by
% Xavier Alameda-Pineda. Example of modifying the
% listoftodos removing some protect commands with no effect.}
% \GetFileInfo{todonotes.dtx}
%
% \DoNotIndex{\newcommand,\newenvironment}
@ -989,7 +992,7 @@
%
% Identifies the package and loads the packages dependences.
% \begin{macrocode}
\ProvidesPackage{todonotes}[2011/03/07]
\ProvidesPackage{todonotes}[2011/10/22]
\RequirePackage{ifthen}
\RequirePackage{xkeyval}
\RequirePackage{xcolor}

Loading…
Cancel
Save