Re: MathJax support in texi2any

2020-10-08 Thread Patrice Dumas
On Wed, Oct 07, 2020 at 08:00:50PM +0100, Gavin Smith wrote: > I've implemented basic MathJax support in texi2any in commit > 7ff3cbdc4. Should there be new @-environement commands for display math and equation ($$...$$ and \[...\] in Mathjax and Tex/LaTeX)? If not, I guess that users will use

Re: MathJax support in texi2any

2020-10-08 Thread Gavin Smith
On Thu, Oct 08, 2020 at 12:26:28PM -0700, Raymond Toy wrote: > Does this also mean I can use AMSTeX features in @math? I guess that also > means I still need @iftex and @ifhtml versions since tex output only > understands plain TeX, right? Still this is a very nice feature! I couldn't tell you a

Re: MathJax support in texi2any

2020-10-08 Thread Raymond Toy
On Thu, Oct 8, 2020 at 9:31 AM Gavin Smith wrote: > On Thu, Oct 08, 2020 at 08:06:05AM -0700, Raymond Toy wrote: > > On Wed, Oct 7, 2020 at 12:01 PM Gavin Smith > > wrote: > > > > > I've implemented basic MathJax support in texi2any in commit > > > 7ff3cbdc4. To use it, run texi2any as "texi2any

Re: MathJax support in texi2any

2020-10-08 Thread Gavin Smith
On Thu, Oct 08, 2020 at 08:06:05AM -0700, Raymond Toy wrote: > On Wed, Oct 7, 2020 at 12:01 PM Gavin Smith > 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 appreciate

Re: MathJax support in texi2any

2020-10-08 Thread Raymond Toy
On Wed, Oct 7, 2020 at 12:01 PM Gavin Smith 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