Hello AuotIT MVPs,
Good day!
Can someone help me how to convert mathml tags to gif? Sorry I don't know much about AuoIT scripting as I'm on the process of learning it. Here's the sample MathML tags in XML.
<?xml version="1.0" encoding="utf-8"?>
<doc>
<title lang="en">Basic MathML</title>
<sec>
<sectitle>Introduction</sectitle>
<p>Here is a sample MathML:</p>
<p>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mstyle>
<mi>f</mi>
<mrow>
<mo>(</mo>
<mi>a</mi>
<mo>)</mo>
</mrow>
<mo>=</mo>
<mfrac>
<mn>1</mn>
<mrow>
<mn>2</mn>
<mi>π</mi>
<mi>i</mi>
</mrow>
</mfrac>
<msub>
<mo>∮</mo>
<mrow>
<mi>γ</mi>
</mrow>
</msub>
<mfrac>
<mrow>
<mi>f</mi>
<mo>(</mo>
<mi>z</mi>
<mo>)</mo>
</mrow>
<mrow>
<mi>z</mi>
<mo>−</mo>
<mi>a</mi>
</mrow>
</mfrac>
<mi>d</mi>
<mi>z</mi>
</mstyle>
</math>
</p>
</sec>
</doc>
Any help is much appreciated.
Note: This is for my thesis.