diff options
Diffstat (limited to 'macros/latex/contrib/create-theorem/code')
-rw-r--r-- | macros/latex/contrib/create-theorem/code/create-theorem-preset-names-cleveref.tex | 2 | ||||
-rw-r--r-- | macros/latex/contrib/create-theorem/code/create-theorem.sty | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/macros/latex/contrib/create-theorem/code/create-theorem-preset-names-cleveref.tex b/macros/latex/contrib/create-theorem/code/create-theorem-preset-names-cleveref.tex index e95de7e5d6..b6e3b02c4e 100644 --- a/macros/latex/contrib/create-theorem/code/create-theorem-preset-names-cleveref.tex +++ b/macros/latex/contrib/create-theorem/code/create-theorem-preset-names-cleveref.tex @@ -1485,9 +1485,11 @@ } \NameTheorem { definition-corollary } { combined = { definition ; corollary } } +\NameTheorem { definition-lemma } { combined = { definition ; lemma } } \NameTheorem { definition-proposition } { combined = { definition ; proposition } } \NameTheorem { definition-theorem } { combined = { definition ; theorem } } \NameTheorem { corollary-definition } { combined = { corollary ; definition } } +\NameTheorem { lemma-definition } { combined = { lemma ; definition } } \NameTheorem { proposition-definition } { combined = { proposition ; definition } } \NameTheorem { theorem-definition } { combined = { theorem ; definition } } diff --git a/macros/latex/contrib/create-theorem/code/create-theorem.sty b/macros/latex/contrib/create-theorem/code/create-theorem.sty index 01851952d4..3179748891 100644 --- a/macros/latex/contrib/create-theorem/code/create-theorem.sty +++ b/macros/latex/contrib/create-theorem/code/create-theorem.sty @@ -12,7 +12,7 @@ \NeedsTeXFormat{LaTeX2e}[2022-06-01] \ProvidesExplPackage {create-theorem} - {2024/02/25} {} + {2024/11/12} {} {Initializing theorem-like environments with multilingual support} \keys_define:nn { create-theorem } |