diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-11 22:43:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-11 22:43:34 +0000 |
commit | b654ef0b09c4b139ace61d2429f4d8b4c7f30e8e (patch) | |
tree | 21ad6e9e18acff359f47c661411a3c77238dcba8 /Master/texmf-dist/tex/latex/thmtools/thmtools.sty | |
parent | 832adfe312ce50bfe615e4c31eaa51541cefe817 (diff) |
thmtools 43 (11jul10)
git-svn-id: svn://tug.org/texlive/trunk@19380 c570f23f-e606-0410-a88d-b1316a301751
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}% }% } |