From 0062f2dde6fe9e690fe436bff55f7edb88c78403 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 10 Jul 2010 00:04:53 +0000 Subject: thmtools update (6jul10) git-svn-id: svn://tug.org/texlive/trunk@19319 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/thmtools/thmtools.sty | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/tex/latex/thmtools/thmtools.sty') diff --git a/Master/texmf-dist/tex/latex/thmtools/thmtools.sty b/Master/texmf-dist/tex/latex/thmtools/thmtools.sty index 3d7da9e41bf..5ada8535cf0 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/06/08 v35] +\ProvidesPackage {thmtools}[2010/07/05 v41] \DeclareOption{debug}{% \def\thmt@debug{\typeout}% } @@ -30,6 +30,12 @@ \def\thmt@quark{\thmt@quark} \newtoks\thmt@toks +\@for\opt:=lowercase,uppercase,anycase\do{% + \@xa\DeclareOption\@xa{\opt}{% + \@xa\PassOptionsToPackage\@xa{\CurrentOption}{thm-kv}% + }% +} + \ProcessOptions\relax \newcounter{thmt@dummyctr}% @@ -63,6 +69,9 @@ \@ifclassloaded{beamer}{% \RequirePackage{thm-beamer} }{} +\@ifclassloaded{llncs}{% + \RequirePackage{thm-llncs} +}{} \endinput %% -- cgit v1.2.3