Davide P. Cervone
Davide P. Cervone
@tdehaeze, I'm not sure what "that" refers to. The subequations environment? The issue with multiple labels for for align environment? I believe that the latter is fixed (see #691). There...
The MathJax fonts don't currently include a small-caps font, though it could be simulated, I suppose. In the meantime, you could consider the following: ``` javascript MathJax = { tex:...
PS, according to [can-i-use](https://caniuse.com/?search=font-variant-caps), the `font-variant-caps` style has good coverage. They indicate it doesn't work in Safari, but I checked it there and it does (Safari 12.1.1), so the only...
This is a duplicate of #1940
You don't say which version of MathJax you are using, or which output format. Version 3.2 currently only supports one font set, and that doesn't include upright integrals. Version 2...
The capital Greek letters that are the same as Latin letters, like capital Alpha, do not get their own macros in standard LaTeX. So MathJax doesn't have `\Alpha`, `\Beta` or...
Thanks for the report. I will make a pull request to resolve the issue in the next release. For now, you can use ``` js MathJax = { startup: {...
By default, MathJax output renderers use TeX spacing rules, not MathML spacing rules, so there are situations (like this) where the results in Firefox may differ from that in MathJax....
Thanks for the report. The problem is due to the fact that the MathML input jax is picking up the assistive MathML that was inserted during the initial typesetting pass,...
Alternatively, if you are not using MathML input yourself, then using `tex-chtml.js` instead of `tex-mml-chtml.js` would also resolve the problem (and give you a smaller file for your users to...