Does anyone else have the problem of LaTeX operators (seems to be mostly + and -) not rendering properly in Pluto notebooks? Oftentimes they aren’t rendered at all and sometimes, with the + operator, it’s only partially visible. For example:
Just want to mention that I have also seen this in the last months - in Jupyter, and in wikipedia. The problem seemed to occur especially when something was raised to minus something, the minus would not be visible ( but the space for it was there). I have a small and kinda crappy computerscreen, so it could be a resolution-thing as you suggested.
Nice. Or not, however you want to see it. ^^
I’ve definitely seen this but only on screens with comparatively low resolution, so it shouldn’t happen with your high-res screen, but who knows. You could try to play around with your systems font setting, try to force TrueType or ClearType or however it is called, that may fix it.
Idk if there is something in the browser settings, too, but you may check that of course. I think font hinting is the word for that.
I have the same issue on my QHD screen, so I don’t think the problem is limited to low resolutions.
But it’s definitely a resolution dependent rendering issue, probably more to do with MathJax than Pluto if the error also occurs on Wikipedia (although I never saw it there.) Does Wikipedia use MathJax?
There seem to be multiple renderers for MathJax. The SVG one seems to be the one that was the default for quite some time, and has the problem with symbols for me. Switching to CHTML solved it, though the figured are now a bit larger and bolder.