diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/thmtools')
-rw-r--r-- | Master/texmf-dist/source/latex/thmtools/thm-kv.dtx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/thmtools/thm-kv.dtx b/Master/texmf-dist/source/latex/thmtools/thm-kv.dtx index 9fb16c499ff..f0fddfd30bf 100644 --- a/Master/texmf-dist/source/latex/thmtools/thm-kv.dtx +++ b/Master/texmf-dist/source/latex/thmtools/thm-kv.dtx @@ -23,15 +23,15 @@ \DeclareOption{lowercase}{% \PackageInfo{thm-kv}{Theorem names will be lowercased}% - \global\let\thmt@modifycase\MakeLowercase} + \global\def\thmt@modifycase{\protect\MakeLowercase}} \DeclareOption{uppercase}{% \PackageInfo{thm-kv}{Theorem names will be uppercased}% - \global\let\thmt@modifycase\MakeUppercase} + \global\def\thmt@modifycase{\protect\MakeUppercase}} \DeclareOption{anycase}{% \PackageInfo{thm-kv}{Theorem names will be unchanged}% - \global\let\thmt@modifycase\@empty} + \global\def\thmt@modifycase{}} \ExecuteOptions{uppercase} \ProcessOptions\relax |