daniel3735928559/guppy

Not equal to is not correctly rendered

Opened this issue · 5 comments

nagin commented

When you type neq in guppy editor it is not rendered correctly.
while it should be rendered like
http://latex.codecogs.com/gif.latex?%5Cdpi%7B100%7D%20y%20%5Cneq%200

This appears to be upstream in KaTeX: If you enter \neqat https://katex.org the same result appears. I don't immediately see an open issue on that project, so you might consider opening one. (In any case, this needs to be fixed, so I'll leave this issue open as a reminder to pull in their fix when that happens.)

nagin commented

I tried in https://katex.org and it is rendering correctly, while in guppy it is not . Attaching images of how it looks in Katex and in guppy
katex_neq
guppy_neq

Interesting. That bottom rendering is what I'm seeing on katex.org in Chromium:

sc

In Firefox, katex.org looks fine, but guppy is broken as in your image on both. Will continue to investigate.

nagin commented

any updates on this?

Looks like this can be fixed by updating the bundled version of KaTeX to 0.10.2.
See
KaTeX/KaTeX#1941 (comment)
KaTeX/KaTeX#1842 (comment)

Edit:
I think the changes required for Guppy can be found here
https://github.com/daniel3735928559/KaTeX