summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/create-theorem/create-theorem.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/create-theorem/create-theorem.sty')
-rw-r--r--macros/latex/contrib/create-theorem/create-theorem.sty91
1 files changed, 88 insertions, 3 deletions
diff --git a/macros/latex/contrib/create-theorem/create-theorem.sty b/macros/latex/contrib/create-theorem/create-theorem.sty
index b7439ea466..b0371749b8 100644
--- a/macros/latex/contrib/create-theorem/create-theorem.sty
+++ b/macros/latex/contrib/create-theorem/create-theorem.sty
@@ -13,7 +13,7 @@
\RequirePackage{l3keys2e}
\ProvidesExplPackage
{create-theorem}
- {2022/03/10} {}
+ {2022/03/11} {}
{Initializing theorem-like environments with multilingual support}
\keys_define:nn { create-theorem }
@@ -199,8 +199,8 @@
{
\tl_if_blank:eTF { #3 }
{
- \tl_gset:cn { g_crthm_name_ #7 ref_article_singular_ #1 _ #2 _tl } { \crefthemark{ \skip_horizontal:n { -1ex } } }
- \tl_gset:cn { g_crthm_name_ #7 ref_article_plural_ #1 _ #2 _tl } { \crefthemark{ \skip_horizontal:n { -1ex } } }
+ \tl_gset:cn { g_crthm_name_ #7 ref_article_singular_ #1 _ #2 _tl } { \crefthemark{ \skip_horizontal:n { -.5ex } } }
+ \tl_gset:cn { g_crthm_name_ #7 ref_article_plural_ #1 _ #2 _tl } { \crefthemark{ \skip_horizontal:n { -.5ex } } }
}
{
\tl_gset:cn { g_crthm_name_ #7 ref_article_singular_ #1 _ #2 _tl } { \crefthemark { #3 } }
@@ -1699,6 +1699,91 @@
}
}
+\NameTheorem { definition-proposition }
+ {
+ , heading = {
+ , english = Definition-Proposition
+ , french = Définition-Proposition
+ , ngerman = Definition-Proposition
+ , italian = Definizione-Proposizione
+ , portuguese = Definição-Proposição
+ , brazilian = Definição-Proposição
+ , spanish = Definición-Proposición
+ , schinese = 定义-命题
+ , tchinese = 定義-命題
+ , japanese = 定義-命題
+ , russian = Определение-Предложение
+ }
+ , crefname = {
+ , english = {definition-proposition}{definition-propositions}
+ , french = [la]{définition-proposition}[les]{définition-propositions}
+ , ngerman = {Definition-Proposition}{Definitionen-Propositionen}
+ , italian = [la]{definizione-proposizione}[le]{definizioni-proposte}
+ , portuguese = [a]{definição-proposição}[as]{definições-proposições}
+ , brazilian = [a]{definição-proposição}[as]{definições-proposições}
+ , spanish = [la]{definición-proposición}[las]{definiciones-proposiciones}
+ , schinese = {定义-命题}{定义-命题}
+ , tchinese = {定義-命題}{定義-命題}
+ , japanese = {定義-命題}{定義-命題}
+ , russian = {определение-предложение}{определения-предложения}
+ }
+ , Crefname = {
+ , english = {Definition-proposition}{Definition-propositions}
+ , french = [La]{définition-proposition}[Les]{définition-propositions}
+ , ngerman = {Definition-Proposition}{Definitionen-Propositionen}
+ , italian = [La]{definizione-proposizione}[Le]{definizioni-proposte}
+ , portuguese = [A]{definição-proposição}[As]{definições-proposições}
+ , brazilian = [A]{definição-proposição}[As]{definições-proposições}
+ , spanish = [La]{definición-proposición}[Las]{definiciones-proposiciones}
+ , schinese = {定义-命题}{定义-命题}
+ , tchinese = {定義-命題}{定義-命題}
+ , japanese = {定義-命題}{定義-命題}
+ , russian = {Определение-предложение}{Определения-предложения}
+ }
+ }
+
+\NameTheorem { definition-theorem }
+ {
+ , heading = {
+ , english = Definition-Theorem
+ , french = Définition-Théorème
+ , ngerman = Definition-Satz
+ , italian = Definizione-Teorema
+ , portuguese = Definição-Teorema
+ , brazilian = Definição-Teorema
+ , spanish = Definición-Teorema
+ , schinese = 定义-定理
+ , tchinese = 定義-定理
+ , japanese = 定義-定理
+ , russian = Определение-Теорема
+ }
+ , crefname = {
+ , english = {definition-theorem}{definition-theorems}
+ , french = [la]{définition-théorème}[les]{définition-théorèmes}
+ , ngerman = {Definition-Satz}{Definitionen-Sätze}
+ , italian = [la]{definizione-teorema}[le]{definizioni-teoremi}
+ , portuguese = [a]{definição-teorema}[as]{definições-teoremas}
+ , brazilian = [a]{definição-teorema}[as]{definições-teoremas}
+ , spanish = [la]{definición-teorema}[las]{definiciones-teoremas}
+ , schinese = {定义-定理}{定义-定理}
+ , tchinese = {定義-定理}{定義-定理}
+ , japanese = {定義-定理}{定義-定理}
+ , russian = {определение-теорема}{определения-теоремы}
+ }
+ , Crefname = {
+ , english = {Definition-theorem}{Definition-theorems}
+ , french = [La]{définition-théorème}[Les]{définition-théorèmes}
+ , ngerman = {Definition-Satz}{Definitionen-Sätze}
+ , italian = [La]{definizione-teorema}[Le]{definizioni-teoremi}
+ , portuguese = [A]{definição-teorema}[As]{definições-teoremas}
+ , brazilian = [A]{definição-teorema}[As]{definições-teoremas}
+ , spanish = [La]{definición-teorema}[Las]{definiciones-teoremas}
+ , schinese = {定义-定理}{定义-定理}
+ , tchinese = {定義-定理}{定義-定理}
+ , japanese = {定義-定理}{定義-定理}
+ , russian = {Определение-теорема}{Определения-теоремы}
+ }
+ }
\endinput
%%