diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/thmtools/thmtools.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/thmtools/thmtools.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/thmtools/thmtools.sty b/Master/texmf-dist/tex/latex/thmtools/thmtools.sty index 5ada8535cf0..4a4c6c97f1d 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thmtools.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thmtools.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thmtools}[2010/07/05 v41] +\ProvidesPackage {thmtools}[2010/07/11 v43] \DeclareOption{debug}{% \def\thmt@debug{\typeout}% } @@ -30,8 +30,8 @@ \def\thmt@quark{\thmt@quark} \newtoks\thmt@toks -\@for\opt:=lowercase,uppercase,anycase\do{% - \@xa\DeclareOption\@xa{\opt}{% +\@for\thmt@opt:=lowercase,uppercase,anycase\do{% + \@xa\DeclareOption\@xa{\thmt@opt}{% \@xa\PassOptionsToPackage\@xa{\CurrentOption}{thm-kv}% }% } |