Davide P. Cervone

Results 978 comments of Davide P. Cervone

MathJax consists of several separate component files, and we don't provide unminified versions of them. You can, however produce un-minified versions yourself, if you wish. Clone the [MathJax-src](https:/github.com/mathjax/MathJax-src) repository, and...

You are right, there is no mechanism for that. But you can do something like ``` \renewcommand{\eqref}[1]{Equation \ref{#1}} ``` in order to get `Equation 1` for the equation tagged with...

It's not clear what "ugly" means, here, but I assume it is related to the size. The MathJax web fonts don't include U+222F, so the character is taken from system...

MathJax v2.7 has not been updated this year, and no changes have occurred in he last month. Was there a browser update? Or did you update Windows? If there was...

Thanks for the report. I'll fix it in the next pass over the documentation (I know it has been a long time).

Thanks for trying out the lazy typesetting, and for the issue report. You are correct, printing doesn't work as expected; obviously, I didn't consider this situation. It is possible to...

This is due to the fact that the explorer uses semantic-enrichment that modifies the underlying MathML for the expression, and that adds `mrow`s around the parentheses, which in turn causes...

Quite correct. Sorry about the typos and copy/paste artifact!

Thanks for catching that. I'll make a PR for it.

Yes, it is a bug, in that the `mspace` line breaking doesn't take the indent attributes into account. That is because when the algorithm was first written (back in 2010...