[latex3-commits] [git/LaTeX3-latex3-latex2e] everymath: upps forgot the config (5fe0f689)
Frank Mittelbach
frank.mittelbach at latex-project.org
Thu Jan 5 18:46:24 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : everymath
Link : https://github.com/latex3/latex2e/commit/5fe0f689cee92808e460d499d7b336afd3b7a550
>---------------------------------------------------------------
commit 5fe0f689cee92808e460d499d7b336afd3b7a550
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Thu Jan 5 18:46:24 2023 +0100
upps forgot the config
>---------------------------------------------------------------
5fe0f689cee92808e460d499d7b336afd3b7a550
required/latex-lab/{config-OR.lua => config-mathcapture.lua} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/required/latex-lab/config-OR.lua b/required/latex-lab/config-mathcapture.lua
similarity index 55%
copy from required/latex-lab/config-OR.lua
copy to required/latex-lab/config-mathcapture.lua
index bf3f94ed..7576bb17 100644
--- a/required/latex-lab/config-OR.lua
+++ b/required/latex-lab/config-mathcapture.lua
@@ -1,9 +1,10 @@
--- Tests for output routine stuff
+-- Tests for math capture stuff
stdengine = "pdftex"
checkengines = {"pdftex"}
checksearch = true
-testfiledir = "testfiles-OR"
+testfiledir = "testfiles-mathcapture"
checkruns = 3
+
More information about the latex3-commits
mailing list.