KQMATH / tex2max

:books: JavaScript library for converting LaTeX math into Maxima code
https://www.npmjs.com/package/tex2max
GNU General Public License v3.0
14 stars 6 forks source link

Browser (UMD) build is broken #54

Closed andstor closed 5 years ago

andstor commented 5 years ago

The tex2max.js file is currently not working. This is most likely a breaking change in the Webpack version.

When trying to run the file in the browser, it complains about SyntaxError: Invalid regular expression: range out of order in character class.

andstor commented 5 years ago

Fixed by b8e7fa594a5a5b8d03388748effa21a0567584be.