|
|
|
|
@ -22,14 +22,14 @@ |
|
|
|
|
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] |
|
|
|
|
%<package>\ProvidesPackage{todonotes} |
|
|
|
|
%<*package> |
|
|
|
|
[2018/11/12 v1.1.1 Todonotes source and documentation.] |
|
|
|
|
[2018/11/22 v1.1.1 Todonotes source and documentation.] |
|
|
|
|
%</package> |
|
|
|
|
% |
|
|
|
|
%<*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 @@ |
|
|
|
|
%</driver> |
|
|
|
|
% \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} |
|
|
|
|
|