Davide P. Cervone

Results 978 comments of Davide P. Cervone

No, not in general, as the positioning would not be correct. For example, because the default for displayed math is to have it be centered, the inter-text would not start...

Remember, MathJax doesn't really handle text-mode material, only math-mode, so trying to get it to handle a sentence or paragraph in the middle of a math table is not going...

> t's been 11 years and this still isn't implemented. That's correct. There are no plans to implement this currently,.

The problem is the `.7\linewidth` as the width for the `multlined` environment. MathJax doesn't have `\linewidth`, and it doesn't do computations in the width in any case, so that ends...

I've identified the problem with these, and have made a new commit to my PR to resolve them. You will ned to merge that into this branch to get them,...

Oh, and you also need to run `pnpm install` in the `testsuite` directory to update the font extension used in one test, otherwise you get a version mismatch warning (which...

OK, I will keep it in mind, but I can't reproduce, either. It's possible that the `localStorage` were a problem, but most of them are the same as they used...

I'm still not able to reproduce this. What OS are you working from (and what version)?

OK, now I can reproduce. Thanks for the additional details. There is also a problem loading the font used for the in-line spacing (which is in a `data://` URL) due...

It also is not restricted to Firefox, as I can also reproduce in Safari. Haven't checked Chrome.