Hello, On Mon, Jun 21, 2021 at 08:37:48PM +0200, [email protected] 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
