diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/todonotes')
-rw-r--r-- | Master/texmf-dist/source/latex/todonotes/todonotes.dtx | 37 |
1 files changed, 31 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/todonotes/todonotes.dtx b/Master/texmf-dist/source/latex/todonotes/todonotes.dtx index f657f12166f..5e6063bcc28 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> - [2009/08/01 .dtx Todonotes source and documentation.] + [2009/10/24 .dtx Todonotes source and documentation.] %</package> % %<*driver> \documentclass{ltxdoc} \usepackage{wrapfig} \usepackage[colorlinks, linkcolor=black]{hyperref} -\usepackage[colorinlistoftodos, shadow]{todonotes}[2009/08/01] +\usepackage[colorinlistoftodos, shadow]{todonotes}[2009/10/24] \usepackage{amsmath} \usepackage{setspace} \setcounter{tocdepth}{2} @@ -46,7 +46,7 @@ %</driver> % \fi % -% \CheckSum{415} +% \CheckSum{425} % % \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 @@ -141,6 +141,9 @@ % \changes{0.8.5}{2009/08/01}{Added two new usecases (enumeration of % inserted todonotes and how to set custom default values). % Changed the order of the use case examples.} +% \changes{0.8.6}{2009/08/05}{Added a portuguese translation by Og DeSouza.} +% \changes{0.8.7}{2009/10/24}{Updated portuguese translation. Added a ngerman +% alias for the german translation suggested by Michael Niedermair.} % % \GetFileInfo{todonotes.dtx} % @@ -238,12 +241,22 @@ % functionality of the package is enabled and otherwise the effect % of the package is disabled. % -% \DescribeMacro{danish, german, french} +% \DescribeMacro{danish, german, ngerman, french} % \DescribeMacro{spanish, catalan, italian} -% Use the danish or german translations of the text strings +% \DescribeMacro{portuguese} +% Use translations of the text strings % ''List of todos'' and ''Missing figure''. % The default is to use none of these options, which results in % english text strings. +% Currently the following languages are supported: +% catalan, +% danish, +% french, +% german, +% ngerman, +% italian, +% portuguese and +% spanish. % % \DescribeMacro{colorinlistoftodos} % Adds a small colored square in front of all items in the Todo @@ -254,7 +267,7 @@ % the inserted todonote marks the type of todo. % % \DescribeMacro{color} -% \DescribeMacro{backgrouncolor} +% \DescribeMacro{backgroundcolor} % \DescribeMacro{linecolor} % \DescribeMacro{bordercolor} % These options sets the default colors for the todo command. @@ -886,6 +899,12 @@ \@todonotes@SetMissingFigureUp{Fehlende}% \@todonotes@SetMissingFigureDown{Abbildung}% } +\DeclareOptionX{ngerman}{% + \@todonotes@SetTodoListName{Liste der noch zu erledigenden Punkte}% + \@todonotes@SetMissingFigureText{Abbildung}% + \@todonotes@SetMissingFigureUp{Fehlende}% + \@todonotes@SetMissingFigureDown{Abbildung}% +} \DeclareOptionX{french}{% \@todonotes@SetTodoListName{Liste des points \`a traiter}% \@todonotes@SetMissingFigureText{Figure}% @@ -911,6 +930,12 @@ \@todonotes@SetMissingFigureUp{Figura}% \@todonotes@SetMissingFigureDown{mancante}% } +\DeclareOptionX{portuguese}{ + \@todonotes@SetTodoListName{Lista de tarefas pendentes}% + \@todonotes@SetMissingFigureText{Figura}% + \@todonotes@SetMissingFigureUp{Figura}% + \@todonotes@SetMissingFigureDown{pendente}% +} % \end{macrocode} % Create a counter, for storing the number of inserted todos. % \begin{macrocode} |