Davide P. Cervone
Davide P. Cervone
@Jazzpirate, OK, having suggested the pre-filter, I thought I would check it out and see if that would actually work, and it turns out not to be too hard to...
@Jazzpirate and @teepeemm, there is a new PR that implements HTML in MathML token elements for MathJax v3. See link above.
The `ready()` function isn't for when the typesetting is done, it is for when all MathJax components are loaded and it is ready to go (this occurs before typesetting). See...
You have not provided enough information to diagnose your problem, for example the code that is attached to the button press, or the actual error message that is produced (with...
> I noticed that operators like plus and minus signs are closed up when located in mfrac within an inline-formula This is following the TeX rules for spacing. TeX has...
The current `mglyph` implementation is somewhat more restricted than the v2 version. It doesn't currently implement the deprecated `fontfamily` and `index` attributes (and may not in the future). Actually, it...
I'm transferring this issue to the main MathJax issue tracker, so it is easier to locate.
OK, thanks. The MathJax TeX fonts were created using `mftrace`, which does not always produce perfect results. It looks like it didn't get this character quite right.
Thanks for the report. I will need to look into the issue.
Also, the `padded()` function should be exported.