<?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 <a href="http://www.ams.org/tex/amslatex.html">AMS-Latex</a> pairing
delimiters <span class="code">\lvert</span> and <span class="code">\rvert</span>.<br/>
The commands <span class="code">\left</span> and <span class="code">\right</span> instruct Latex
and MathToWeb to automatically size the delimiters to properly encompass whatever expression
they enclose.
</p>

<p>
<!-- (your Latex) $\left\lvert \frac{f(x+\delta_m) - f(x)}{\delta_m} \right\rvert \ge \zeta$ -->
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
	<mo>&verbar;</mo>
	<mfrac linethickness="1">
		<mrow>
			<mi>f</mi>
			<mrow>
				<mo maxsize="1.00 em">(</mo>
				<mi>x</mi>
				<mo>+</mo>
				<msub>
					<mi>&delta;</mi>
					<mi>m</mi>
				</msub>
				<mo maxsize="1.00 em">)</mo>
			</mrow>
			<mo>-</mo>
			<mi>f</mi>
			<mrow>
				<mo maxsize="1.00 em">(</mo>
				<mi>x</mi>
				<mo maxsize="1.00 em">)</mo>
			</mrow>
		</mrow>
		<mrow>
			<msub>
				<mi>&delta;</mi>
				<mi>m</mi>
			</msub>
		</mrow>
	</mfrac>
	<mo>&verbar;</mo>
	<mo>&ge;</mo>
	<mi>&zeta;</mi>
</mrow>
</math>

<span style="padding-left: 3em;"></span>
<span class="latex"><code>$\left\lvert \frac{f(x+\delta_m) - f(x)}{\delta_m} \right\rvert \ge \zeta$</code></span>
</p>


<p>
<code>
<pre>

&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;
&lt;mrow&gt;
	&lt;mo&gt;&amp;verbar;&lt;/mo&gt;
	&lt;mfrac linethickness="1"&gt;
		&lt;mrow&gt;
			&lt;mi&gt;f&lt;/mi&gt;
			&lt;mrow&gt;
				&lt;mo maxsize="1.00 em"&gt;(&lt;/mo&gt;
				&lt;mi&gt;x&lt;/mi&gt;
				&lt;mo&gt;+&lt;/mo&gt;
				&lt;msub&gt;
					&lt;mi&gt;&amp;delta;&lt;/mi&gt;
					&lt;mi&gt;m&lt;/mi&gt;
				&lt;/msub&gt;
				&lt;mo maxsize="1.00 em"&gt;)&lt;/mo&gt;
			&lt;/mrow&gt;
			&lt;mo&gt;-&lt;/mo&gt;
			&lt;mi&gt;f&lt;/mi&gt;
			&lt;mrow&gt;
				&lt;mo maxsize="1.00 em"&gt;(&lt;/mo&gt;
				&lt;mi&gt;x&lt;/mi&gt;
				&lt;mo maxsize="1.00 em"&gt;)&lt;/mo&gt;
			&lt;/mrow&gt;
		&lt;/mrow&gt;
		&lt;mrow&gt;
			&lt;msub&gt;
				&lt;mi&gt;&amp;delta;&lt;/mi&gt;
				&lt;mi&gt;m&lt;/mi&gt;
			&lt;/msub&gt;
		&lt;/mrow&gt;
	&lt;/mfrac&gt;
	&lt;mo&gt;&amp;verbar;&lt;/mo&gt;
	&lt;mo&gt;&amp;ge;&lt;/mo&gt;
	&lt;mi&gt;&amp;zeta;&lt;/mi&gt;
&lt;/mrow&gt;
&lt;/math&gt;


</pre>
</code>
</p>

</body>
</html>

