[latex3-commits] [latex3/l3build] main: Improve doc for stdengine [ci skip] (f719767)
github at latex-project.org
github at latex-project.org
Mon Jul 17 16:19:58 CEST 2023
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/f7197674f6ee2a363d5673e179ed38855b9e8406
>---------------------------------------------------------------
commit f7197674f6ee2a363d5673e179ed38855b9e8406
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Mon Jul 17 22:04:33 2023 +0800
Improve doc for stdengine [ci skip]
>---------------------------------------------------------------
f7197674f6ee2a363d5673e179ed38855b9e8406
CHANGELOG.md | 1 +
l3build.dtx | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45660c5..c47ae00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ this project uses date-based 'snapshot' version identifiers.
- Building pLaTeX format now uses e-upTeX engine
- Normalize more `luaotfload` path data (see issue \#301)
- Update ConTeXt settings to allow for LuaTeX and LuaMetaTeX runs
+- Improve doc for default `stdengine`
### Fixed
- Avoid setting `TEMXFCNF` for ConTeXt (issue \#232)
diff --git a/l3build.dtx b/l3build.dtx
index 303b334..8f2b6ff 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -111,7 +111,7 @@
\luavarset{unpackdeps} {\{\}}{List of dependencies for unpacking}
\luavarseparator
\luavarset{checkengines}{\{"pdftex", "xetex", "luatex"\}}{Engines to check with \texttt{check} by default}
-\luavarset{stdengine} {"pdftex"}{Engine to generate \texttt{.tlg} file from}
+\luavarset{stdengine} {checkengines[1] or "pdftex"}{Engine to generate \texttt{.tlg} file from}
\luavarset{checkformat} {"latex"} {Format to use for tests}
\luavarset{specialformats}{\meta{table}} {Non-standard engine/format combinations}
\luavarset{\detokenize{test_types}} {\meta{table}} {Custom test variants}
More information about the latex3-commits
mailing list.