Davide P. Cervone

Results 978 comments of Davide P. Cervone

I'm not sure I understand the question. The v3 MathJax TeX font was based on Computer Modern and used mftrace to produce OTF versions of the original CM bitmap fonts....

> Am I correct in thinking the MathJax font glyphs were thicker than the Computer Modern glyphs? Well, yes and no. When the computer modern fonts were designed, TeX used...

@hurshore, for CommonHTML output, the mathjax-modern fonts use the Latin Modern glyphs from their OTF fonts, and those have specific paths that produce the fonts at one thickness. There are...

We are still working on getting v4.0 officially released. After that, we will get to work on to put the font repository into shape for the public. I know that...

PS, `\require{dsfont}`, etc. still won't work with the v4-lab due to the way that the packages are handled for the check boxes (the component files are not actually processed, and...

I've made the name change to the `Semantic Enrichment` menu item. I also made changes to some of the component `config.json` files to update them to handle the current interdependencies...

This markup is Content MathML rather than Presentation MathML. In order to process Content MathML, you need to include the `content-mathml` extension. Alter your configuration to include ``` MathML: {...

This repository is the development repository for the assistive tools for MathJax v2. The current version of MathJax is v3.2.2, and v4.0.0 is out in beta release. MathJax v2 does...

I suspect that the `xlink:href` references aren't working properly in XHTML. Try adding `fontCache: 'local'` to the `new SVG()` options. If that doesn't work, try `fontCache: 'none'`. These `href` attribute...

Actually, you don't need to set it in the file, you can use the `---fontCache` option to specify which to use. So try `--fontCache local` and see if that works.