no appropriate script or program found: fmtutil
Jonathan Fine
jfine2358 at gmail.com
Tue Nov 7 11:38:15 CET 2023
Hi
I've dug into the SVN changelog a bit. Perhaps reverting a recent commit
will fix the problem sufficiently to allow Quarto to work on Windows.
Here's what I found. The following change to runscript.tlu was made on
2023-10-18, which coincides with the date of 'about three weeks ago' in
Yihui Xie's excellent report.
< local progname, substcount = string.lower(arg[0]):gsub('^.*[\\/]',
''):gsub('%.[^.]*$', '')
> local progname, substcount = string.lower(arg[0]):gsub('^.*[\\/]',
''):gsub('%.exe$', '')
For this diff the committer is 'siepo' and the message is 'Patch Akira for
runscript.tlu for including original extension'
Relevant URLs are:
https://tug.org/svn/texlive?revision=68579&view=revision
https://tug.org/svn/texlive/trunk/Master/bin/windows/runscript.tlu?r1=65931&r2=68579
https://tug.org/svn/texlive/trunk/Master/bin/windows/runscript.tlu?view=log
with kind regards
Jonathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/tex-live/attachments/20231107/08fb6156/attachment.htm>
More information about the tex-live
mailing list.