LaTeX.js icon indicating copy to clipboard operation
LaTeX.js copied to clipboard

Not equal sign rendering incorrectly.

Open sirrommit opened this issue 2 years ago • 2 comments
trafficstars

Using the \ne, \neq, or even a unicode notequal symbol renders incorrectly in math mode (tested in Firefox and Safari on MacOS). The slash renders before the equal sign. In Firefox the slash is significantly before the equal sign and in Safari the slash is just before the equal sign.

On the latex.js.org/playground page, the slash renders as a non-existent symbol.

KaTeX has a known issue with mis-aligning the slash vertically in some situations, but this is mis-aligned horizontally. One possible solution would be to redefine the KaTeX macros along the lines of:

katex.render( text, element, { macros: { '\neq': '\mathrel{\char`≠}', }, }, )

As found at this page: https://github.com/KaTeX/KaTeX/issues/2109

Thank you for this impressive work.

sirrommit avatar Jan 19 '23 23:01 sirrommit

oh... I will try updating KaTeX first and then see what's going on.

michael-brade avatar Apr 23 '23 15:04 michael-brade

Hi Michael, Thank you for your work. Have you ever tried updating Katex? Unfortunately it still doesn't work.

caroblank avatar Aug 15 '23 07:08 caroblank