summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/projlib
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-25 20:21:19 +0000
committerKarl Berry <karl@freefriends.org>2022-04-25 20:21:19 +0000
commit04e21d4c493c6d9206e1b034aed8c1fea432cc56 (patch)
tree739bccb5d67d06962f2790b9546b1dce08c0062b /Master/texmf-dist/tex/latex/projlib
parent6af6ee507109b96148d36abddf084b4ce2541e6a (diff)
jxu (25apr22)
git-svn-id: svn://tug.org/texlive/trunk@63133 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/projlib')
-rw-r--r--Master/texmf-dist/tex/latex/projlib/ProjLib.sty2
-rw-r--r--Master/texmf-dist/tex/latex/projlib/projlib-author.sty2
-rw-r--r--Master/texmf-dist/tex/latex/projlib/projlib-datetime.sty2
-rw-r--r--Master/texmf-dist/tex/latex/projlib/projlib-draft.sty4
-rw-r--r--Master/texmf-dist/tex/latex/projlib/projlib-font.sty2
-rw-r--r--Master/texmf-dist/tex/latex/projlib/projlib-language.sty5
-rw-r--r--Master/texmf-dist/tex/latex/projlib/projlib-logo.sty2
-rw-r--r--Master/texmf-dist/tex/latex/projlib/projlib-math.sty2
-rw-r--r--Master/texmf-dist/tex/latex/projlib/projlib-paper.sty2
-rw-r--r--Master/texmf-dist/tex/latex/projlib/projlib-theorem.sty143
-rw-r--r--Master/texmf-dist/tex/latex/projlib/projlib-titlepage.sty2
11 files changed, 154 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/projlib/ProjLib.sty b/Master/texmf-dist/tex/latex/projlib/ProjLib.sty
index 559ce430b1d..3a5c706cbc5 100644
--- a/Master/texmf-dist/tex/latex/projlib/ProjLib.sty
+++ b/Master/texmf-dist/tex/latex/projlib/ProjLib.sty
@@ -19,7 +19,7 @@
\RequirePackage{l3keys2e}
\ProvidesExplPackage
{ProjLib}
- {2022/04/18} {}
+ {2022/04/24} {}
{Collective interface of the ProjLib toolkit}
\keys_define:nn { ProjLib }
diff --git a/Master/texmf-dist/tex/latex/projlib/projlib-author.sty b/Master/texmf-dist/tex/latex/projlib/projlib-author.sty
index c566ef8639b..b52528b6c50 100644
--- a/Master/texmf-dist/tex/latex/projlib/projlib-author.sty
+++ b/Master/texmf-dist/tex/latex/projlib/projlib-author.sty
@@ -19,7 +19,7 @@
\RequirePackage{l3keys2e}
\ProvidesExplPackage
{projlib-author}
- {2022/04/18} {}
+ {2022/04/24} {}
{Enhanced author information block}
\keys_define:nn { projlib-author }
diff --git a/Master/texmf-dist/tex/latex/projlib/projlib-datetime.sty b/Master/texmf-dist/tex/latex/projlib/projlib-datetime.sty
index 1e11434a197..0ba1e30a8df 100644
--- a/Master/texmf-dist/tex/latex/projlib/projlib-datetime.sty
+++ b/Master/texmf-dist/tex/latex/projlib/projlib-datetime.sty
@@ -19,7 +19,7 @@
\RequirePackage{l3keys2e}
\ProvidesExplPackage
{projlib-datetime}
- {2022/04/18} {}
+ {2022/04/24} {}
{Convert numeric date-time string to natural language}
\tl_new:N \g__projlib_datetime_input_format_tl
diff --git a/Master/texmf-dist/tex/latex/projlib/projlib-draft.sty b/Master/texmf-dist/tex/latex/projlib/projlib-draft.sty
index 935a86d192d..1d62b45e366 100644
--- a/Master/texmf-dist/tex/latex/projlib/projlib-draft.sty
+++ b/Master/texmf-dist/tex/latex/projlib/projlib-draft.sty
@@ -19,7 +19,7 @@
\RequirePackage{l3keys2e}
\ProvidesExplPackage
{projlib-draft}
- {2022/04/18} {}
+ {2022/04/24} {}
{Useful commands during draft stage}
\keys_define:nn { projlib-draft }
@@ -37,6 +37,7 @@
\RequirePackage { projlib-language }
\RequirePackage { xcolor }
+\PassOptionsToPackage { normalem } { ulem }
\RequirePackage { ulem }
\cs_new_protected:Nn \projlib_draft_plain_box_lines:n
@@ -161,6 +162,7 @@
\group_end:
\tl_gput_right:Nn \g__projlib_draft_DNF_report_tl
{
+ \setlength { \parfillskip } { 0pt plus 1fil }
\noindent
\# \,
}
diff --git a/Master/texmf-dist/tex/latex/projlib/projlib-font.sty b/Master/texmf-dist/tex/latex/projlib/projlib-font.sty
index 49203a9ad33..6d6fed9fa2a 100644
--- a/Master/texmf-dist/tex/latex/projlib/projlib-font.sty
+++ b/Master/texmf-dist/tex/latex/projlib/projlib-font.sty
@@ -19,7 +19,7 @@
\RequirePackage{l3keys2e}
\ProvidesExplPackage
{projlib-font}
- {2022/04/18} {}
+ {2022/04/24} {}
{Font selection and configuration}
\keys_define:nn { projlib-font }
diff --git a/Master/texmf-dist/tex/latex/projlib/projlib-language.sty b/Master/texmf-dist/tex/latex/projlib/projlib-language.sty
index 45aa4755cb6..673652b2328 100644
--- a/Master/texmf-dist/tex/latex/projlib/projlib-language.sty
+++ b/Master/texmf-dist/tex/latex/projlib/projlib-language.sty
@@ -19,7 +19,7 @@
\RequirePackage{l3keys2e}
\ProvidesExplPackage
{projlib-language}
- {2022/04/18} {}
+ {2022/04/24} {}
{Multi-language configuration}
\clist_const:Nn \c__projlib_language_supported_clist
@@ -237,6 +237,9 @@
\PassOptionsToPackage { italian, brazilian, spanish, ngerman, french, english } { cleveref }
\RequirePackage { babel }
+\RequirePackage { silence }
+\WarningFilter { biblatex } { Language }
+
\bool_if:NT \g__projlib_language_enabled_french_bool
{
\frenchsetup { PartNameFull = false }
diff --git a/Master/texmf-dist/tex/latex/projlib/projlib-logo.sty b/Master/texmf-dist/tex/latex/projlib/projlib-logo.sty
index 8e51fd0d1b6..641acd999a4 100644
--- a/Master/texmf-dist/tex/latex/projlib/projlib-logo.sty
+++ b/Master/texmf-dist/tex/latex/projlib/projlib-logo.sty
@@ -19,7 +19,7 @@
\RequirePackage{l3keys2e}
\ProvidesExplPackage
{projlib-logo}
- {2022/04/18} {}
+ {2022/04/24} {}
{The ProjLib logo}
\keys_define:nn { projlib-logo }
diff --git a/Master/texmf-dist/tex/latex/projlib/projlib-math.sty b/Master/texmf-dist/tex/latex/projlib/projlib-math.sty
index 5eae9022fa6..8d7d017b06d 100644
--- a/Master/texmf-dist/tex/latex/projlib/projlib-math.sty
+++ b/Master/texmf-dist/tex/latex/projlib/projlib-math.sty
@@ -19,7 +19,7 @@
\RequirePackage{l3keys2e}
\ProvidesExplPackage
{projlib-math}
- {2022/04/18} {}
+ {2022/04/24} {}
{Efficient math setup}
\keys_define:nn { projlib-math }
diff --git a/Master/texmf-dist/tex/latex/projlib/projlib-paper.sty b/Master/texmf-dist/tex/latex/projlib/projlib-paper.sty
index 60789b071bb..d50c225c534 100644
--- a/Master/texmf-dist/tex/latex/projlib/projlib-paper.sty
+++ b/Master/texmf-dist/tex/latex/projlib/projlib-paper.sty
@@ -19,7 +19,7 @@
\RequirePackage{l3keys2e}
\ProvidesExplPackage
{projlib-paper}
- {2022/04/18} {}
+ {2022/04/24} {}
{Configuration of the paper style}
\keys_define:nn { projlib-paper }
diff --git a/Master/texmf-dist/tex/latex/projlib/projlib-theorem.sty b/Master/texmf-dist/tex/latex/projlib/projlib-theorem.sty
index 25b1a8e2b98..5f528352904 100644
--- a/Master/texmf-dist/tex/latex/projlib/projlib-theorem.sty
+++ b/Master/texmf-dist/tex/latex/projlib/projlib-theorem.sty
@@ -19,7 +19,7 @@
\RequirePackage{l3keys2e}
\ProvidesExplPackage
{projlib-theorem}
- {2022/04/18} {}
+ {2022/04/24} {}
{Configuration of theorem-like environments}
\keys_define:nn { projlib-theorem }
@@ -70,8 +70,10 @@
assertion ,
assumption ,
axiom ,
+ claim ,
conclusion ,
conjecture ,
+ construction ,
convention ,
corollary ,
definition ,
@@ -87,6 +89,7 @@
property ,
proposition ,
question ,
+ recall ,
remark ,
theorem ,
definition-proposition ,
@@ -129,6 +132,9 @@
\RequirePackage { amsthm }
\RequirePackage { create-theorem }
+\RenewCommandCopy \cref \crefthe
+\RenewCommandCopy \Cref \Crefthe
+
\bool_if:NF \l__projlib_theorem_no_theorems_bool
{
\bool_if:NTF \l__projlib_theorem_no_theorem_numbering_bool
@@ -371,7 +377,7 @@
, spanish = Aserción
, schinese = 断言
, tchinese = 斷言
- , japanese = アサーション
+ , japanese = 断言
, russian = Утверждение
}
, crefname = {
@@ -384,7 +390,7 @@
, spanish = [la]{Aserción}[las]{Aserción}
, schinese = {断言}{断言}
, tchinese = {斷言}{斷言}
- , japanese = {アサーション}{アサーション}
+ , japanese = {断言}{断言}
, russian = {Утверждение}{Утверждение}
}
, Crefname = {
@@ -397,7 +403,7 @@
, spanish = [La]{Aserción}[Las]{Aserción}
, schinese = {断言}{断言}
, tchinese = {斷言}{斷言}
- , japanese = {アサーション}{アサーション}
+ , japanese = {断言}{断言}
, russian = {Утверждение}{Утверждение}
}
}
@@ -488,6 +494,49 @@
}
}
+\NameTheorem { claim }
+ {
+ , heading = {
+ , english = Claim
+ , french = Affirmation
+ , ngerman = Affirmation
+ , italian = Affermazione
+ , portuguese = Afirmação
+ , brazilian = Afirmação
+ , spanish = Afirmación
+ , schinese = 断言
+ , tchinese = 斷言
+ , japanese = 断言
+ , russian = Утверждение
+ }
+ , crefname = {
+ , english = {Claim}{Claim}
+ , french = [l']{Affirmation}[les]{Affirmation}
+ , ngerman = {Affirmation}{Affirmation}
+ , italian = [l']{Affermazione}[le]{Affermazione}
+ , portuguese = [a]{Afirmação}[as]{Afirmação}
+ , brazilian = [a]{Afirmação}[as]{Afirmação}
+ , spanish = [la]{Afirmación}[las]{Afirmación}
+ , schinese = {断言}{断言}
+ , tchinese = {斷言}{斷言}
+ , japanese = {断言}{断言}
+ , russian = {Утверждение}{Утверждение}
+ }
+ , Crefname = {
+ , english = {Claim}{Claim}
+ , french = [L']{Affirmation}[Les]{Affirmation}
+ , ngerman = {Affirmation}{Affirmation}
+ , italian = [L']{Affermazione}[Le]{Affermazione}
+ , portuguese = [A]{Afirmação}[As]{Afirmação}
+ , brazilian = [A]{Afirmação}[As]{Afirmação}
+ , spanish = [La]{Afirmación}[Las]{Afirmación}
+ , schinese = {断言}{断言}
+ , tchinese = {斷言}{斷言}
+ , japanese = {断言}{断言}
+ , russian = {Утверждение}{Утверждение}
+ }
+ }
+
\NameTheorem { conclusion }
{
, heading = {
@@ -574,6 +623,49 @@
}
}
+\NameTheorem { construction }
+ {
+ , heading = {
+ , english = Construction
+ , french = Construction
+ , ngerman = Konstruktion
+ , italian = Costruzione
+ , portuguese = Construção
+ , brazilian = Construção
+ , spanish = Construcción
+ , schinese = 构造
+ , tchinese = 構造
+ , japanese = 構造
+ , russian = Конструкция
+ }
+ , crefname = {
+ , english = {Construction}{Construction}
+ , french = [la]{Construction}[les]{Construction}
+ , ngerman = {Konstruktion}{Konstruktion}
+ , italian = [la]{Costruzione}[le]{Costruzione}
+ , portuguese = [a]{Construção}[as]{Construção}
+ , brazilian = [a]{Construção}[as]{Construção}
+ , spanish = [la]{Construcción}[las]{Construcción}
+ , schinese = {构造}{构造}
+ , tchinese = {構造}{構造}
+ , japanese = {構造}{構造}
+ , russian = {Конструкция}{Конструкция}
+ }
+ , Crefname = {
+ , english = {Construction}{Construction}
+ , french = [La]{Construction}[Les]{Construction}
+ , ngerman = {Konstruktion}{Konstruktion}
+ , italian = [La]{Costruzione}[Le]{Costruzione}
+ , portuguese = [A]{Construção}[As]{Construção}
+ , brazilian = [A]{Construção}[As]{Construção}
+ , spanish = [La]{Construcción}[Las]{Construcción}
+ , schinese = {构造}{构造}
+ , tchinese = {構造}{構造}
+ , japanese = {構造}{構造}
+ , russian = {Конструкция}{Конструкция}
+ }
+ }
+
\NameTheorem { convention }
{
, heading = {
@@ -1219,6 +1311,49 @@
}
}
+\NameTheorem { recall }
+ {
+ , heading = {
+ , english = Recall
+ , french = Rappel
+ , ngerman = Rückruf
+ , italian = Richiamo
+ , portuguese = Recordação
+ , brazilian = Recordação
+ , spanish = Recuerdo
+ , schinese = 回顾
+ , tchinese = 回顧
+ , japanese = 回顧
+ , russian = Напоминание
+ }
+ , crefname = {
+ , english = {Recall}{Recall}
+ , french = [le]{Rappel}[les]{Rappel}
+ , ngerman = {Rückruf}{Rückruf}
+ , italian = [il]{Richiamo}[i]{Richiamo}
+ , portuguese = [a]{Recordação}[as]{Recordação}
+ , brazilian = [a]{Recordação}[as]{Recordação}
+ , spanish = [el]{Recuerdo}[los]{Recuerdo}
+ , schinese = {回顾}{回顾}
+ , tchinese = {回顧}{回顧}
+ , japanese = {回顧}{回顧}
+ , russian = {Напоминание}{Напоминание}
+ }
+ , Crefname = {
+ , english = {Recall}{Recall}
+ , french = [Le]{Rappel}[Les]{Rappel}
+ , ngerman = {Rückruf}{Rückruf}
+ , italian = [Il]{Richiamo}[I]{Richiamo}
+ , portuguese = [A]{Recordação}[As]{Recordação}
+ , brazilian = [A]{Recordação}[As]{Recordação}
+ , spanish = [El]{Recuerdo}[Los]{Recuerdo}
+ , schinese = {回顾}{回顾}
+ , tchinese = {回顧}{回顧}
+ , japanese = {回顧}{回顧}
+ , russian = {Напоминание}{Напоминание}
+ }
+ }
+
\NameTheorem { remark }
{
, heading = {
diff --git a/Master/texmf-dist/tex/latex/projlib/projlib-titlepage.sty b/Master/texmf-dist/tex/latex/projlib/projlib-titlepage.sty
index ca42942b331..2874ec816bb 100644
--- a/Master/texmf-dist/tex/latex/projlib/projlib-titlepage.sty
+++ b/Master/texmf-dist/tex/latex/projlib/projlib-titlepage.sty
@@ -19,7 +19,7 @@
\RequirePackage{l3keys2e}
\ProvidesExplPackage
{projlib-titlepage}
- {2022/04/18} {}
+ {2022/04/24} {}
{Commands for rendering the title page}
\keys_define:nn { projlib-titlepage }