diff options
author | Karl Berry <karl@freefriends.org> | 2023-05-04 20:29:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-05-04 20:29:43 +0000 |
commit | 38951983767ecadf441c8c88658dc039d709a8a7 (patch) | |
tree | 995a9a9bd191bc9754755fa6f7509f44b7c853b0 /Master/texmf-dist/source/latex/thmtools | |
parent | 2839a3fd78b4ad261bac96ebcc63018642ec4e1d (diff) |
thmtools (4may23)
git-svn-id: svn://tug.org/texlive/trunk@67018 c570f23f-e606-0410-a88d-b1316a301751
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 |