Re: Using a macro makes pdfetex quits and exits with bad status

2021-06-22 Thread Gavin Smith
On Wed, Jun 23, 2021 at 12:17 AM Christopher Dimech wrote: > > somehow texi2pdf is trying to pick out an old > /usr/share/texmf/tex/texinfo/texinfo.tex > You've found the problem. It always helps to attach the output from your command that is showing the failure and this confirms the problem. Wh

Using a macro makes pdfetex quits and exits with bad status

2021-06-22 Thread Christopher Dimech
somehow texi2pdf is trying to pick out an old /usr/share/texmf/tex/texinfo/texinfo.tex - Christopher Dimech Administrator General - Naiad Informatics - Gnu Project Society has become too quick to pass judgement and declare someone Persona Non-Grata, the most extreme form of censure a country

Using a macro makes pdfetex quits and exits with bad status

2021-06-22 Thread Christopher Dimech
Have tested again, with the problem still occurring with the development version. The @ifset and @ifclear commands were removed. @usubsec{16D, Utilisation of Rapid Computations} texi2pdf 06a-amcoh.texi This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded

Re: deleting the temporary files produced by texi2pdf

2021-06-22 Thread Gavin Smith
On Tue, Jun 22, 2021 at 10:19:19PM +0200, Christopher Dimech wrote: > > Doing as instructed fails to find files containing macros > > texi2pdf --clean 06a-amcoh.texi > > > > texi2pdf --clean 06a-amcoh.texi > This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) > (prel

Re: Using a macro makes pdfetex quits and exits with bad status

2021-06-22 Thread Leo Butler
Christopher Dimech writes: > I would like something closer to lisp actually. I suppose an option then is to write/extend the texinfo parser-compiler in guile scheme. Then you end up with the pitfalls of luatex... Just thinking out loud. Leo

deleting the temporary files produced by texi2pdf

2021-06-22 Thread Christopher Dimech
Doing as instructed fails to find files containing macros texi2pdf --clean 06a-amcoh.texi texi2pdf --clean 06a-amcoh.texi This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (../../.././

Using a macro makes pdfetex quits and exits with bad status

2021-06-22 Thread Christopher Dimech
> Sent: Wednesday, June 23, 2021 at 8:01 AM > From: "Gavin Smith" > To: "Christopher Dimech" > Cc: "help-texinfo gnu" > Subject: Re: Using a macro makes pdfetex quits and exits with bad status > > On Tue, Jun 22, 2021 at 6:53 PM Christopher Dimech wrote: > > > > @macro usubsec {label, titl} > >

Re: deleting the temporary files produced by texi2pdf

2021-06-22 Thread Gavin Smith
On Tue, Jun 22, 2021 at 6:04 PM Christopher Dimech wrote: > > I keep having to delete the temporary files produced by texi2pdf, otherwise > the > command texi2pdf fails. > > One could think of a command option to automatically clean temporary files. > Is there capability for that already? Yes, r

Re: Using a macro makes pdfetex quits and exits with bad status

2021-06-22 Thread Gavin Smith
On Tue, Jun 22, 2021 at 6:53 PM Christopher Dimech wrote: > > @macro usubsec {label, titl} > > @set lb \label\ > @set tl \titl\ > @ifclear usubsec-no-label >@unnumberedsubsec @value{lb} @ @value{tl} > @end ifclear > > @ifset usubsec-no-label > @unnumberedsubsec @value{tl} > @end ifset > > @e

Using a macro makes pdfetex quits and exits with bad status

2021-06-22 Thread Christopher Dimech
I would like something closer to lisp actually. > Sent: Wednesday, June 23, 2021 at 6:54 AM > From: "Eli Zaretskii" > To: "Christopher Dimech" > Cc: pertu...@free.fr, help-texinfo@gnu.org > Subject: Re: Using a macro makes pdfetex quits and exits with bad status > > > From: Christopher Dimech

Using a macro makes pdfetex quits and exits with bad status

2021-06-22 Thread Christopher Dimech
Although I have done as instructed, the problem remains. I concur that texinfo macros are considerably limited in capability. But currently that's what we have and I quite like the structure. In the future we might require something more robust although based on similar principles. > Sent: W

Re: Using a macro makes pdfetex quits and exits with bad status

2021-06-22 Thread Eli Zaretskii
> From: Christopher Dimech > Cc: pertu...@free.fr, help-texinfo@gnu.org > Date: Tue, 22 Jun 2021 20:41:16 +0200 > > That would make the use of macros very limited. Macros in Texinfo have many problems.

Using a macro makes pdfetex quits and exits with bad status

2021-06-22 Thread Christopher Dimech
That would make the use of macros very limited. I have many working macros except for the multi-line situation. I am pushing the functionality requirements quite a bit, but I feel it is for the better, using realistic scenarios. I wonder what Gavin think about this. > Sent: Wednesday, June 2

Re: Using a macro makes pdfetex quits and exits with bad status

2021-06-22 Thread Eli Zaretskii
> From: Christopher Dimech > Date: Tue, 22 Jun 2021 19:52:52 +0200 > Cc: help-texinfo gnu > > @macro usubsec {label, titl} > > @set lb \label\ > @set tl \titl\ > @ifclear usubsec-no-label >@unnumberedsubsec @value{lb} @ @value{tl} > @end ifclear > > @ifset usubsec-no-label > @unnumbereds

Using a macro makes pdfetex quits and exits with bad status

2021-06-22 Thread Christopher Dimech
@macro usubsec {label, titl} @set lb \label\ @set tl \titl\ @ifclear usubsec-no-label @unnumberedsubsec @value{lb} @ @value{tl} @end ifclear @ifset usubsec-no-label @unnumberedsubsec @value{tl} @end ifset @end macro > Sent: Wednesday, June 23, 2021 at 5:47 AM > From: "Patrice Dumas" > To

Re: Using a macro makes pdfetex quits and exits with bad status

2021-06-22 Thread Patrice Dumas
On Tue, Jun 22, 2021 at 07:21:33PM +0200, Christopher Dimech wrote: > Am running a macro that continues on the next line, but pdfetex quits and > exits > with bad status. Should this problem not have been fixed before? It probably depends on the macro and what it expands to. You would need to p

Using a macro makes pdfetex quits and exits with bad status

2021-06-22 Thread Christopher Dimech
Am running a macro that continues on the next line, but pdfetex quits and exits with bad status. Should this problem not have been fixed before? @usubsec{16D, Utilisation of Rapid Computations}

deleting the temporary files produced by texi2pdf

2021-06-22 Thread Christopher Dimech
I keep having to delete the temporary files produced by texi2pdf, otherwise the command texi2pdf fails. One could think of a command option to automatically clean temporary files. Is there capability for that already? Felicitations Christopher

Re: Math for html output not in manual

2021-06-22 Thread Patrice Dumas
On Tue, Jun 22, 2021 at 12:59:43AM +0200, henri-bi...@francemel.fr wrote: > It is important for that to work also with MathJax, because I had been using > > \def for global definition of mathematical structures that @tex could > understand. > > > > The advantage of MathJax is the ability to zo