Davide P. Cervone

Results 978 comments of Davide P. Cervone

This is an unrelated issue, and should have been filed separately. Your other recent issue is the same one, however, so no need to open a new one now. The...

Peter is correct, the problem is the internal `'` which closes the initial `'` being used as the quotation mark, so the rest of the MathML is being interpreted by...

Yes, these are the issues you face when trying to pass content containing quotation marks to command-line programs. One solution would be to use single quotes for the attribute values...

In any case, none of these are problems with `mathjax-node` itself, but with your interaction with your command shell, so are really outside the scope of this issue tracker.

Thanks for your interest in MathJax. Note that MathJax is not actually LaTeX, but is only LaTeX-like. MathJax is implemented in the browser, and anything that it does has to...

The error suggests that there is an `\begin{array}` that doesn't have a corresponding `\end{array}`. There is not really enough information in your report to determine the problem. You would need...

When the SVG or HTML element is not generated, that means something went wrong in the input our output jax, and that should cause a `Math Processing Error`, which will...

Maybe, I'm not sure. Because MathJax is used in several settings (web packed files in browser and node, direct access in node, potentially in `` tags, and via `system.js`), there...

I'm not able to get it to work. For example, if I change the `baseURL` to `./js` or `./ts` and use something like ``` js import {split} from 'util/string.js'; ```...

> But you nerd-sniped me to learn more about TS and path rewrite issues. :-) If you come up with anything, let me know. I have had to put it...