mathtype_to_mathml icon indicating copy to clipboard operation
mathtype_to_mathml copied to clipboard

Converts equations from MathType format (MTEF) to MathML.

Results 7 mathtype_to_mathml issues
Sort by recently updated
recently updated
newest added

Due to the conversion issue #9 in the ruby script, I used the XSL library [lib/transform.xsl](https://github.com/jure/mathtype_to_mathml/blob/master/lib/transform.xsl) to transform the outputs generated using [jure/mathtype](https://github.com/jure/mathtype), the transformation looks good but 1. it...

We are trying to convert MathType binary files to MathML from a Docx file, while converting the MathType binary file (eg: image1.wmf), the below error is thrown, **Code** Used: ```...

Hi, I'm building a tool to convert MathType in docx file to Latex. I'm using this lib to convert MathType to MathML and then MathML to Latex. And then I...

Traceback (most recent call last): 20: from test.rb:5:in `' 19: from test.rb:5:in `new' 18: from /var/lib/gems/2.5.0/gems/mathtype_to_mathml-0.0.7/lib/mathtype_to_mathml.rb:13:in `initialize' 17: from /var/lib/gems/2.5.0/gems/mathtype_to_mathml-0.0.7/lib/mathtype_to_mathml.rb:13:in `new' 16: from /var/lib/gems/2.5.0/gems/mathtype-0.0.8/lib/mathtype.rb:15:in `initialize' 15: from /var/lib/gems/2.5.0/gems/bindata-2.4.4/lib/bindata/base.rb:21:in `read' 14:...

As reported by @SMahalakshmi in https://github.com/Sukii/Metaforml/issues/7 23/28 equations from Mozilla's MathML torture test are correctly converted, while 5/28 have some issues. We need to add these equations to the test...

bug