<?xml version="1.0" encoding="utf-8"?>

<!-- It seems the below code is required to display greek chars like &mu; , &nbsp; etc. -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
"http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [
      <!ENTITY mathml "http://www.w3.org/1998/Math/MathML">
   ]>

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
	<title>MathToWeb (MathML example)</title>
	<link rel="stylesheet" href="./../../css/mathtoweb_web.css" type="text/css" />
	<link rel="shortcut icon" href="./images/mathtoweb16x16.ico" />
</head>

<body>

<p class="Small">
MathML generated by <a href="http://www.mathtoweb.com">MathToWeb</a><br/>
A MathML example displaying the extensible <a href="http://www.ams.org/tex/amslatex.html">AMS Latex</a> arrows: 
&nbsp;&nbsp;\xleftarrow&nbsp;&nbsp;and&nbsp;&nbsp;\xrightarrow.
</p>

<p>
<!-- (your Latex) $A \; \xleftarrow{\alpha \pm 2 - 1} \; B \; \xrightarrow[H^+]{{130}^\circ C} \; C$ -->
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
	<mi>A</mi>
	<mspace width="0.278 em" />
	<mstyle displaystyle="true">
		<mover>
			<mo stretchy="true">&xlarr;</mo>
			<mrow>
				<mo>&nbsp;</mo>
				<mi>&alpha;</mi>
				<mo>&plusmn;</mo>
				<mn>2</mn>
				<mo>-</mo>
				<mn>1</mn>
				<mo>&nbsp;</mo>
			</mrow>
		</mover>
	</mstyle>
	<mspace width="0.278 em" />
	<mi>B</mi>
	<mspace width="0.278 em" />
	<mstyle displaystyle="true">
		<munderover>
			<mo stretchy="true">&xrarr;</mo>
			<mrow>
				<mo>&nbsp;</mo>
				<msup>
					<mi>H</mi>
					<mo>+</mo>
				</msup>
				<mo>&nbsp;</mo>
			</mrow>
			<mrow>
				<mo>&nbsp;</mo>
				<msup>
					<mn>130</mn>
					<mo>&compfn;</mo>
				</msup>
				<mi>C</mi>
				<mo>&nbsp;</mo>
			</mrow>
		</munderover>
	</mstyle>
	<mspace width="0.278 em" />
	<mi>C</mi>
</mrow>
</math>

<span style="padding-left: 3em;"></span>
<span class="latex"><code>$A \; \xleftarrow{\alpha \pm 2 - 1} \; B \; \xrightarrow[H^+]{{130}^\circ C} \; C$</code></span>
</p>


<p>

<code>
<pre>

&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;
&lt;mrow&gt;
	&lt;mi&gt;A&lt;/mi&gt;
	&lt;mspace width="0.278 em" /&gt;
	&lt;mstyle displaystyle="true"&gt;
		&lt;mover&gt;
			&lt;mo stretchy="true"&gt;&amp;xlarr;&lt;/mo&gt;
			&lt;mrow&gt;
				&lt;mo&gt;&amp;nbsp;&lt;/mo&gt;
				&lt;mi&gt;&amp;alpha;&lt;/mi&gt;
				&lt;mo&gt;&amp;plusmn;&lt;/mo&gt;
				&lt;mn&gt;2&lt;/mn&gt;
				&lt;mo&gt;-&lt;/mo&gt;
				&lt;mn&gt;1&lt;/mn&gt;
				&lt;mo&gt;&amp;nbsp;&lt;/mo&gt;
			&lt;/mrow&gt;
		&lt;/mover&gt;
	&lt;/mstyle&gt;
	&lt;mspace width="0.278 em" /&gt;
	&lt;mi&gt;B&lt;/mi&gt;
	&lt;mspace width="0.278 em" /&gt;
	&lt;mstyle displaystyle="true"&gt;
		&lt;munderover&gt;
			&lt;mo stretchy="true"&gt;&amp;xrarr;&lt;/mo&gt;
			&lt;mrow&gt;
				&lt;mo&gt;&amp;nbsp;&lt;/mo&gt;
				&lt;msup&gt;
					&lt;mi&gt;H&lt;/mi&gt;
					&lt;mo&gt;+&lt;/mo&gt;
				&lt;/msup&gt;
				&lt;mo&gt;&amp;nbsp;&lt;/mo&gt;
			&lt;/mrow&gt;
			&lt;mrow&gt;
				&lt;mo&gt;&amp;nbsp;&lt;/mo&gt;
				&lt;msup&gt;
					&lt;mn&gt;130&lt;/mn&gt;
					&lt;mo&gt;&amp;compfn;&lt;/mo&gt;
				&lt;/msup&gt;
				&lt;mi&gt;C&lt;/mi&gt;
				&lt;mo&gt;&amp;nbsp;&lt;/mo&gt;
			&lt;/mrow&gt;
		&lt;/munderover&gt;
	&lt;/mstyle&gt;
	&lt;mspace width="0.278 em" /&gt;
	&lt;mi&gt;C&lt;/mi&gt;
&lt;/mrow&gt;
&lt;/math&gt;

</pre>
</code>

</p>

</body>
</html>
