From d48f7c90859ad4c4f2d617a2c7f8456c5b1b5b8e Mon Sep 17 00:00:00 2001 From: "Dr. Clea F. Rees" Date: Sun, 28 Dec 2008 23:53:39 +0000 Subject: todonotes update 2008/12/28 git-svn-id: svn://tug.org/texlive/trunk@11741 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/todonotes/todonotes.pdf | Bin 178139 -> 177322 bytes .../doc/latex/todonotes/todonotesexample.pdf | Bin 35310 -> 33146 bytes .../source/latex/todonotes/todonotes.dtx | 15 +++++++++------ .../texmf-dist/tex/latex/todonotes/todonotes.sty | 6 +++--- 4 files changed, 12 insertions(+), 9 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/todonotes/todonotes.pdf b/Master/texmf-dist/doc/latex/todonotes/todonotes.pdf index 2d30fbdb5f8..1804be93dd2 100644 Binary files a/Master/texmf-dist/doc/latex/todonotes/todonotes.pdf and b/Master/texmf-dist/doc/latex/todonotes/todonotes.pdf differ diff --git a/Master/texmf-dist/doc/latex/todonotes/todonotesexample.pdf b/Master/texmf-dist/doc/latex/todonotes/todonotesexample.pdf index dbc201b22fa..182f0cd4c37 100644 Binary files a/Master/texmf-dist/doc/latex/todonotes/todonotesexample.pdf and b/Master/texmf-dist/doc/latex/todonotes/todonotesexample.pdf differ 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 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{todonotes} %<*package> - [2008/12/07 .dtx Todonotes source and documentation.] + [2008/12/27 .dtx Todonotes source and documentation.] % % %<*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 @@ % % \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}}% diff --git a/Master/texmf-dist/tex/latex/todonotes/todonotes.sty b/Master/texmf-dist/tex/latex/todonotes/todonotes.sty index b48b0bb4947..ae35d16af8b 100644 --- a/Master/texmf-dist/tex/latex/todonotes/todonotes.sty +++ b/Master/texmf-dist/tex/latex/todonotes/todonotes.sty @@ -22,9 +22,9 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{todonotes} - [2008/12/07 .dtx Todonotes source and documentation.] + [2008/12/27 .dtx Todonotes source and documentation.] -\ProvidesPackage{todonotes}[2008/12/07] +\ProvidesPackage{todonotes}[2008/12/27] \RequirePackage{ifthen} \RequirePackage{xkeyval} \RequirePackage{hyperref} @@ -149,7 +149,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}}% -- cgit v1.2.3