NanoMichael / MicroTeX

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

Please consider making a release #177

Open yurivict opened 5 months ago

yurivict commented 5 months ago

The last release was in 2019.

sp1ritCS commented 5 months ago

You want a cLaTeXMath or MicroTeX release?

yurivict commented 5 months ago

Are these two different projects? What should users use?

sp1ritCS commented 5 months 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.

yurivict commented 6 days ago

We use MicroTex in the FreeBSD port. If you would make a fresh release, users would more likely use the latest code vs. some very old revisions.