[latex3-commits] [latex3/l3build] main: Use e-upTeX engine for pLaTeX (f060509)

github at latex-project.org github at latex-project.org
Sun Jul 16 20:52:38 CEST 2023


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/f060509c2a70402fc8c41eec4972db13a48128f2

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

commit f060509c2a70402fc8c41eec4972db13a48128f2
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Jul 16 19:52:38 2023 +0100

    Use e-upTeX engine for pLaTeX


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

f060509c2a70402fc8c41eec4972db13a48128f2
 l3build-variables.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-variables.lua b/l3build-variables.lua
index 576fb15..a60519d 100644
--- a/l3build-variables.lua
+++ b/l3build-variables.lua
@@ -125,7 +125,7 @@ specialformats.latex = specialformats.latex or { }
 specialformats.latex.etex = specialformats.latex.etex or
   {format = "latex"}
 specialformats.latex.ptex = specialformats.latex.ptex or
-   {binary = "eptex"}
+   {binary = "euptex"}
 specialformats.latex.uptex = specialformats.latex.uptex or
   {binary = "euptex"}
 if not string.find(status.banner,"2019") then





More information about the latex3-commits mailing list.