[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Load support in correct place (c28f2371)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Oct 2 17:43:40 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/c28f237186f7853173f5236ccee983273d858ed3

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

commit c28f237186f7853173f5236ccee983273d858ed3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Oct 1 23:28:18 2019 +0100

    Load support in correct place


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

c28f237186f7853173f5236ccee983273d858ed3
 base/build.lua   |  5 -----
 build-config.lua | 16 +++++++++++++++-
 2 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/base/build.lua b/base/build.lua
index 659a9d53..60257203 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -127,11 +127,6 @@ unpacksuppfiles =
     "pdftexconfig.tex"
   }
 
-checksuppfiles =
-  {
-    "load-unicode-xetex-classes.tex",
-  }
-
 -- Custom settings for the check system
 testsuppdir = "testfiles/helpers"
 
diff --git a/build-config.lua b/build-config.lua
index d0eb4471..98d56f29 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -21,7 +21,21 @@ checkformat    = checkformat        or "latex"
 checkengines   = checkengines       or {"etex", "xetex", "luatex"}
 checkruns      = checkruns          or  2
 checksuppfiles = checksuppfiles     or
-  {"color.cfg", "graphics.cfg", "test209.tex", "test2e.tex", "xetex.def", "dvips.def", "lipsum.sty", "*.txt", "lualibs*.lua", "fontloader*.lua", "luaotfload*.lua", "luaotfloat.sty"}
+  {
+    "color.cfg",
+    "graphics.cfg",
+    "test209.tex",
+    "test2e.tex",
+    "xetex.def",
+    "dvips.def",
+    "lipsum.sty",
+    "*.txt",
+    "load-unicode-xetex-classes.tex",
+    "lualibs*.lua", 
+    "fontloader*.lua",
+    "luaotfload*.lua",
+    "luaotfloat.sty"
+  }
 stdengine      = stdengine          or "etex"
 tagfiles       = tagfiles or {"*.dtx","*.ins","*.tex","README.md"}
 typesetsuppfiles = typesetsuppfiles or





More information about the latex3-commits mailing list