Hi,
I have xml containing following mathml. The Ù is symbol replaced with
Ω in the xml. But when i run the tex file. The pdf is not rendered with Ù symbol.
I have enclosed my xml and tex files.
Suppose that <math xmlns="
http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true">
<mi>S</mi>
<mo>=</mo>
<mn>11</mn>
<mo>
Ω</mo>
<mo>,</mo>
<mi>T</mi>
<mo>=</mo>
<mn>90</mn>
<mo>Ω</mo>
<mrow>
<mtext>and</mtext>
</mrow>
<mi>U</mi>
<mo>=</mo>
<mn>84</mn>
<mo>Ω</mo>
</mstyle>
</math>.
Thanks