Skip to content

Commit

Permalink
Use e-upTeX engine for pLaTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jul 16, 2023
1 parent f20c624 commit f060509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l3build-variables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f060509

Please sign in to comment.