<?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>
</p>


<p>
<!-- begin MathToWeb -->
<!-- (your Latex) $f'(a) = \lim_{h \to 0} \frac{f(a+h)-f(a)}{h}$ -->
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>f</mi>
<mo>'</mo>
<mrow>
	<mo maxsize="1.00em">(</mo>
	<mi>a</mi>
	<mo maxsize="1.00em">)</mo>
</mrow>
<mo>=</mo>
<mstyle displaystyle="true">
	<munder>
		<mi>lim</mi>
		<mrow>
			<mi>h</mi>
			<mo>&rarr;</mo>
			<mn>0</mn>
		</mrow>
	</munder>
</mstyle>
<mfrac linethickness="1">
	<mrow>
		<mi>f</mi>
		<mrow>
			<mo maxsize="1.00em">(</mo>
			<mi>a</mi>
			<mo>+</mo>
			<mi>h</mi>
			<mo maxsize="1.00em">)</mo>
		</mrow>
		<mo>-</mo>
		<mi>f</mi>
		<mrow>
			<mo maxsize="1.00em">(</mo>
			<mi>a</mi>
			<mo maxsize="1.00em">)</mo>
		</mrow>
	</mrow>
	<mi>h</mi>
</mfrac>
</math>
<!-- end MathToWeb -->
<span class="triple-spacer"></span>
<span class="latex"><code>$f'(a) = \lim_{h \to 0} \frac{f(a+h)-f(a)}{h}$</code></span>
</p>


<p>
<code>
<pre>

&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;
&lt;mi&gt;f&lt;/mi&gt;
&lt;mo&gt;'&lt;/mo&gt;
&lt;mrow&gt;
	&lt;mo maxsize="1.00em"&gt;(&lt;/mo&gt;
	&lt;mi&gt;a&lt;/mi&gt;
	&lt;mo maxsize="1.00em"&gt;)&lt;/mo&gt;
&lt;/mrow&gt;
&lt;mo&gt;=&lt;/mo&gt;
&lt;mstyle displaystyle="true"&gt;
	&lt;munder&gt;
		&lt;mi&gt;lim&lt;/mi&gt;
		&lt;mrow&gt;
			&lt;mi&gt;h&lt;/mi&gt;
			&lt;mo&gt;&amp;rarr;&lt;/mo&gt;
			&lt;mn&gt;0&lt;/mn&gt;
		&lt;/mrow&gt;
	&lt;/munder&gt;
&lt;/mstyle&gt;
&lt;mfrac linethickness="1"&gt;
	&lt;mrow&gt;
		&lt;mi&gt;f&lt;/mi&gt;
		&lt;mrow&gt;
			&lt;mo maxsize="1.00em"&gt;(&lt;/mo&gt;
			&lt;mi&gt;a&lt;/mi&gt;
			&lt;mo&gt;+&lt;/mo&gt;
			&lt;mi&gt;h&lt;/mi&gt;
			&lt;mo maxsize="1.00em"&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.00em"&gt;(&lt;/mo&gt;
			&lt;mi&gt;a&lt;/mi&gt;
			&lt;mo maxsize="1.00em"&gt;)&lt;/mo&gt;
		&lt;/mrow&gt;
	&lt;/mrow&gt;
	&lt;mi&gt;h&lt;/mi&gt;
&lt;/mfrac&gt;
&lt;/math&gt;

</pre>
</code>
</p>

</body>
</html>
