NanoMichael / MicroTeX

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

unimath: added \emptyset symbol #150

Closed sp1ritCS closed 1 year ago

sp1ritCS commented 1 year ago

MicroTeX should now render Bildschirmfoto vom 2023-06-16 08-54-13 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 Bildschirmfoto vom 2023-06-16 08-55-59, 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

sp1ritCS commented 1 year ago

Turns out there was a symbol for it ._.

\varnothing now results in Bildschirmfoto vom 2023-06-16 09-07-42

NanoMichael commented 1 year ago

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.

NanoMichael commented 1 year ago

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.

sp1ritCS commented 1 year ago

did a rebase, you should be able to ff-merge this now