Davide P. Cervone

Results 978 comments of Davide P. Cervone

Here is a configuration for MathJax v3 that should do the trick, provided you are loading a component that has only one input processor. ``` js MathJax = { startup:...

I've made a pull request to include this in the v4.0 release.

I am not able to reproduce your first two examples. Are you pre-rendering the pages on the server, or is MathJax running in the browser? If in the browser, is...

> I am rendering on the server, so that is probably the explanation for what I was seeing. Yes, that would account for it, as fonts other than the ones...

It's on the list of things to do (the v4.0 milestone, and assigned to me so I will be sure to see it).

I've made the change as part of mathjax/MathJax-src#906, which was updating the `braket` package in other ways. While MathJax doesn't use this attribute, I suspect SRE uses it somewhere, so...

Your last issue about `|-a|` is fixed in the pull request mathjax/MathJax-src#907.

@shengchao-lin, [this issue](https://github.com/mathjax/MathJax/issues/2427) discusses implementing section numbers using the v3 `tagformat` package. A similar approach could be used to get sub equation numbers. Something like the code in the post...

@kno10, yes, the v4 alpha release has the 11 fonts, and has been well received over all. There are still some issues to resolve, however, and code review is not...