diff options
author | Dr. Clea F. Rees <cfrees@imapmail.org> | 2008-12-28 23:53:39 +0000 |
---|---|---|
committer | Dr. Clea F. Rees <cfrees@imapmail.org> | 2008-12-28 23:53:39 +0000 |
commit | d48f7c90859ad4c4f2d617a2c7f8456c5b1b5b8e (patch) | |
tree | f9e29edaea515f41d6b09f2d79bb2884f98192ca /Master/texmf-dist/source | |
parent | dfbcd09fba56afeb9820507de6775e3ebbfbeec2 (diff) |
todonotes update 2008/12/28
git-svn-id: svn://tug.org/texlive/trunk@11741 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/todonotes/todonotes.dtx | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/todonotes/todonotes.dtx b/Master/texmf-dist/source/latex/todonotes/todonotes.dtx index 095baeb55b5..e9f028305c7 100644 --- a/Master/texmf-dist/source/latex/todonotes/todonotes.dtx +++ b/Master/texmf-dist/source/latex/todonotes/todonotes.dtx @@ -22,14 +22,14 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{todonotes} %<*package> - [2008/12/07 .dtx Todonotes source and documentation.] + [2008/12/27 .dtx Todonotes source and documentation.] %</package> % %<*driver> \documentclass{ltxdoc} \usepackage{wrapfig} \usepackage[colorlinks, linkcolor=black]{hyperref} -\usepackage[prependcaption, colorinlistoftodos]{todonotes}[2008/12/07] +\usepackage[prependcaption, colorinlistoftodos]{todonotes}[2008/12/27] \usepackage{setspace} \EnableCrossrefs \CodelineIndex @@ -44,7 +44,7 @@ %</driver> % \fi % -% \CheckSum{309} +% \CheckSum{308} % % \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 @@ -73,7 +73,7 @@ % untill begin document and added an optional argument % to the todo command for adding inline todonotes (Idea % from Patrick Toche)} -% \changes{}{2008/07/15}{Added some options to the todo macro (Idea: Patrick +% \changes{0.3.1}{2008/07/15}{Added some options to the todo macro (Idea: Patrick % Toche) and made the \\listoftodos point at the inserted % todos and not only the current / previous section, % subsection or figure using the \\phantomsection macro.} @@ -101,6 +101,9 @@ % \changes{0.7.1}{2008/12/07}{Reworked the color options for both % the whole package and the todo command. General code % clean up. Added the prependcaption package option.} +% \changes{0.7.2}{2008/12/27}{Avoid to change the fontsize inside +% the list of todos, fixing a bug revealed by Vladimir +% Zhuravlev.} % % \GetFileInfo{todonotes.dtx} % @@ -544,7 +547,7 @@ % % Identifies the package and loads the packages dependences. % \begin{macrocode} -\ProvidesPackage{todonotes}[2008/12/07] +\ProvidesPackage{todonotes}[2008/12/27] \RequirePackage{ifthen} \RequirePackage{xkeyval} \RequirePackage{hyperref} @@ -775,7 +778,7 @@ \if@todonotes@colorinlistoftodos% \addcontentsline{tdo}{todo}{\protect{% \colorbox{\@todonotes@currentbackgroundcolor}% - {\textcolor{\@todonotes@currentbackgroundcolor}{\tiny i}}% + {\textcolor{\@todonotes@currentbackgroundcolor}{o}} % \@todonotes@caption}}% \else% \addcontentsline{tdo}{todo}{\protect{\@todonotes@caption}}% |