Skip to content

Releases: gjtorikian/mtex2MML

v1.3.2

08 Sep 16:28
43f9e36
Compare
Choose a tag to compare

What's Changed

  • Fix cmake rules to really install executable and libraries by @jirutka in #60
  • Fixes #61: Adds support for macports and archlinux by @puffybsd in #62
  • fix #65: unexpected LIMITS at token \limits after \prod & \sum by @yapus in #66
  • Update trim 0.0.1 -> 0.0.3 by @jhongturney in #74
  • Update to account for C prototype changes by @gjtorikian in #75

New Contributors

Full Changelog: v1.3.1...v1.3.2

1.3.1

13 Sep 23:01
Compare
Choose a tag to compare
v1.3.1

Bump to 1.3.1

1.3.0

23 Aug 00:34
Compare
Choose a tag to compare
  • Support bare environments: #54

1.2.3

18 Jun 22:42
Compare
Choose a tag to compare
  • Improved rendering for alignat: #43
  • Support Windows builds! #42

1.2.2

15 Jun 22:51
Compare
Choose a tag to compare
  • Address a lot of C99 warnings for Render in Lab: #41

1.2.1

13 Jun 02:11
Compare
Choose a tag to compare
  • Add -fPIC in the cmake way: #40
  • Lower cmake expectations to 2.8.7

1.2.0

12 Jun 05:07
Compare
Choose a tag to compare
  • Switch the build system to cmake: #37
  • Vastly improve the detection and parsing of delimiters: #38

1.1.1

02 Jun 06:51
Compare
Choose a tag to compare
  • Implement a quick fix for broken bold fonts: #33

1.1.0

01 Jun 20:49
Compare
Choose a tag to compare
  • Support nonumber and notag: #31

1.0.1

05 May 09:34
Compare
Choose a tag to compare

From v1.0.0...v1.0.1:

  • Properly return NULL on erroneous parse functionality
  • Compile objects with -fPIC for improved library consumption