NanoMichael / MicroTeX

A dynamic, cross-platform, and embeddable LaTeX rendering library
MIT License
418 stars 69 forks source link

Segfaults in equation with $ and \not. #121

Closed sp1ritCS closed 2 years ago

sp1ritCS commented 2 years ago

The equation

$g\not$

is causing µTeX to segfault. I asume this is, because it attempts to render the \not onto the not visible dollar sign. Weirdly this only happens when there is a char infront of the \not. $\not$ renders just fine ._.

See: https://nanomichael.github.io/MicroTeX/?tex=$a\not$

NanoMichael commented 2 years ago

fixed by #122