summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/create-theorem/code/create-theorem.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/create-theorem/code/create-theorem.sty')
-rw-r--r--macros/latex/contrib/create-theorem/code/create-theorem.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/latex/contrib/create-theorem/code/create-theorem.sty b/macros/latex/contrib/create-theorem/code/create-theorem.sty
index 355e7a6211..01851952d4 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/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