bug-texinfo
[Top][All Lists]
Advanced

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

Re: MathJax support in texi2any


From: Gavin Smith
Subject: Re: MathJax support in texi2any
Date: Thu, 8 Oct 2020 17:31:13 +0100
User-agent: Mutt/1.9.4 (2018-02-28)

On Thu, Oct 08, 2020 at 08:06:05AM -0700, Raymond Toy wrote:
> On Wed, Oct 7, 2020 at 12:01 PM Gavin Smith <gavinsmith0123@gmail.com>
> wrote:
> 
> > I've implemented basic MathJax support in texi2any in commit
> > 7ff3cbdc4. To use it, run texi2any as "texi2any --html -c
> > HTML_MATH=mathjax". Feedback would be appreciated on how well it works
> > with Texinfo manuals containing math typesetting.
> >
> 
> This is really great news!  Maxima's manual has many formulas, but they're
> all wrapped in @ifhtml and @iftex.
> 
> With this new version, how do I get formulas typeset?  @math?  Something
> else?

Just use @math with no conditional.

I downloaded maxima 5.44.0 and to build the documentation without building
the package, I did

texi2any.pl --html maxima.texi --no-validate -c HTML_MATH=mathjax

and this worked.  For example, the file
maxima/Functions-and-Variables-for-zeilberger.html in the output
had math displayed OK in most cases if JavaScript is enabled (although there
may be a few problems I need to look at).



reply via email to

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