NanoMichael / MicroTeX

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

Fix latex2png. C++20 compatibility. Add static build of microlatex-qt #139

Closed ghost closed 1 year ago

ghost commented 1 year ago
  1. Fix small bug in latex2png initialization.
  2. Fix small c++20 incompatibilities.
  3. Build microlatex-qt as a static library if microlatex is built as a static library.
  4. Fix locale exception on Windows. https://github.com/NanoMichael/MicroTeX/issues/140

@NanoMichael I think these changes are fairly uncontroversial, and can be merged. Please, have a look when you have time.