help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Math for html output not in manual


From: Patrice Dumas
Subject: Re: Math for html output not in manual
Date: Tue, 22 Jun 2021 00:19:01 +0200

Hello,

On Mon, Jun 21, 2021 at 08:37:48PM +0200, henri-biard@francemel.fr wrote:
> 
> I went through the manual but have not found any information about how to 
> output
> 
> mathematical expressions for html output.

It should be in the next release, which is due soon, with the
customization variable HTML_MATH.

> An additional problem is the lack of information in the manual about making
> 
> global tex commands (\def) that one can use in other tex blocks for output in 
> html.

I have not tested, but my guess is that with MathJax, only local
definitions are taken into account.  With latex2html my guess is that
\def is not ok.  With tex4ht it should work, but only in @tex blocks,
not in @math and @displaymath which go to different files than @tex
blocks before going through tex4ht.

If you have an example, I could test with the development version.

It would be relatively easy to fix the tex4ht case, though, by putting
every command in one file.  The release is too near to do that kind of
changes now, but I could make that change after the release.

-- 
Pat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]