sammarshallou / webmaths

Java web services for handling MathML and TeX (intended for use with a Moodle filter)
GNU General Public License v3.0
5 stars 7 forks source link

Update includes and fix Chrome issue #87

Closed clransom closed 4 years ago

clransom commented 4 years ago

The first commit adds *.jar to the jaxws includes because each time we added a jar it complained another one was missing.

The second commit just reverts part of the code that was changed when switching to mathjax-node-sre which changed the width of the lines from 10 to 1. This was causing an issue in Chrome where parts of plus signs were invisible.