diff options
author | Norbert Preining <norbert@preining.info> | 2024-11-13 03:03:42 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2024-11-13 03:03:42 +0000 |
commit | 5037cc8f66c1c2dfc56accf0f29866977fce1f11 (patch) | |
tree | 916c5b917a84c268d98a6176a93f0a4c3e63a102 /macros/latex/contrib/create-theorem | |
parent | d63a87aba38d505e5b1322a0fd3b93549e7cb203 (diff) |
CTAN sync 202411130303
Diffstat (limited to 'macros/latex/contrib/create-theorem')
-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 | ||||
-rw-r--r-- | macros/latex/contrib/create-theorem/doc/create-theorem-doc.pdf | bin | 92770 -> 92296 bytes | |||
-rw-r--r-- | macros/latex/contrib/create-theorem/doc/create-theorem-doc.tex | 4 |
4 files changed, 5 insertions, 3 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 } diff --git a/macros/latex/contrib/create-theorem/doc/create-theorem-doc.pdf b/macros/latex/contrib/create-theorem/doc/create-theorem-doc.pdf Binary files differindex 24c22f6b2b..9e1ce88f8e 100644 --- a/macros/latex/contrib/create-theorem/doc/create-theorem-doc.pdf +++ b/macros/latex/contrib/create-theorem/doc/create-theorem-doc.pdf diff --git a/macros/latex/contrib/create-theorem/doc/create-theorem-doc.tex b/macros/latex/contrib/create-theorem/doc/create-theorem-doc.tex index 4d816d8802..a8987e72fc 100644 --- a/macros/latex/contrib/create-theorem/doc/create-theorem-doc.tex +++ b/macros/latex/contrib/create-theorem/doc/create-theorem-doc.tex @@ -111,13 +111,13 @@ \begin{document} -\def\PackageVersion{2024/02/25} +\def\PackageVersion{2024/11/12} \def\PackageSubVersion{} \title{\createtheorempackage{}\\\smallskip\itshape Initializing and configuring theorem-like environments, with multilingual support} \author{Jinwen XU} \thanks{Corresponding to: \texttt{\createtheorempackage{} \PackageVersion\PackageSubVersion}} -\date{\TheDate{\PackageVersion}[only-year-month], in Paris} +\date{\TheDate{\PackageVersion}[only-year-month], in Beijing} \maketitle |