Jump to content

MathML renderer to GIF


Recommended Posts

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>&#x3C0;</mi>
<mi>i</mi>
</mrow>
</mfrac>
<msub>
<mo>&#x222E;</mo>
<mrow>
<mi>&#x3B3;</mi>
</mrow>
</msub>
<mfrac>
<mrow>
<mi>f</mi>
<mo>(</mo>
<mi>z</mi>
<mo>)</mo>
</mrow>
<mrow>
<mi>z</mi>
<mo>&#x2212;</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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...