[latex3-commits] [git/LaTeX3-latex3-latex2e] cleanup-footnote-lab: merge develop (25247dfe)

Ulrike Fischer fischer at troubleshooting-tex.de
Fri Jan 20 18:04:24 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : cleanup-footnote-lab
Link       : https://github.com/latex3/latex2e/commit/25247dfeab10f22c921aa744ef740a921f6d57e9

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

commit 25247dfeab10f22c921aa744ef740a921f6d57e9
Merge: 6cfe4b01 35ba0495
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri Jan 20 18:04:24 2023 +0100

    merge develop


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

25247dfeab10f22c921aa744ef740a921f6d57e9
 .github/tl_packages                                |   15 +-
 .gitignore                                         |    3 +
 required/latex-lab/README.md                       |    2 +-
 required/latex-lab/build.lua                       |    8 +-
 required/latex-lab/changes.txt                     |    6 +-
 required/latex-lab/config-mathcapture.lua          |   10 +
 required/latex-lab/documentmetadata-support.dtx    |    4 +-
 required/latex-lab/latex-lab-amsmath.dtx           |  131 ++
 required/latex-lab/latex-lab-footnotes.dtx         |    2 +-
 required/latex-lab/latex-lab-mathcapture.dtx       |  516 ++++++++
 required/latex-lab/latex-lab-mathpkg.dtx           |  102 ++
 required/latex-lab/latex-lab-mathtools.dtx         |  223 ++++
 required/latex-lab/latex-lab-testphase.dtx         |   20 +-
 required/latex-lab/latex-lab.ins                   |   12 +-
 .../testfiles-mathcapture/mathcapture-001.lvt      |   57 +
 .../testfiles-mathcapture/mathcapture-001.tlg      |   23 +
 .../testfiles-mathcapture/mathcapture-002.lvt      |   74 ++
 .../testfiles-mathcapture/mathcapture-002.tlg      |   23 +
 .../testfiles-mathcapture/mathcapture-003.lvt      |   42 +
 .../testfiles-mathcapture/mathcapture-003.tlg      |    8 +
 .../testfiles-mathcapture/mathcapture-004.lvt      |   43 +
 .../testfiles-mathcapture/mathcapture-004.tlg      |    5 +
 .../testfiles-mathcapture/mathcapture-005.lvt      |   63 +
 .../testfiles-mathcapture/mathcapture-005.tlg      |   11 +
 .../testfiles-mathcapture/mathcapture-006.lvt      |   53 +
 .../testfiles-mathcapture/mathcapture-006.tlg      |    8 +
 .../testfiles-mathcapture/mathcapture-007.lvt      |   63 +
 .../testfiles-mathcapture/mathcapture-007.tlg      |   19 +
 .../testfiles-mathcapture/mathcapture-008.lvt      |  133 ++
 .../testfiles-mathcapture/mathcapture-008.tlg      |   32 +
 .../testfiles-mathcapture/mathcapture-009.lvt      |   48 +
 .../testfiles-mathcapture/mathcapture-009.tlg      |    7 +
 .../testfiles-mathcapture/mathcapture-010.lvt      |   42 +
 .../testfiles-mathcapture/mathcapture-010.tlg      |   17 +
 .../testfiles-mathcapture/mathcapture-011.lvt      |   51 +
 .../testfiles-mathcapture/mathcapture-011.tlg}     |   29 +-
 .../testfiles-mathcapture/mathcapture-012.lvt      |   83 ++
 .../testfiles-mathcapture/mathcapture-012.tlg      |   25 +
 .../testfiles-mathcapture/mathcapture-013.lvt      |   49 +
 .../testfiles-mathcapture/mathcapture-013.tlg      |    8 +
 .../testfiles-mathcapture/mathcapture-014.lvt      |   91 ++
 .../testfiles-mathcapture/mathcapture-014.tlg      |   31 +
 .../testfiles-mathcapture/mathcapture-tag-001.pvt  |   46 +
 .../mathcapture-tag-001.tpf}                       | 1376 ++++++++++----------
 required/latex-lab/update-mathcapture-all.sh       |   18 +
 45 files changed, 2881 insertions(+), 751 deletions(-)

diff --cc required/latex-lab/build.lua
index ae681d56,eac7b498..780edc80
--- a/required/latex-lab/build.lua
+++ b/required/latex-lab/build.lua
@@@ -49,7 -48,7 +47,8 @@@ typesetdeps 
  checksearch  = true
  
  -- Allow for TU and other test configurations
- checkconfigs = {"build","config-TU","config-OR","config-pdftex","config-pdftex-luatex"}
 -checkconfigs = {"build","config-TU","config-OR","config-mathcapture"}
++
++checkconfigs = {"build","config-TU","config-OR","config-mathcapture";"config-pdftex","config-pdftex-luatex"}
  
  
  





More information about the latex3-commits mailing list.