diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/thmtools/thmtools.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/thmtools/thmtools.sty | 11 |
1 files changed, 10 insertions, 1 deletions
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 %% |