[latex3-commits] [git/LaTeX3-latex3-l3build] main: `checkformat` is `tex` (not `plain`) for plain TeX (602addd)
Marcel Fabian Krüger
tex at 2krueger.de
Wed May 5 11:04:25 CEST 2021
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/602adddd9e87545e0b4ba5da94519e05947839aa
>---------------------------------------------------------------
commit 602adddd9e87545e0b4ba5da94519e05947839aa
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Wed May 5 10:59:35 2021 +0200
`checkformat` is `tex` (not `plain`) for plain TeX
Fixes #188.
>---------------------------------------------------------------
602adddd9e87545e0b4ba5da94519e05947839aa
l3build.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3build.dtx b/l3build.dtx
index 5f0de10..c01e2d9 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -412,8 +412,8 @@
%
% Checking can be performed with any or all of the `engines' \texttt{pdftex}, \texttt{xetex}, and \texttt{luatex}.
% By default, each test is executed with all three, being compared against the \texttt{.tlg} file produced from the \var{pdftex} engine (these defaults are controlled by the |checkengines| and |stdengine| variable respectively).
-% The format used for tests can be altered by setting \var{checkformat}: the default setting \texttt{latex} means that tests are run using \emph{e.g.}~\texttt{pdflatex}, whereas setting to \texttt{plain} will run tests using \emph{e.g.}~\texttt{pdftex}.
-% (Currently, this should be one of \texttt{latex} or \texttt{plain}.)
+% The format used for tests can be altered by setting \var{checkformat}: the default setting \texttt{latex} means that tests are run using \emph{e.g.}~\texttt{pdflatex}, whereas setting to \texttt{tex} will run tests using \emph{e.g.}~\texttt{pdftex}.
+% (Currently, this should be one of \texttt{latex} or \texttt{tex}.)
% To perform the check, the engine typesets each test up to \var{checkruns} times.
% More detail on this in the documentation on |save|.
% Options passed to the binary are defined in the variable \var{checkopts}.
More information about the latex3-commits
mailing list.