<?xml version="1.0" encoding="utf-8"?>

<!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 use of the <span style="font-weight: bold;">\text{...}</span> command.
</p>

<p>
<!-- begin MathToWeb -->
<!-- (your LaTeX) \$\\sum_{n=-\\infty}^{\\infty} c_n e^{inx} \\qquad \\text{means} \\qquad \\lim_{N \\to \\infty} \\: \\sum_{n=-N}^N  c_n e^{inx}\$ -->
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
	<mstyle displaystyle="true">
		<munderover>
			<mo>&sum;</mo>
			<mrow>
				<mi>n</mi>
				<mo>=</mo>
				<mo>-</mo>
				<mo>&infin;</mo>
			</mrow>
			<mo>&infin;</mo>
		</munderover>
	</mstyle>
	<msub>
		<mi>c</mi>
		<mi>n</mi>
	</msub>
	<msup>
		<mi>e</mi>
		<mrow>
			<mi>i</mi>
			<mi>n</mi>
			<mi>x</mi>
		</mrow>
	</msup>
	<mspace width="2.00em" />
	<mtext>means</mtext>
	<mspace width="2.00em" />
	<mstyle displaystyle="true">
		<munder>
			<mi>lim</mi>
			<mrow>
				<mi>N</mi>
				<mo>&rarr;</mo>
				<mo>&infin;</mo>
			</mrow>
		</munder>
	</mstyle>
	<mspace width="0.222em" />
	<mstyle displaystyle="true">
		<munderover>
			<mo>&sum;</mo>
			<mrow>
				<mi>n</mi>
				<mo>=</mo>
				<mo>-</mo>
				<mi>N</mi>
			</mrow>
			<mi>N</mi>
		</munderover>
	</mstyle>
	<msub>
		<mi>c</mi>
		<mi>n</mi>
	</msub>
	<msup>
		<mi>e</mi>
		<mrow>
			<mi>i</mi>
			<mi>n</mi>
			<mi>x</mi>
		</mrow>
	</msup>
</mrow>
</math>
<!-- end MathToWeb -->
<br/><br/>

<span class="triple-spacer"></span>
<span class="latex"><code>$\sum_{n=-\infty}^{\infty} c_n e^{inx} \qquad <b>\text{means}</b> \qquad \lim_{N \to \infty} \: \sum_{n=-N}^N  c_n e^{inx}$</code></span>
</p>


<p>

<code>
<pre>

&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;
&lt;mrow&gt;
	&lt;mstyle displaystyle="true"&gt;
		&lt;munderover&gt;
			&lt;mo&gt;&amp;sum;&lt;/mo&gt;
			&lt;mrow&gt;
				&lt;mi&gt;n&lt;/mi&gt;
				&lt;mo&gt;=&lt;/mo&gt;
				&lt;mo&gt;-&lt;/mo&gt;
				&lt;mo&gt;&amp;infin;&lt;/mo&gt;
			&lt;/mrow&gt;
			&lt;mo&gt;&amp;infin;&lt;/mo&gt;
		&lt;/munderover&gt;
	&lt;/mstyle&gt;
	&lt;msub&gt;
		&lt;mi&gt;c&lt;/mi&gt;
		&lt;mi&gt;n&lt;/mi&gt;
	&lt;/msub&gt;
	&lt;msup&gt;
		&lt;mi&gt;e&lt;/mi&gt;
		&lt;mrow&gt;
			&lt;mi&gt;i&lt;/mi&gt;
			&lt;mi&gt;n&lt;/mi&gt;
			&lt;mi&gt;x&lt;/mi&gt;
		&lt;/mrow&gt;
	&lt;/msup&gt;
	&lt;mspace width="2.00em" /&gt;
	&lt;mtext&gt;means&lt;/mtext&gt;
	&lt;mspace width="2.00em" /&gt;
	&lt;mstyle displaystyle="true"&gt;
		&lt;munder&gt;
			&lt;mi&gt;lim&lt;/mi&gt;
			&lt;mrow&gt;
				&lt;mi&gt;N&lt;/mi&gt;
				&lt;mo&gt;&amp;rarr;&lt;/mo&gt;
				&lt;mo&gt;&amp;infin;&lt;/mo&gt;
			&lt;/mrow&gt;
		&lt;/munder&gt;
	&lt;/mstyle&gt;
	&lt;mspace width="0.222em" /&gt;
	&lt;mstyle displaystyle="true"&gt;
		&lt;munderover&gt;
			&lt;mo&gt;&amp;sum;&lt;/mo&gt;
			&lt;mrow&gt;
				&lt;mi&gt;n&lt;/mi&gt;
				&lt;mo&gt;=&lt;/mo&gt;
				&lt;mo&gt;-&lt;/mo&gt;
				&lt;mi&gt;N&lt;/mi&gt;
			&lt;/mrow&gt;
			&lt;mi&gt;N&lt;/mi&gt;
		&lt;/munderover&gt;
	&lt;/mstyle&gt;
	&lt;msub&gt;
		&lt;mi&gt;c&lt;/mi&gt;
		&lt;mi&gt;n&lt;/mi&gt;
	&lt;/msub&gt;
	&lt;msup&gt;
		&lt;mi&gt;e&lt;/mi&gt;
		&lt;mrow&gt;
			&lt;mi&gt;i&lt;/mi&gt;
			&lt;mi&gt;n&lt;/mi&gt;
			&lt;mi&gt;x&lt;/mi&gt;
		&lt;/mrow&gt;
	&lt;/msup&gt;
&lt;/mrow&gt;
&lt;/math&gt;

</pre>
</code>

</p>

</body>
</html>

