summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/thmtools/thmtools.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-10 00:04:53 +0000
committerKarl Berry <karl@freefriends.org>2010-07-10 00:04:53 +0000
commit0062f2dde6fe9e690fe436bff55f7edb88c78403 (patch)
tree053762f1600f1fab0b70c7213b08d6983c129716 /Master/texmf-dist/tex/latex/thmtools/thmtools.sty
parent9659e12bf7d3574541e1192914bbe05d1fa6ddf2 (diff)
thmtools update (6jul10)
git-svn-id: svn://tug.org/texlive/trunk@19319 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.sty11
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
%%