<?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 pairing delimiters <span class="code">\{</span> and <span class="code">\}</span>
(curly braces - note they must be escaped) with <span class="code">\left</span> and <span class="code">\right</span> commands in place to
auto-size them.
</p>

<p>
<table>
<tr>

<td>

<!-- begin MathToWeb -->
<!-- (your Latex) \$ f \\mapsto \\frac{1}{\\sqrt{2 \\pi}} \\left\\{\\int_{-\\pi}^\\pi f(t) e^{-i k t} \\, dt \\right\\}_{k \\in \\mathbb{Z}} \$ -->
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
	<mi>f</mi>
	<mo>&map;</mo>
	<mfrac linethickness="1">
		<mn>1</mn>
		<mrow>
			<msqrt>
				<mrow>
					<mn>2</mn>
					<mi>&pi;</mi>
				</mrow>
			</msqrt>
		</mrow>
	</mfrac>
	<msub>
		<mrow>
			<mo>{</mo>
			<mstyle displaystyle="true">
				<munderover>
					<mo>&int;</mo>
					<mrow>
						<mo>-</mo>
						<mi>&pi;</mi>
					</mrow>
					<mi>&pi;</mi>
				</munderover>
			</mstyle>
			<mi>f</mi>
			<mrow>
				<mo maxsize="1.00em">(</mo>
				<mi>t</mi>
				<mo maxsize="1.00em">)</mo>
			</mrow>
			<msup>
				<mi>e</mi>
				<mrow>
					<mo>-</mo>
					<mi>i</mi>
					<mi>k</mi>
					<mi>t</mi>
				</mrow>
			</msup>
			<mspace width="0.167em" />
			<mo>&dd;</mo>
			<mi>t</mi>
			<mo>}</mo>
		</mrow>
		<mrow>
			<mi>k</mi>
			<mo>&isin;</mo>
			<mi>&Zopf;</mi>
		</mrow>
	</msub>
</mrow>
</math>
<!-- end MathToWeb -->

</td>

<td class="spacer"></td>

<td class="latex">
<code>$ f \mapsto \frac{1}{\sqrt{2 \pi}}</code><br/>
&nbsp;&nbsp;<code>\left\{\int_{-\pi}^\pi f(t) e^{-i k t} \, dt \right\}_{k \in \mathbb{Z}}\$</code>&nbsp;&nbsp;
</td>

</tr>
</table>
</p>


<p>
<code>
<pre>

&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;
&lt;mrow&gt;
	&lt;mi&gt;f&lt;/mi&gt;
	&lt;mo&gt;&amp;map;&lt;/mo&gt;
	&lt;mfrac linethickness="1"&gt;
		&lt;mn&gt;1&lt;/mn&gt;
		&lt;mrow&gt;
			&lt;msqrt&gt;
				&lt;mrow&gt;
					&lt;mn&gt;2&lt;/mn&gt;
					&lt;mi&gt;&amp;pi;&lt;/mi&gt;
				&lt;/mrow&gt;
			&lt;/msqrt&gt;
		&lt;/mrow&gt;
	&lt;/mfrac&gt;
	&lt;msub&gt;
		&lt;mrow&gt;
			&lt;mo&gt;{&lt;/mo&gt;
			&lt;mstyle displaystyle="true"&gt;
				&lt;munderover&gt;
					&lt;mo&gt;&amp;int;&lt;/mo&gt;
					&lt;mrow&gt;
						&lt;mo&gt;-&lt;/mo&gt;
						&lt;mi&gt;&amp;pi;&lt;/mi&gt;
					&lt;/mrow&gt;
					&lt;mi&gt;&amp;pi;&lt;/mi&gt;
				&lt;/munderover&gt;
			&lt;/mstyle&gt;
			&lt;mi&gt;f&lt;/mi&gt;
			&lt;mrow&gt;
				&lt;mo maxsize="1.00em"&gt;(&lt;/mo&gt;
				&lt;mi&gt;t&lt;/mi&gt;
				&lt;mo maxsize="1.00em"&gt;)&lt;/mo&gt;
			&lt;/mrow&gt;
			&lt;msup&gt;
				&lt;mi&gt;e&lt;/mi&gt;
				&lt;mrow&gt;
					&lt;mo&gt;-&lt;/mo&gt;
					&lt;mi&gt;i&lt;/mi&gt;
					&lt;mi&gt;k&lt;/mi&gt;
					&lt;mi&gt;t&lt;/mi&gt;
				&lt;/mrow&gt;
			&lt;/msup&gt;
			&lt;mspace width="0.167em" /&gt;
			&lt;mo&gt;&amp;dd;&lt;/mo&gt;
			&lt;mi&gt;t&lt;/mi&gt;
			&lt;mo&gt;}&lt;/mo&gt;
		&lt;/mrow&gt;
		&lt;mrow&gt;
			&lt;mi&gt;k&lt;/mi&gt;
			&lt;mo&gt;&amp;isin;&lt;/mo&gt;
			&lt;mi&gt;&amp;Zopf;&lt;/mi&gt;
		&lt;/mrow&gt;
	&lt;/msub&gt;
&lt;/mrow&gt;
&lt;/math&gt;

</pre>
</code>
</p>

</body>
</html>

