[latex3-commits] [git/LaTeX3-latex3-latex2e] everymath: add config file to build; change 2022-23 (70782294)

Frank Mittelbach frank.mittelbach at latex-project.org
Sat Jan 7 00:40:34 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : everymath
Link       : https://github.com/latex3/latex2e/commit/70782294c546205a0fc44859d867c652675ee352

>---------------------------------------------------------------

commit 70782294c546205a0fc44859d867c652675ee352
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sat Jan 7 00:40:34 2023 +0100

    add config file to build; change 2022-23


>---------------------------------------------------------------

70782294c546205a0fc44859d867c652675ee352
 required/latex-lab/README.md                    | 2 +-
 required/latex-lab/build.lua                    | 3 +--
 required/latex-lab/documentmetadata-support.dtx | 4 ++--
 required/latex-lab/latex-lab-footnotes.dtx      | 2 +-
 required/latex-lab/latex-lab-mathcapture.dtx    | 2 +-
 required/latex-lab/latex-lab-new-or.dtx         | 2 +-
 required/latex-lab/latex-lab-testphase.dtx      | 2 +-
 required/latex-lab/latex-lab.ins                | 4 ++--
 8 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/required/latex-lab/README.md b/required/latex-lab/README.md
index 54e69348..3077fabd 100644
--- a/required/latex-lab/README.md
+++ b/required/latex-lab/README.md
@@ -38,5 +38,5 @@ The license is LPPL 1.3c.
 
 This README file is
 
-Copyright (C) 2021-2022
+Copyright (C) 2021-2023
 The LaTeX Project
diff --git a/required/latex-lab/build.lua b/required/latex-lab/build.lua
index ba22110b..75f89a4d 100644
--- a/required/latex-lab/build.lua
+++ b/required/latex-lab/build.lua
@@ -48,7 +48,7 @@ typesetdeps =
 checksearch  = true
 
 -- Allow for TU and other test configurations
-checkconfigs = {"build","config-TU","config-OR"}
+checkconfigs = {"build","config-TU","config-OR","config-mathcapture"}
 
 
 
@@ -66,7 +66,6 @@ uploadconfig = {
  uploader = "LaTeX Project team",
  email = "latex-team at latex-project.org",
  update = true ,
- note = [[Uploaded automatically by l3build...]],
 }
 
 
diff --git a/required/latex-lab/documentmetadata-support.dtx b/required/latex-lab/documentmetadata-support.dtx
index 23053a48..5a6550b9 100644
--- a/required/latex-lab/documentmetadata-support.dtx
+++ b/required/latex-lab/documentmetadata-support.dtx
@@ -1,7 +1,7 @@
 % \iffalse meta-comment
 %
 %% File: documentmetadata-support.dtx
-% Copyright (C) 2021-2022 The LaTeX Project
+% Copyright (C) 2021-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -19,7 +19,7 @@
 %
 %    \begin{macrocode}
 \def\documentmetadatasupportversion{1.0b}
-\def\documentmetadatasupportdate{2022-14-04}
+\def\documentmetadatasupportdate{2023-01-07}
 %    \end{macrocode}
 %
 %
diff --git a/required/latex-lab/latex-lab-footnotes.dtx b/required/latex-lab/latex-lab-footnotes.dtx
index 6fe7ff69..9b5e081d 100644
--- a/required/latex-lab/latex-lab-footnotes.dtx
+++ b/required/latex-lab/latex-lab-footnotes.dtx
@@ -1,7 +1,7 @@
 % \iffalse meta-comment
 %
 %% File: latex-lab-footnotes.dtx
-% Copyright (C) 2022 The LaTeX Project
+% Copyright (C) 2022-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/required/latex-lab/latex-lab-mathcapture.dtx b/required/latex-lab/latex-lab-mathcapture.dtx
index fd7c65db..baea912b 100644
--- a/required/latex-lab/latex-lab-mathcapture.dtx
+++ b/required/latex-lab/latex-lab-mathcapture.dtx
@@ -2,7 +2,7 @@
 %
 %% File: latex-lab-mathcapture.dtx
 %
-% Copyright (C) 2022,2023 The LaTeX Project
+% Copyright (C) 2022-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/required/latex-lab/latex-lab-new-or.dtx b/required/latex-lab/latex-lab-new-or.dtx
index 08b58a72..7577af87 100644
--- a/required/latex-lab/latex-lab-new-or.dtx
+++ b/required/latex-lab/latex-lab-new-or.dtx
@@ -1,7 +1,7 @@
 % \iffalse meta-comment
 %
 %% File: latex-lab-new-or.dtx
-% Copyright (C) 2022 The LaTeX Project
+% Copyright (C) 2022-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/required/latex-lab/latex-lab-testphase.dtx b/required/latex-lab/latex-lab-testphase.dtx
index d8d9c671..dc4b0b06 100644
--- a/required/latex-lab/latex-lab-testphase.dtx
+++ b/required/latex-lab/latex-lab-testphase.dtx
@@ -1,7 +1,7 @@
 % \iffalse meta-comment
 %
 %% File: latex-lab-testphase.dtx
-% Copyright (C) 2021-2022 The LaTeX Project
+% Copyright (C) 2021-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/required/latex-lab/latex-lab.ins b/required/latex-lab/latex-lab.ins
index 994a46d3..8bd620ce 100644
--- a/required/latex-lab/latex-lab.ins
+++ b/required/latex-lab/latex-lab.ins
@@ -3,7 +3,7 @@
 %% driver files from the dtx file(s) in this package when run through
 %% LaTeX or TeX.
 %%
-%% Copyright (C) 2021-2022 The LaTeX Project
+%% Copyright (C) 2021-2023 The LaTeX Project
 %%
 %%
 %% This file is part of the `LaTeX-lab Bundle' for LaTeX.
@@ -35,7 +35,7 @@
 
 This is a generated file.
 
-Copyright 2021,2022 LaTeX Project
+Copyright 2021-2023 LaTeX Project
 
 This file was generated from file(s) of the  `LaTeX-lab Bundle'.
 ------------------------------------------------------------------------------------





More information about the latex3-commits mailing list.