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

TeX: \over processing should stop at } #48

Closed sammarshallou closed 12 years ago

sammarshallou commented 12 years ago

Example:

{y \over 1+y} = \alpha .

This gets converted completely wrong..

sammarshallou commented 12 years ago

Fixed.

This was complicated - I don't like the way the TeX parser is structured, it seems very haphazard :( Means I'm a bit uncertain about the correction I did, however that is why there are quite a few unit tests (including those which run all the samples) which successfully identified problems with my first attempts at this.