--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you Peter.
Using the Simple Mathjax WordPress plug-in, I now have:
MathJax.Hub.Config({
extensions: ["MatchWebFonts.js"],
MatchWebFonts: {
matchFor: {
"HTML-CSS": true,
NativeMML: false,
SVG: false
},
fontCheckDelay: 20000,
fontCheckTimeout: 300 * 1000
},
tex2jax: {
inlineMath: [['\\(','\\)']]
},
"HTML-CSS": {
linebreaks: {
automatic: true
},
scale: 85,
preferredFont: "TeX",
mtextFontInherit: true,
matchFontHeight: true
}
});
I multiplied the defaults for fontCheckDelay and fontCheckTimeout by 10 for testing. And I scaled to 85%.
I also changed for the moment to 16px Lato, just like on http://docs.mathjax.org/.
At http://davidroodman.com/blog/2010/09/05/t/ you can see some samples. A few equations are in triplicate: first in MathML using MathJax, then in LaTeX using MathJax, then in LaTeX using the WP LaTeX plugin by Automattic. You’ll see the MathJax ones are still noticeably heavy. (Arguably the WP LaTeX are too light, and that may illustrate software design the difficulties…)
But naïve user that I am, Mathjax doesn’t quite seem to be doing what I want it to do…
--David
Thank you, Peter.
I find that in Chrome if I zoom to about 125% to match the scale of your screenshots (at least as they appear on my screen), things do look less imbalanced in my browser too.
Here is a screenshot of Chrome, IE, and Firefox on my Windows 7 laptop all at 100% zoom. Also shown is some of the same equations rendered into pdf with MiKTex.
(I have now switched back to Open Sans as my main text font, and have switched the Mathjax scale factor back to 100.)
For me the MiKTeX output still seems to represent the ideal with respect to font weight while the Mathjax output looks too heavy..
Twitter & Skype: davidroodman
<roodman-85percent.png><roodman-100percent.png>
Switching to Latin Modern has brought it closer to what I want, which I guess makes sense since my expectations are shaped by my LaTeX/pdf experience.
Unless the issue of most of the fonts looking heavy is specific to my machine(v.s. Windows in general), it’s possible that other users will be also thrown off by most of the Mathjax fonts looking significantly heavier than the LaTeX font they’re used to.
Thanks to all for the help.
--David