Re: texi2pdf: environment variables with spaces don't work

2022-10-05 Thread luigi scarso
On Wed, Oct 5, 2022 at 6:36 AM Werner LEMBERG wrote: > > [Now CCing Luigi] > > > > mtxrun appears to be part of ConTeXt which I don't have installed. > > Correct. > > > Did you check if \openout lines appeared in the log file with the > command? > > > > luatex --fmt=luatex-plain --file-line-error

Re: texi2pdf: environment variables with spaces don't work

2022-10-04 Thread Werner LEMBERG
[Now CCing Luigi] > mtxrun appears to be part of ConTeXt which I don't have installed. Correct. > Did you check if \openout lines appeared in the log file with the command? > > luatex --fmt=luatex-plain --file-line-error This is LuaTeX, Version 1.15.0 (TeX Live 2022) (format=luatex-plain 202

Re: texi2pdf: environment variables with spaces don't work

2022-10-04 Thread Gavin Smith
On Tue, Oct 04, 2022 at 08:38:47PM +, Werner LEMBERG wrote: > > I know very little about LuaTeX so don't know how to generate a > > luatex-plain format the way you state, so I have difficulty > > replicating this problem. > > Assuming you have a complete TeXLive installation, you really have >

Re: texi2pdf: environment variables with spaces don't work

2022-10-04 Thread Werner LEMBERG
>> For testing purposes I generated a 'luatex-plain' format with >> >> ``` >> mtxrun --generate >> mtxrun --script plain --make >> ``` >> >> However, using it as >> >> ``` >> PDFTEX="luatex --fmt=luatex-plain" texi2pdf foo.texi >> ``` >> >> fails with >> >> ``` >> texi2dvi: TeX neither suppo

Re: texi2pdf: environment variables with spaces don't work

2022-10-04 Thread Gavin Smith
On Tue, Oct 04, 2022 at 04:25:37PM +0100, Gavin Smith wrote: > > However, using it as > > > > ``` > > PDFTEX="luatex --fmt=luatex-plain" texi2pdf foo.texi > > ``` > > > > fails with > > > > ``` > > texi2dvi: TeX neither supports -recorder nor outputs \openout lines in its > > log file > > ``` >

Re: texi2pdf: environment variables with spaces don't work

2022-10-04 Thread Gavin Smith
On Tue, Oct 04, 2022 at 06:12:15AM +, Werner LEMBERG wrote: > > > For testing purposes I generated a 'luatex-plain' format with > > ``` > mtxrun --generate > mtxrun --script plain --make > ``` > > However, using it as > > ``` > PDFTEX="luatex --fmt=luatex-plain" texi2pdf foo.texi > ``` >

texi2pdf: environment variables with spaces don't work

2022-10-03 Thread Werner LEMBERG
For testing purposes I generated a 'luatex-plain' format with ``` mtxrun --generate mtxrun --script plain --make ``` However, using it as ``` PDFTEX="luatex --fmt=luatex-plain" texi2pdf foo.texi ``` fails with ``` texi2dvi: TeX neither supports -recorder nor outputs \openout lines in its lo