diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-20 18:18:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-20 18:18:54 +0000 |
commit | d2b204729511d50fb88a8797f872c7a0ff01a9f6 (patch) | |
tree | bb9c51ff77c07bdc714fe3b839452ee131f2b000 /Master/texmf-dist/tex/latex/todonotes/todonotes.sty | |
parent | 5d60f08750b360f416400d95fe18157aee0e4f88 (diff) |
todonotes update (24oct09)
git-svn-id: svn://tug.org/texlive/trunk@16105 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/todonotes/todonotes.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/todonotes/todonotes.sty | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/todonotes/todonotes.sty b/Master/texmf-dist/tex/latex/todonotes/todonotes.sty index e1122c3cbae..6e169bce4a4 100644 --- a/Master/texmf-dist/tex/latex/todonotes/todonotes.sty +++ b/Master/texmf-dist/tex/latex/todonotes/todonotes.sty @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{todonotes} - [2009/08/01 .dtx Todonotes source and documentation.] + [2009/10/24 .dtx Todonotes source and documentation.] \ProvidesPackage{todonotes}[2009/04/02] \RequirePackage{ifthen} @@ -68,6 +68,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}% @@ -93,6 +99,12 @@ \@todonotes@SetMissingFigureUp{Figura}% \@todonotes@SetMissingFigureDown{mancante}% } +\DeclareOptionX{portuguese}{ + \@todonotes@SetTodoListName{Lista de tarefas pendentes}% + \@todonotes@SetMissingFigureText{Figura}% + \@todonotes@SetMissingFigureUp{Figura}% + \@todonotes@SetMissingFigureDown{pendente}% +} \newcounter{@todonotes@numberoftodonotes} \newif{\if@todonotes@obeyDraft} \DeclareOptionX{obeyDraft}{\@todonotes@obeyDrafttrue} |