<?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 \overline.
</p>

<p>
<!-- (your Latex) $\overline{ { (\Delta n) }^2 } \equiv \overline{ { (n - \bar{n}) }^2 }$ -->
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
	<mover accent="true">
		<mrow>
			<msup>
				<mrow>
					<mrow>
						<mo>(</mo>
						<mi>&Delta;</mi>
						<mi>n</mi>
						<mo>)</mo>
					</mrow>
				</mrow>
				<mn>2</mn>
			</msup>
		</mrow>
		<mo stretchy="true">&OverBar;</mo>
	</mover>
	<mo>&equiv;</mo>
	<mover accent="true">
		<mrow>
			<msup>
				<mrow>
					<mrow>
						<mo>(</mo>
						<mi>n</mi>
						<mo>-</mo>
						<mover accent="true">
							<mi>n</mi>
							<mo>&macr;</mo>
						</mover>
						<mo>)</mo>
					</mrow>
				</mrow>
				<mn>2</mn>
			</msup>
		</mrow>
		<mo stretchy="true">&OverBar;</mo>
	</mover>
</mrow>
</math>

<span style="padding-left: 3em;"></span>
<span class="latex"><code>\overline{ { (\Delta n) }^2 } \equiv \overline{ { (n - \bar{n}) }^2 }</code></span><br/>
</p>

<p>
<code>
<pre>

&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;
&lt;mrow&gt;
	&lt;mover accent="true"&gt;
		&lt;mrow&gt;
			&lt;msup&gt;
				&lt;mrow&gt;
					&lt;mrow&gt;
						&lt;mo&gt;(&lt;/mo&gt;
						&lt;mi&gt;&amp;Delta;&lt;/mi&gt;
						&lt;mi&gt;n&lt;/mi&gt;
						&lt;mo&gt;)&lt;/mo&gt;
					&lt;/mrow&gt;
				&lt;/mrow&gt;
				&lt;mn&gt;2&lt;/mn&gt;
			&lt;/msup&gt;
		&lt;/mrow&gt;
		&lt;mo stretchy="true"&gt;&amp;OverBar;&lt;/mo&gt;
	&lt;/mover&gt;
	&lt;mo&gt;&amp;equiv;&lt;/mo&gt;
	&lt;mover accent="true"&gt;
		&lt;mrow&gt;
			&lt;msup&gt;
				&lt;mrow&gt;
					&lt;mrow&gt;
						&lt;mo&gt;(&lt;/mo&gt;
						&lt;mi&gt;n&lt;/mi&gt;
						&lt;mo&gt;-&lt;/mo&gt;
						&lt;mover accent="true"&gt;
							&lt;mi&gt;n&lt;/mi&gt;
							&lt;mo&gt;&amp;macr;&lt;/mo&gt;
						&lt;/mover&gt;
						&lt;mo&gt;)&lt;/mo&gt;
					&lt;/mrow&gt;
				&lt;/mrow&gt;
				&lt;mn&gt;2&lt;/mn&gt;
			&lt;/msup&gt;
		&lt;/mrow&gt;
		&lt;mo stretchy="true"&gt;&amp;OverBar;&lt;/mo&gt;
	&lt;/mover&gt;
&lt;/mrow&gt;
&lt;/math&gt;

</pre>
</code>
</p>

</body>
</html>
