Блог пользователя Spheniscine

Автор Spheniscine, история, 3 года назад, По-английски

The math renderer was changed/updated recently but it looks much worse than the previous version.

First off, it takes much longer to fully render; before it does it looks like this, which is small and hard to read:

Then when it does fully render, it's quite blurry:

  • Проголосовать: нравится
  • +374
  • Проголосовать: не нравится

»
3 года назад, # |
Rev. 4   Проголосовать: нравится +40 Проголосовать: не нравится

Try this: visit https://github.com/mathjax/MathJax/tree/2.7.9/fonts/HTML-CSS/TeX/otf , install all fonts, and restart your browser (if this does not work, try restart computer).

This may help until the next change of math renderer.

An alternative solution is: left-click on math to select it → right-click on it → select "math settings" → select "math renderer" → select "SVG".

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I tried this; it does improve the visuals somewhat, but it still takes way too long to render, and some font styles (e.g. bold) are still blurry

    The current workaround I'm going with is to switch the math renderer to SVG mode and to increase the browser zoom slightly to 110%.

»
3 года назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится

You can just right click on a math equation and change it from Math Settings->Math Renderer

»
3 года назад, # |
  Проголосовать: нравится +68 Проголосовать: не нравится

Thanks, I'll check other versions of MathJax.

»
3 года назад, # |
  Проголосовать: нравится +81 Проголосовать: не нравится

Please, check it now. Probably, you would need Ctrl+F5 to reload without caching.