dita4publishers / org.dita4publishers.word2dita

Word-to-DITA transformation framework. Enables generation of DITA maps and topics from styled Microsoft Word documents.
16 stars 11 forks source link

Support the capture of Word Math as MathML #6

Closed scalderwood closed 8 years ago

scalderwood commented 9 years ago

This appears to be working comprehensively (see branch "issue-6"). Sample Word file has been pushed to develop branch in the sample-data repo (https://github.com/dita4publishers/d4p-sample-data/commit/f45f87a) that contains all equations that come pre-defined in Word 2011 for Mac (these appear to be comprehensive). What is left to do: -Make sure that licensing is okay -Need to support character styles within equations (will require a somewhat decent refactor of omml2mml code; is m:r [where m is the prefix for the WORD ML namespace] equivalent to w:r?); I'm not sure when I will get to this -Need to make sure haven't broken MathType support, but that should not be the case -Not sure if it was right to change <mathml> to <d4p_MathML>. I think <mathml> will be correct in DITA 1.3?

scalderwood commented 9 years ago

Only things left to do are to make sure the licensing is okay and add acknowledgment to TEI. Will not be supporting character styles within equations because we need to make sure the resulting construct conforms to the MathML standard.