Re: problem with raw html in tex4ht with httex

2020-10-26 Thread Patrice Dumas
On Sat, Oct 24, 2020 at 04:50:18PM +0200, Patrice Dumas wrote: > Hello, > > This may be related to the issue about tex4ht giving bad result with > httex (or httexi). I also have problem with outputting raw html. In > plain tex I use This issue is fixed by using etex instead of tex in the httex

Re: texi2any.pl -c HTML_MATH=l2h uses installed files

2020-10-26 Thread Patrice Dumas
On Mon, Oct 26, 2020 at 08:51:02PM +, Gavin Smith wrote: > When testing the support for latex2html for @displaymath, I found > I had to run "make install" so that texi2any.pl would work properly. > I expect that texi2any.pl is using the installed init file for > latex2html, whereas running this

texi2any.pl -c HTML_MATH=l2h uses installed files

2020-10-26 Thread Gavin Smith
When testing the support for latex2html for @displaymath, I found I had to run "make install" so that texi2any.pl would work properly. I expect that texi2any.pl is using the installed init file for latex2html, whereas running this file is supposed only to use uninstalled files.

Re: Texinfo TeX accepts LaTeX math, how?

2020-10-26 Thread Gavin Smith
On Mon, Oct 26, 2020 at 07:43:10PM +, Gavin Smith wrote: > On Mon, Oct 26, 2020 at 07:18:01PM +0100, Patrice Dumas wrote: > > > Another option is to use htlatex instead (if there is such a program), > > > but that could be problematic if there are any important usages of > > > plain TeX that do

Re: Texinfo TeX accepts LaTeX math, how?

2020-10-26 Thread Gavin Smith
On Mon, Oct 26, 2020 at 07:18:01PM +0100, Patrice Dumas wrote: > > Another option is to use htlatex instead (if there is such a program), > > but that could be problematic if there are any important usages of > > plain TeX that don't work with LaTeX. > > I have no idea on that. It is not clear to

Re: Texinfo TeX accepts LaTeX math, how?

2020-10-26 Thread Raymond Toy
On Mon, Oct 26, 2020 at 9:45 AM Gavin Smith wrote: > On Mon, Oct 26, 2020 at 11:58:56AM +0100, Patrice Dumas wrote: > > Hello, > > > > Surprisingly (for me), the @displaymath example in the Texinfo manual > > works when producing a pdf using texi2dvi. However, it uses \frac{}{}, > > which is not

Re: Texinfo TeX accepts LaTeX math, how?

2020-10-26 Thread Patrice Dumas
On Mon, Oct 26, 2020 at 04:45:21PM +, Gavin Smith wrote: > On Mon, Oct 26, 2020 at 11:58:56AM +0100, Patrice Dumas wrote: > > Hello, > > > > Surprisingly (for me), the @displaymath example in the Texinfo manual > > works when producing a pdf using texi2dvi. However, it uses \frac{}{}, > > whi

Re: Texinfo TeX accepts LaTeX math, how?

2020-10-26 Thread Gavin Smith
On Mon, Oct 26, 2020 at 11:58:56AM +0100, Patrice Dumas wrote: > Hello, > > Surprisingly (for me), the @displaymath example in the Texinfo manual > works when producing a pdf using texi2dvi. However, it uses \frac{}{}, > which is not not a plain TeX construct, as far as I know. How is that > pos

Texinfo TeX accepts LaTeX math, how?

2020-10-26 Thread Patrice Dumas
Hello, Surprisingly (for me), the @displaymath example in the Texinfo manual works when producing a pdf using texi2dvi. However, it uses \frac{}{}, which is not not a plain TeX construct, as far as I know. How is that possible? If the math in Texinfo is "LaTeX math" it is much simpler for write

Re: keeping tests/*/raw_out_parser

2020-10-26 Thread Patrice Dumas
On Mon, Oct 26, 2020 at 07:31:03AM +, Gavin Smith wrote: > On Sun, Oct 25, 2020 at 09:03:51PM +0100, Patrice Dumas wrote: > > Hello, > > > > To debug the use of tex4ht and latex2html, it is much better to keep > > tests/*/raw_out_parser. For most other cases it is not as important as > > th

Re: document that @math should contain only TeX/LaTeX and use httex?

2020-10-26 Thread Gavin Smith
On Sun, Oct 25, 2020 at 10:36:46PM +0100, Patrice Dumas wrote: > Hello, > > Given that Michal from tex4ht said that httexi should be difficult to > fix such that the output is true html and not a rendition as text, what > about > * using httex to convert @math content with tex4ht too in the defaul

Re: keeping tests/*/raw_out_parser

2020-10-26 Thread Gavin Smith
On Sun, Oct 25, 2020 at 09:03:51PM +0100, Patrice Dumas wrote: > Hello, > > To debug the use of tex4ht and latex2html, it is much better to keep > tests/*/raw_out_parser. For most other cases it is not as important as > there is no difference between out_parser and raw_out_parser. > > Would