Davide P. Cervone

Results 978 comments of Davide P. Cervone

First, you have filed this issue in the wrong place. As the issue template indicates, this issue tracker is only for structural problems with the source code repository, not for...

Not every LaTeX command is implemented in MathJax, and none of these is. You can find a list of the commands that *are* available in the [documentation](https://docs.mathjax.org/en/latest/input/tex/macros/index.html). You don't indicate...

> the /overrightarrow symbol doesn't render when $ wraps, but it renders fine when backslash wraps I do not understand what this means. Can you explain the situation further? >...

The `enableEnrichment` and `enableExplorer` options are actually managed by the contextual menu, when its code is loaded (as it is in your case since you are loading `tex-mml-chtml.js`, which includes...

I did some more testing to find out what was causing the error itself in your original code, and figured out what is going on. The `MathJax.startup.defaultReady()` calls are actually...

These are browser rendering problems. As you have shown, a zoomed version renders properly, meaning the browser is not rendering the original size correctly. That is due to pixel rounding...

The process used for stretchy characters in v4.0 has been redesigned, and should handle this situation better. Marking as fixed in v4.0.

Concerning in-line breaking in Safari: this is a bug with Safari, but I have created a pull request that works around it. I note that you are using the alpha.1...

Thanks for the report. We will look into updating the menu to be more compliant.