summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-26 20:59:15 +0000
committerKarl Berry <karl@freefriends.org>2024-02-26 20:59:15 +0000
commit0a1fe3f66e29ef96e93997a49b891d7e16667215 (patch)
treef09b1ec0a08db1df9df2ac7caf001903ea0a27ff /Master/texmf-dist/tex
parent72b58e08ab03b93aa1e748d4646138e142b20ae4 (diff)
create-theorem (26feb24)
git-svn-id: svn://tug.org/texlive/trunk@70177 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/create-theorem/create-theorem-preset-names-cleveref.tex (renamed from Master/texmf-dist/tex/latex/create-theorem/create-theorem-preset-names.tex)4
-rw-r--r--Master/texmf-dist/tex/latex/create-theorem/create-theorem-preset-names-plural-cleveref.tex (renamed from Master/texmf-dist/tex/latex/create-theorem/create-theorem-preset-names-plural.tex)4
-rw-r--r--Master/texmf-dist/tex/latex/create-theorem/create-theorem.sty8
3 files changed, 6 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/create-theorem/create-theorem-preset-names.tex b/Master/texmf-dist/tex/latex/create-theorem/create-theorem-preset-names-cleveref.tex
index 9df9c0e274d..e95de7e5d6a 100644
--- a/Master/texmf-dist/tex/latex/create-theorem/create-theorem-preset-names.tex
+++ b/Master/texmf-dist/tex/latex/create-theorem/create-theorem-preset-names-cleveref.tex
@@ -1,6 +1,4 @@
-%=============================
-% --- Preset Names ---
-%=============================
+% Preset names for use with cleveref
\NameTheorem { application }
{
diff --git a/Master/texmf-dist/tex/latex/create-theorem/create-theorem-preset-names-plural.tex b/Master/texmf-dist/tex/latex/create-theorem/create-theorem-preset-names-plural-cleveref.tex
index 572ab513111..6ed6de4bfc7 100644
--- a/Master/texmf-dist/tex/latex/create-theorem/create-theorem-preset-names-plural.tex
+++ b/Master/texmf-dist/tex/latex/create-theorem/create-theorem-preset-names-plural-cleveref.tex
@@ -1,6 +1,4 @@
-%=============================
-% --- Preset Names ---
-%=============================
+% Preset names for use with cleveref
\NameTheorem { applications }
{
diff --git a/Master/texmf-dist/tex/latex/create-theorem/create-theorem.sty b/Master/texmf-dist/tex/latex/create-theorem/create-theorem.sty
index 355e7a6211b..01851952d46 100644
--- a/Master/texmf-dist/tex/latex/create-theorem/create-theorem.sty
+++ b/Master/texmf-dist/tex/latex/create-theorem/create-theorem.sty
@@ -12,7 +12,7 @@
\NeedsTeXFormat{LaTeX2e}[2022-06-01]
\ProvidesExplPackage
{create-theorem}
- {2024/02/20a} {}
+ {2024/02/25} {}
{Initializing theorem-like environments with multilingual support}
\keys_define:nn { create-theorem }
@@ -1170,11 +1170,11 @@
}
}
-
+% Load predefined namesets
\bool_if:NT \l__crthm_presetname_bool
{
- \input { create-theorem-preset-names }
- \input { create-theorem-preset-names-plural }
+ \input { create-theorem-preset-names-cleveref }
+ \input { create-theorem-preset-names-plural-cleveref }
}
\endinput