Davide P. Cervone
Davide P. Cervone
PS, you really should update your version of MathJax. v2.7.1 is quite old. The current version is 3.2.2, with v4.0 out in beta release. The current v2 version is 2.7.9.
I know what is causing the problem, and it is fixed in the upcoming v4 release (currently in beta). Unfortunately, I have not been able to workout a patch for...
This is a duplicate of #2447. Automatic linebreaking is not implemented in v3. It is one of the features that has been included in v4 (now in beta release).
> this piece of code gave an error on version 4 Yes, there are some internal changes in v4 that affect this code. Here is a version that works for...
The `esm` extension is not actually required to use MathJax unless you are loading the components from source (`components/src`) rather than from the webpacked versions in the `es5` directory. Since...
OK, glad that worked for you. If I recall correctly, `node-main.js` sets things up so that the root directory is the directory from which `node-main.js` was loaded, so that it...
This was fixed in one of the `makeAll` updates for v4.0
As I mentioned in my email to you on November 21st, the issue is in the pattern at https://github.com/mathjax/MathJax-src/blob/9d1370999feba6e608271b6309cb9d304c61b54a/ts/input/tex/base/BaseItems.ts#L1151 which needs a `\s*` ``` js const pattern = /^([^]*?)([&{}]|\\\\|\\(?:begin|end)\s*\{array\}|\\cr|\\)/; ```...
No problem. At least it gives me an issue to tie the branch for the PR to.
Actually, this was fixed in a recent [commit](https://github.com/mathjax/MathJax-src/pull/827/commits/597cbcab831da89f256fe2f0d0bccab115eef4f7) to the linebreaks branch, since that hasn't been fully reviewed and merged yet, so it didn't get a separate PR.