Davide P. Cervone

Results 978 comments of Davide P. Cervone

I will have to look into this further to see if I can determine what is going on. It seems to be an OS-specific.

I think there is on other situation missing from your list, which is `mjx-row > mjx-den` (used in fractions). Otherwise, I think you have found the full list. I will...

I have made a PR that removes the `*` CSS rules, as suggested.

Version 3.2 now includes the upgreek package, so perhaps that will allow you to define the macros that you want.

Here is a configuration that may do the trick for you. ``` js MathJax = { startup: { async pageReady() { const {STATE} = MathJax._.core.MathItem; const status = document.fonts.status; await...

Here is a configuration that works more like the origin `MatchWebFonts` (by checking for which expressions need to be updated and only updating those), so should produce less jitter. ```...

Thanks for these reports. I have fixed them in the v4.09 documentation.

Thanks for the report. I will investigate further.

I have made a pull request that will resolve the issue in the next release. For now, you can use `\operatorname{{atan}2}` to get the proper spacing as a work-around.

I have made a PR that addresses this issue, and several other line-breaking problems.