<?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 \underline.
</p>

<p>

<!-- (your Latex) ${\underline{e}}_{\, i} = \frac{\partial x^k}{\partial y^i} {\underline{E}}_{\, k}$ -->
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
	<msub>
		<mrow>
			<munder accentunder="true">
				<mi>e</mi>
				<mo stretchy="true">&OverBar;</mo>
			</munder>
		</mrow>
		<mrow>
			<mspace width="0.167 em" />
			<mi>i</mi>
		</mrow>
	</msub>
	<mo>=</mo>
	<mfrac linethickness="1">
		<mrow>
			<mo>&part;</mo>
			<msup>
				<mi>x</mi>
				<mi>k</mi>
			</msup>
		</mrow>
		<mrow>
			<mo>&part;</mo>
			<msup>
				<mi>y</mi>
				<mi>i</mi>
			</msup>
		</mrow>
	</mfrac>
	<msub>
		<mrow>
			<munder accentunder="true">
				<mi>E</mi>
				<mo stretchy="true">&OverBar;</mo>
			</munder>
		</mrow>
		<mrow>
			<mspace width="0.167 em" />
			<mi>k</mi>
		</mrow>
	</msub>
</mrow>
</math>

<span style="padding-left: 3em;"></span>
<span class="latex"><code>{\underline{e}}_{\, i} = \frac{\partial x^k}{\partial y^i} {\underline{E}}_{\, k}</code></span>

</p>

<p>

<code>
<pre>

&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;
&lt;mrow&gt;
	&lt;msub&gt;
		&lt;mrow&gt;
			&lt;munder accentunder="true"&gt;
				&lt;mi&gt;e&lt;/mi&gt;
				&lt;mo stretchy="true"&gt;&amp;OverBar;&lt;/mo&gt;
			&lt;/munder&gt;
		&lt;/mrow&gt;
		&lt;mrow&gt;
			&lt;mspace width="0.167 em" /&gt;
			&lt;mi&gt;i&lt;/mi&gt;
		&lt;/mrow&gt;
	&lt;/msub&gt;
	&lt;mo&gt;=&lt;/mo&gt;
	&lt;mfrac linethickness="1"&gt;
		&lt;mrow&gt;
			&lt;mo&gt;&amp;part;&lt;/mo&gt;
			&lt;msup&gt;
				&lt;mi&gt;x&lt;/mi&gt;
				&lt;mi&gt;k&lt;/mi&gt;
			&lt;/msup&gt;
		&lt;/mrow&gt;
		&lt;mrow&gt;
			&lt;mo&gt;&amp;part;&lt;/mo&gt;
			&lt;msup&gt;
				&lt;mi&gt;y&lt;/mi&gt;
				&lt;mi&gt;i&lt;/mi&gt;
			&lt;/msup&gt;
		&lt;/mrow&gt;
	&lt;/mfrac&gt;
	&lt;msub&gt;
		&lt;mrow&gt;
			&lt;munder accentunder="true"&gt;
				&lt;mi&gt;E&lt;/mi&gt;
				&lt;mo stretchy="true"&gt;&amp;OverBar;&lt;/mo&gt;
			&lt;/munder&gt;
		&lt;/mrow&gt;
		&lt;mrow&gt;
			&lt;mspace width="0.167 em" /&gt;
			&lt;mi&gt;k&lt;/mi&gt;
		&lt;/mrow&gt;
	&lt;/msub&gt;
&lt;/mrow&gt;
&lt;/math&gt;

</pre>
</code>

<br/>
<div class="Small">
*Note:<br/>
You might notice that the above example uses the MathML character &amp;OverBar; to represent an under-bar. <br/>
At the time of testing, &amp;UnderBar; was not functioning and so &amp;OverBar; was used in its place.
</div><br/><br/>

</p>

</body>
</html>
