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: Accents use wrong characters #11

Closed sammarshallou closed 12 years ago

sammarshallou commented 12 years ago

The accent rendering is really horrid. Is there anything we can do about it? Probably not.

sammarshallou commented 12 years ago

Note: This is based on the accent examples in sample document.

sammarshallou commented 12 years ago

It turns out the accent rendering is using incorrect characters; it is using combining characters but should be using non-combining ones (except in one case where there is only a combining character). I have changed it to the correct characters.

With the correct characters, JEuclid accent rendering is much improved, although still poor.