Davide P. Cervone

Results 978 comments of Davide P. Cervone

I don't think you will be able to get the menu to work, as there are lots of dynamically changing styles, from the position of the menu initially, to the...

Note that XyJax is HTML-CSS specific (e.g., [line16288](https://github.com/sonoisa/XyJax/blob/master/extensions/TeX/xypic.js#L16288)), so it is not going to work with mathjax-node. It also uses `offsetHeight` (e.g., [line 16327](https://github.com/sonoisa/XyJax/blob/master/extensions/TeX/xypic.js#L16327)), so it will not work in...

> I thought it supports SVG output It does seem to say that. I didn't look real closely, but did look for where it got the bounding box information for...

There is also another instance of this at [line 16713](https://github.com/sonoisa/XyJax/blob/master/extensions/TeX/xypic.js#L16713)

The alpha release is still very preliminary and there is much still to do. We are hoping for a beta release second quarter this year. That will be a release...

While we are making improvements regularly, I would not recommend using the alpha release for production work. Things are still in flux, and the output is not fully implemented yet,...

The MathJax v3 beta [README](https://github.com/mathjax/mathjax-v3/blob/beta/README.md) includes documentation on getting and using MathJax v3 beta, and there are examples in the [mj3-demos-node](https://github.com/mathjax/mj3-demos-node) repository for using MathJax v3 in node. More documentation...

I wasn't suggesting that there shouldn't be those changes, only trying to point you to the existing documentation in case you were not aware of it. Since many people are...

I am hoping that SVG will be included in the 3.0.0 release, and I' hoping to get the SVG implementation under way next month. Much of the CommonHTML framework can...

> Do we still need mathjax-node or is it advised to use mathjax directly from npm It is up to you whether you make the change to v3. I suspect...