diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/todonotes/todonotes.pdf | bin | 178139 -> 177322 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/todonotes/todonotesexample.pdf | bin | 35310 -> 33146 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/todonotes/todonotes.dtx | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/todonotes/todonotes.sty | 6 |
4 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/todonotes/todonotes.pdf b/Master/texmf-dist/doc/latex/todonotes/todonotes.pdf Binary files differindex 2d30fbdb5f8..1804be93dd2 100644 --- a/Master/texmf-dist/doc/latex/todonotes/todonotes.pdf +++ b/Master/texmf-dist/doc/latex/todonotes/todonotes.pdf diff --git a/Master/texmf-dist/doc/latex/todonotes/todonotesexample.pdf b/Master/texmf-dist/doc/latex/todonotes/todonotesexample.pdf Binary files differindex dbc201b22fa..182f0cd4c37 100644 --- a/Master/texmf-dist/doc/latex/todonotes/todonotesexample.pdf +++ b/Master/texmf-dist/doc/latex/todonotes/todonotesexample.pdf 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}}% 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}}% |