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

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

Re: Makeinfo generates wrong link

2022-10-04 Thread Jonathan Wakely
On Tue, 4 Oct 2022 at 20:41, Gavin Smith wrote: > > On Tue, Oct 04, 2022 at 01:39:04PM -0400, Richard Stallman wrote: > > [[[ To any NSA and FBI agents reading my email: please consider]]] > > [[[ whether defending the US Constitution against all enemies, ]]] > > [[[ foreign or domestic,

Re: Makeinfo generates wrong link

2022-10-04 Thread Gavin Smith
On Tue, Oct 04, 2022 at 01:39:04PM -0400, Richard Stallman wrote: > [[[ To any NSA and FBI agents reading my email: please consider]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > >

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: Makeinfo generates wrong link

2022-10-04 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] Thanks. -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU

Re: Makeinfo generates wrong link

2022-10-04 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > There is one additional error here if the above-mentioned URL is > correct:

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 > ``` >

Re: Makeinfo generates wrong link

2022-10-04 Thread Patrice Dumas
On Mon, Oct 03, 2022 at 09:02:03PM -0400, Richard Stallman wrote: > So where do these strange numbers come from? > > https://gcc.gnu.org/onlinedocs/gcc/System_002dspecific-Predefined-Macros.html#System_002dspecific-Predefined-Macros > > Could there be a bug in texi2any that handles hyphen wrong?

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 supports -recorder nor outputs \openout lines in its