has the search path during format creation been changed?
Akira Kakuto
kakuto at w32tex.org
Tue Apr 6 06:07:13 CEST 2021
On 2021/04/06 11:03, Norbert Preining wrote:
> What puzzles me is the
> ENGINE=luatex
> environment .. but that shouldn't have an influence on the pdfetex call.
That is not a puzzle:
fmtutil-sys is called via runscript.tlu in Windows.
runscript.tlu is a script for texlua (== luatex).
In luatex, putenv("engine=luatex") is executed.
In Windows, an env var engine is equivalent with ENGINE.
It is really strange that
fmtutil-sys --byfmt pdflatex
and seemingly equivalent
# perl mkfmt.pl
my $cmdl="pdftex -ini -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx *pdflatex.ini <nul";
system($cmdl);
create different format files!!
Thanks,
Akira
More information about the tex-live
mailing list.