has the search path during format creation been changed?

Akira Kakuto kakuto at w32tex.org
Tue Apr 6 01:28:48 CEST 2021


On 2021/04/06 7:53, Akira Kakuto wrote:
> So I think that the current directory is searched, by pdftex
> in this case, when fmtutil-sys is used.

However, I confirmed
https://github.com/latex3/latex3/issues/867

fmtutil-sys --byfmt pdflatex

%
% test.tex
%
\documentclass{article}
\begin{document}
\ExplSyntaxOn
\c_sys_platform_str\par
\sys_if_platform_windows:TF
   { True }
   { False }
\ExplSyntaxOff
\end{document}

pdflatex test
gives

unkown
False

cd $TEXMF-VAR/web2c/pdftex
pdftex -ini -translate-file=cp227.tcx -jobname=pdflatex -progname=pdflatex -etex pdflatex.ini

pdflatex test
gives correctly

windows
True

Thus, fmtutil-sys may be problematic.

Thanks,
Akira


More information about the tex-live mailing list.