NanoMichael / MicroTeX

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

Please consider making a release #177

Open yurivict opened 3 weeks ago

yurivict commented 3 weeks ago

The last release was in 2019.

sp1ritCS commented 3 weeks ago

You want a cLaTeXMath or MicroTeX release?

yurivict commented 3 weeks ago

Are these two different projects? What should users use?

sp1ritCS commented 3 weeks ago

two codebases same repository (master v. openmath branch)

clatexmath has some licensing issues but microtex is still in beta.

I generally suggest to use MicroTeX if possible, as the API is very unlikely to change anymore and a lot of parser improvements [fixes to null pointer deref segfaults] are only added to µTeX (clm and µTeX share the same parser). But for example for NoteKit we are still targeting clm until µTeX is released.

Note: https://github.com/NanoMichael/MicroTeX/commit/2b937406ed691f488ad7df701456a89d72d3db6e is considered clm version 0.0.5, it's just not tagged in git.