Hi :
I have bought the Version pro 5.0
when add MathEquation with bold-itlatic, In the generated word by office2013, can't display properly; but in office 2007 , it can display properly , I don't know reason. According to the code is as follows:
$docx->addText('We write a math equation using MathMML:');
$mathML = '<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
<mml:mrow>
<mml:mi mathvariant= "bold-italic">x</mml:mi>
<mml:mi >y</mml:mi>
</mml:mrow>
</mml:math>';
$docx->addMathEquation($mathML, 'mathml');
Looking forward to the reply, thank you!