Closed sp1ritCS closed 1 year ago
Turns out there was a symbol for it ._.
\varnothing
now results in
It seems that the latest version of Emscripten no longer exports the malloc function by default, which caused the CI to fail. I'll make the necessary changes.
It seems that the latest version of Emscripten no longer exports the malloc function by default, which caused the CI to fail. I'll make the necessary changes.
This issue has been fixed. You can merge the code from the openmath branch first.
did a rebase, you should be able to ff-merge this now
MicroTeX should now render when it receives \emptyset.
\varnothing
currently also renders the same character (U+2205), it might be useful to make behave like TeX and cLaTeXMath and let it render , however I don't think unicode differentiates between them (maybe draw it in code? a circle and a line should be simple enough).closes #138