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: Should support \textstyle etc #40

Closed sammarshallou closed 12 years ago

sammarshallou commented 12 years ago

Currently it supports \displaystyle, but not \textstyle, \scriptstyle, or \scriptscriptstyle.

As we will use all of these in the output of the MathML->LaTeX converter, it's kind of important that it works the other way.