Davide P. Cervone
Davide P. Cervone
The main issue is that you have specified that your expression is an AsciiMath one, but really it is a TeX one. It appears that AsciiMath produces bad MathML when...
> Sometimes the equations will be less than stellar, possibly garbage. Sorry, I thought you meant the resulting output was bad, not the input provided to MathJax. I understand what...
I was just trying out an AsciiMath component for MathJax v3, and realized that because of the legacy v2 code, you can't webpack it. If your app requires the code...
OK, it is possible to make a webpackable asciimath component by changing https://github.com/mathjax/mathjax-v3/blob/660ad53770f47915f6e99abf62299e7da343fa5e/mathjax2/legacy/MathJax.js#L776 to timeout(); and https://github.com/mathjax/mathjax-v3/blob/660ad53770f47915f6e99abf62299e7da343fa5e/mathjax2/input/AsciiMath.js#L1 to MathJax = Object.assign(global.MathJax || {}, require("../legacy/MathJax.js").MathJax); Then the component can be modeled...
I've made a [asciimath-component branch](https://github.com/mathjax/mathjax-v3/tree/asciimath-component) of the v3 code that includes the webpackable AsciiMath component.
Yes, we can continue to make releases. Getting v3.0 out was top priority (for quite some time), but now we can time time to catch up on some of the...
OK, I resolved the conflicts and updated the HtmlNode files that were causing the typescript problems (the linebreaks branch changed the parameters to `toSVG` and `toCHTML`, and those files weren't...
I think there is another approach to this that doesn't require you to know anything about the bounding boxes of individual terms or their locations. You can put an event...
> Will click handlers work in node environment? on a LiteAdaptor? I'm not sure quite what you mean by that. The LiteDOM is not a setting where there is a...
The difference in output appears to be the difference between in-line math and display math. For in-line, fractions are reduced in size, and other adjustments are made in order to...