Hello,
It is a bit strange if it only happens to me so it could be something
with my setup. A lot of tests in t/ fail right now, and all the tests
in tests, when using XS.
Errors are like
ignore_and_comments.texi:4: warning: @c should only appear at the beginning of
a line
and also some undefin
Does tex4ht ever produce acceptible output?
Certainly. Many people use it for complex math-heavy documents.
But, as far as I know, they are all in LaTeX, which is where essentially
all the work has gone for years now, since that's where the users are.
I don't believe anyone has tried the Texi
On Sat, Oct 17, 2020 at 09:48:15PM +0100, Gavin Smith wrote:
> On Tue, Oct 13, 2020 at 01:40:44AM +0200, Patrice Dumas wrote:
> > @displaymath
> > a+b
> > @end displaymath
>
> @displaymath is implemented now (in both texi2any and texinfo.tex).
Ok. I'll see to add it to init/latex2html.pm and init
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
\ifx \HCode \undefined
\else
\HCode{\Hnewline }
\fi
but I get ! Undefined control sequence. for \Hnewline, and when I
remove \Hnewli
On Sat, Oct 24, 2020 at 11:21:15AM +0100, Gavin Smith wrote:
>
> Does tex4ht ever produce acceptible output? I tried it with the
> simple input
>
> @math{a^2 + c + {b \over d} + \sqrt{42}}
>
> and it gives me the output
>
>a2 + c + b
> d + √
> _42
>
>
> which is no good whatsoever. Ma
On Sat, Oct 24, 2020 at 01:56:05AM +0200, Patrice Dumas wrote:
> LaTeX is not very practical to write program documentation. Texinfo is
> not so good at math and bibliography. However, when you need both, for
> instance when you write a manual for a program dealing with mathematics,
> I find Texi