docs/entity_test.html in maruku-0.4.2.1 vs docs/entity_test.html in maruku-0.5.0

- old
+ new

@@ -1,11 +1,16 @@ -<?xml version='1.0' encoding='utf-8'?> -<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' -'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> -<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'><head><meta content='text/html; charset=utf-8' http-equiv='Content-type' /><title>List of symbols supported by Maruku</title></head><body> +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC + "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" + "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd"> +<html xmlns:svg='http://www.w3.org/2000/svg' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'> +<head><meta content='application/xhtml+xml;charset=utf-8' http-equiv='Content-type' /><title>List of symbols supported by Maruku</title></head> +<body> <h1 id='list_of_symbols_supported_by_maruku'>List of symbols supported by Maruku</h1> -<?maruku all = [] +<?maruku MaRuKu::Out::Latex.need_entity_table + + all = [] ENTITY_TABLE.each do |k, e| if k.kind_of? String all << (h=md_code("&#{e.html_entity};")) << " " << md_entity(e.html_entity) << " (" << (l=md_code(e.latex_string)) << ") \n" << @@ -14,240 +19,240 @@ h.attributes[:code_background_color] = '#eef' l.attributes[:code_background_color] = '#ffe' end end @doc.children.push md_par(all)?> -<p><code style='background-color: #eef;'>&amp;oslash;</code> &oslash; (<code style='background-color: #ffe;'>\o</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;iexcl;</code> &iexcl; (<code style='background-color: #ffe;'>\textexclamdown</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;szlig;</code> &szlig; (<code style='background-color: #ffe;'>\ss</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ETH;</code> &ETH; (<code style='background-color: #ffe;'>$\eth$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Oslash;</code> &Oslash; (<code style='background-color: #ffe;'>\O</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Yuml;</code> &Yuml; (<code style='background-color: #ffe;'>\&quot;Y</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;rho;</code> &rho; (<code style='background-color: #ffe;'>$\rho$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;psi;</code> &psi; (<code style='background-color: #ffe;'>$\psi$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ecirc;</code> &ecirc; (<code style='background-color: #ffe;'>\^e</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;OElig;</code> &OElig; (<code style='background-color: #ffe;'>\OE</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;euml;</code> &euml; (<code style='background-color: #ffe;'>\&quot;e</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;aelig;</code> &aelig; (<code style='background-color: #ffe;'>\ae</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Theta;</code> &Theta; (<code style='background-color: #ffe;'>$\Theta$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Mu;</code> &Mu; (<code style='background-color: #ffe;'>$M$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;alefsym;</code> &alefsym; (<code style='background-color: #ffe;'>$\aleph$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;acirc;</code> &acirc; (<code style='background-color: #ffe;'>\^a</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;piv;</code> &piv; (<code style='background-color: #ffe;'>$\varpi$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;egrave;</code> &egrave; (<code style='background-color: #ffe;'>\`e</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;not;</code> &not; (<code style='background-color: #ffe;'>$\neg$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Egrave;</code> &Egrave; (<code style='background-color: #ffe;'>\`E</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;para;</code> &para; (<code style='background-color: #ffe;'>\P</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ugrave;</code> &ugrave; (<code style='background-color: #ffe;'>\`u</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Yacute;</code> &Yacute; (<code style='background-color: #ffe;'>\&apos;Y</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;lsquo;</code> &lsquo; (<code style='background-color: #ffe;'>`</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Phi;</code> &Phi; (<code style='background-color: #ffe;'>$\Phi$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;euro;</code> &euro; (<code style='background-color: #ffe;'>\euro</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;icirc;</code> &icirc; (<code style='background-color: #ffe;'>\^i</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;iacute;</code> &iacute; (<code style='background-color: #ffe;'>\&apos;i</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;rArr;</code> &rArr; (<code style='background-color: #ffe;'>$\Rightarrow$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Ntilde;</code> &Ntilde; (<code style='background-color: #ffe;'>\~N</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;sim;</code> &sim; (<code style='background-color: #ffe;'>$\sim$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;sup1;</code> &sup1; (<code style='background-color: #ffe;'>$^1$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;amp;</code> &amp; (<code style='background-color: #ffe;'>\&amp;</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;thetasym;</code> &thetasym; (<code style='background-color: #ffe;'>$\vartheta$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;sup2;</code> &sup2; (<code style='background-color: #ffe;'>$^2$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;pi;</code> &pi; (<code style='background-color: #ffe;'>$\pi$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Gamma;</code> &Gamma; (<code style='background-color: #ffe;'>$\Gamma$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;trade;</code> &trade; (<code style='background-color: #ffe;'>$^{\rm TM}$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;sup3;</code> &sup3; (<code style='background-color: #ffe;'>$^3$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Omicron;</code> &Omicron; (<code style='background-color: #ffe;'>$O$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Iuml;</code> &Iuml; (<code style='background-color: #ffe;'>\&quot;I</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;THORN;</code> &THORN; (<code style='background-color: #ffe;'>\Thorn</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;radic;</code> &radic; (<code style='background-color: #ffe;'>$\surd$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;forall;</code> &forall; (<code style='background-color: #ffe;'>$\forall$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;kappa;</code> &kappa; (<code style='background-color: #ffe;'>$\kappa$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;sect;</code> &sect; (<code style='background-color: #ffe;'>\S</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Eta;</code> &Eta; (<code style='background-color: #ffe;'>$H$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Otilde;</code> &Otilde; (<code style='background-color: #ffe;'>\~O</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Uuml;</code> &Uuml; (<code style='background-color: #ffe;'>\&quot;U</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;int;</code> &int; (<code style='background-color: #ffe;'>$\int$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Tau;</code> &Tau; (<code style='background-color: #ffe;'>$T$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;larr;</code> &larr; (<code style='background-color: #ffe;'>$\leftarrow$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Ugrave;</code> &Ugrave; (<code style='background-color: #ffe;'>\`U</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;tilde;</code> &tilde; (<code style='background-color: #ffe;'>\textasciitilde</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;darr;</code> &darr; (<code style='background-color: #ffe;'>$\downarrow$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Pi;</code> &Pi; (<code style='background-color: #ffe;'>$\Pi$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;exist;</code> &exist; (<code style='background-color: #ffe;'>$\exists$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;lowast;</code> &lowast; (<code style='background-color: #ffe;'>$\ast$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;rsaquo;</code> &rsaquo; (<code style='background-color: #ffe;'>\guilsinglright</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;middot;</code> &middot; (<code style='background-color: #ffe;'>$\cdot$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;crarr;</code> &crarr; (<code style='background-color: #ffe;'>$\hookleftarrow$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Ucirc;</code> &Ucirc; (<code style='background-color: #ffe;'>\^U</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Epsilon;</code> &Epsilon; (<code style='background-color: #ffe;'>$E$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;thorn;</code> &thorn; (<code style='background-color: #ffe;'>\thorn</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ntilde;</code> &ntilde; (<code style='background-color: #ffe;'>\~n</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;raquo;</code> &raquo; (<code style='background-color: #ffe;'>\guillemotright</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;harr;</code> &harr; (<code style='background-color: #ffe;'>$\leftrightarrow$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;part;</code> &part; (<code style='background-color: #ffe;'>$\partial$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;atilde;</code> &atilde; (<code style='background-color: #ffe;'>\~a</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ccedil;</code> &ccedil; (<code style='background-color: #ffe;'>\c{c}</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Acirc;</code> &Acirc; (<code style='background-color: #ffe;'>\^A</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;otilde;</code> &otilde; (<code style='background-color: #ffe;'>\~o</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;uArr;</code> &uArr; (<code style='background-color: #ffe;'>$\Uparrow$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;diams;</code> &diams; (<code style='background-color: #ffe;'>$\diamondsuit$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;upsilon;</code> &upsilon; (<code style='background-color: #ffe;'>$\upsilon$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Euml;</code> &Euml; (<code style='background-color: #ffe;'>\&quot;E</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;asymp;</code> &asymp; (<code style='background-color: #ffe;'>$\approx$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ne;</code> &ne; (<code style='background-color: #ffe;'>$\neq$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;rceil;</code> &rceil; (<code style='background-color: #ffe;'>$\rceil$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;sdot;</code> &sdot; (<code style='background-color: #ffe;'>$\cdot$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;beta;</code> &beta; (<code style='background-color: #ffe;'>$\beta$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ni;</code> &ni; (<code style='background-color: #ffe;'>$\ni$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ouml;</code> &ouml; (<code style='background-color: #ffe;'>\&quot;o</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Atilde;</code> &Atilde; (<code style='background-color: #ffe;'>\~A</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;minus;</code> &minus; (<code style='background-color: #ffe;'>$-$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Ccedil;</code> &Ccedil; (<code style='background-color: #ffe;'>\c{C}</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;igrave;</code> &igrave; (<code style='background-color: #ffe;'>\`i</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;brvbar;</code> &brvbar; (<code style='background-color: #ffe;'>\brokenvert</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;acute;</code> &acute; (<code style='background-color: #ffe;'>&apos;</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;sigmaf;</code> &sigmaf; (<code style='background-color: #ffe;'>$\varsigma$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;weierp;</code> &weierp; (<code style='background-color: #ffe;'>$\wp$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Auml;</code> &Auml; (<code style='background-color: #ffe;'>\&quot;A</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;apos;</code> &#39; (<code style='background-color: #ffe;'>&apos;</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;micro;</code> &micro; (<code style='background-color: #ffe;'>$\mu$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Icirc;</code> &Icirc; (<code style='background-color: #ffe;'>\^I</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;xi;</code> &xi; (<code style='background-color: #ffe;'>$\xi$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;clubs;</code> &clubs; (<code style='background-color: #ffe;'>$\clubsuit$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;bull;</code> &bull; (<code style='background-color: #ffe;'>$\bullet$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Ecirc;</code> &Ecirc; (<code style='background-color: #ffe;'>\^E</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Kappa;</code> &Kappa; (<code style='background-color: #ffe;'>$K$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;times;</code> &times; (<code style='background-color: #ffe;'>$\times$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Zeta;</code> &Zeta; (<code style='background-color: #ffe;'>$Z$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;empty;</code> &empty; (<code style='background-color: #ffe;'>$\emptyset$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;image;</code> &image; (<code style='background-color: #ffe;'>$\Im$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Oacute;</code> &Oacute; (<code style='background-color: #ffe;'>\&apos; O</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;nu;</code> &nu; (<code style='background-color: #ffe;'>$\nu$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Xi;</code> &Xi; (<code style='background-color: #ffe;'>$\Xi$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Igrave;</code> &Igrave; (<code style='background-color: #ffe;'>\`I</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ndash;</code> &ndash; (<code style='background-color: #ffe;'>--</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;and;</code> &and; (<code style='background-color: #ffe;'>$\wedge$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;prime;</code> &prime; (<code style='background-color: #ffe;'>$\prime$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;omicron;</code> &omicron; (<code style='background-color: #ffe;'>$o$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;iota;</code> &iota; (<code style='background-color: #ffe;'>$\iota$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ang;</code> &ang; (<code style='background-color: #ffe;'>$\angle$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;chi;</code> &chi; (<code style='background-color: #ffe;'>$\chi$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ge;</code> &ge; (<code style='background-color: #ffe;'>$\geq$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;lang;</code> &lang; (<code style='background-color: #ffe;'>$\langle$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;le;</code> &le; (<code style='background-color: #ffe;'>$\leq$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;rdquo;</code> &rdquo; (<code style='background-color: #ffe;'>&apos;&apos;</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;otimes;</code> &otimes; (<code style='background-color: #ffe;'>$\otimes$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Nu;</code> &Nu; (<code style='background-color: #ffe;'>$N$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;real;</code> &real; (<code style='background-color: #ffe;'>$\Re$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;lfloor;</code> &lfloor; (<code style='background-color: #ffe;'>$\lfloor$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;rsquo;</code> &rsquo; (<code style='background-color: #ffe;'>&apos;</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;equiv;</code> &equiv; (<code style='background-color: #ffe;'>$\equiv$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;aacute;</code> &aacute; (<code style='background-color: #ffe;'>\&apos;a</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;permil;</code> &permil; (<code style='background-color: #ffe;'>\permil</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;sigma;</code> &sigma; (<code style='background-color: #ffe;'>$\sigma$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;oacute;</code> &oacute; (<code style='background-color: #ffe;'>\&apos;o</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;supe;</code> &supe; (<code style='background-color: #ffe;'>$\supseteq$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ordf;</code> &ordf; (<code style='background-color: #ffe;'>\textordfeminine</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Beta;</code> &Beta; (<code style='background-color: #ffe;'>$B$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;hearts;</code> &hearts; (<code style='background-color: #ffe;'>$\heartsuit$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Rho;</code> &Rho; (<code style='background-color: #ffe;'>$P$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Psi;</code> &Psi; (<code style='background-color: #ffe;'>$\Psi$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;oelig;</code> &oelig; (<code style='background-color: #ffe;'>\oe</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;AElig;</code> &AElig; (<code style='background-color: #ffe;'>\AE</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;spades;</code> &spades; (<code style='background-color: #ffe;'>$\spadesuit$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;oline;</code> &oline; (<code style='background-color: #ffe;'>-</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;mdash;</code> &mdash; (<code style='background-color: #ffe;'>---</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ocirc;</code> &ocirc; (<code style='background-color: #ffe;'>\^o</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Scaron;</code> &Scaron; (<code style='background-color: #ffe;'>\v{S}</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;gt;</code> &gt; (<code style='background-color: #ffe;'>$&gt;$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;omega;</code> &omega; (<code style='background-color: #ffe;'>$\omega$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;phi;</code> &phi; (<code style='background-color: #ffe;'>$\phi$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ordm;</code> &ordm; (<code style='background-color: #ffe;'>\textordmasculine</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;copy;</code> &copy; (<code style='background-color: #ffe;'>\copyright</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;infin;</code> &infin; (<code style='background-color: #ffe;'>$\infty$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Aacute;</code> &Aacute; (<code style='background-color: #ffe;'>\&apos;A</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;rarr;</code> &rarr; (<code style='background-color: #ffe;'>$\rightarrow$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;lt;</code> &lt; (<code style='background-color: #ffe;'>$&lt;$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;cong;</code> &cong; (<code style='background-color: #ffe;'>$\cong$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;eta;</code> &eta; (<code style='background-color: #ffe;'>$\eta$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;curren;</code> &curren; (<code style='background-color: #ffe;'>\currency</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;tau;</code> &tau; (<code style='background-color: #ffe;'>$\tau$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;oplus;</code> &oplus; (<code style='background-color: #ffe;'>$\oplus$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;cap;</code> &cap; (<code style='background-color: #ffe;'>$\cap$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Iota;</code> &Iota; (<code style='background-color: #ffe;'>$I$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Sigma;</code> &Sigma; (<code style='background-color: #ffe;'>$\Sigma$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;frac34;</code> &frac34; (<code style='background-color: #ffe;'>$\frac{3}{4}$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;scaron;</code> &scaron; (<code style='background-color: #ffe;'>\v{s}</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;eth;</code> &eth; (<code style='background-color: #ffe;'>$\eth$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;aring;</code> &aring; (<code style='background-color: #ffe;'>\aa</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;lArr;</code> &lArr; (<code style='background-color: #ffe;'>$\Leftarrow$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;epsilon;</code> &epsilon; (<code style='background-color: #ffe;'>$\epsilon$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;dArr;</code> &dArr; (<code style='background-color: #ffe;'>$\Downarrow$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;alpha;</code> &alpha; (<code style='background-color: #ffe;'>$\alpha$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;cent;</code> &cent; (<code style='background-color: #ffe;'>\cent</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Lambda;</code> &Lambda; (<code style='background-color: #ffe;'>$\Lambda$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;loz;</code> &loz; (<code style='background-color: #ffe;'>$\lozenge$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;yen;</code> &yen; (<code style='background-color: #ffe;'>\textyen</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;uuml;</code> &uuml; (<code style='background-color: #ffe;'>\&quot;u</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Eacute;</code> &Eacute; (<code style='background-color: #ffe;'>\&apos;E</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Ocirc;</code> &Ocirc; (<code style='background-color: #ffe;'>\^O</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;nbsp;</code> &nbsp; (<code style='background-color: #ffe;'>~</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;reg;</code> &reg; (<code style='background-color: #ffe;'>\textregistered</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;cup;</code> &cup; (<code style='background-color: #ffe;'>$\cup$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;frasl;</code> &frasl; (<code style='background-color: #ffe;'>/</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Uacute;</code> &Uacute; (<code style='background-color: #ffe;'>\&apos;U</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;hArr;</code> &hArr; (<code style='background-color: #ffe;'>$\Leftrightarrow$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;delta;</code> &delta; (<code style='background-color: #ffe;'>$\delta$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Ouml;</code> &Ouml; (<code style='background-color: #ffe;'>\&quot;O</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ograve;</code> &ograve; (<code style='background-color: #ffe;'>\`o</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Ograve;</code> &Ograve; (<code style='background-color: #ffe;'>\`O</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;quot;</code> &quot; (<code style='background-color: #ffe;'>&quot;</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;uarr;</code> &uarr; (<code style='background-color: #ffe;'>$\uparrow$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;yuml;</code> &yuml; (<code style='background-color: #ffe;'>\&quot;y</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;or;</code> &or; (<code style='background-color: #ffe;'>$\vee$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Omega;</code> &Omega; (<code style='background-color: #ffe;'>$\Omega$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Agrave;</code> &Agrave; (<code style='background-color: #ffe;'>\`A</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;lambda;</code> &lambda; (<code style='background-color: #ffe;'>$\lambda$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;prod;</code> &prod; (<code style='background-color: #ffe;'>$\prod$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;laquo;</code> &laquo; (<code style='background-color: #ffe;'>\guillemotleft</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;eacute;</code> &eacute; (<code style='background-color: #ffe;'>\&apos;e</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;plusmn;</code> &plusmn; (<code style='background-color: #ffe;'>$\pm$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;uacute;</code> &uacute; (<code style='background-color: #ffe;'>\&apos;u</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;lsaquo;</code> &lsaquo; (<code style='background-color: #ffe;'>\guilsinglleft</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Aring;</code> &Aring; (<code style='background-color: #ffe;'>\AA</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;frac12;</code> &frac12; (<code style='background-color: #ffe;'>$\frac{1}{2}$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;dagger;</code> &dagger; (<code style='background-color: #ffe;'>\dag</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;gamma;</code> &gamma; (<code style='background-color: #ffe;'>$\gamma$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;frac14;</code> &frac14; (<code style='background-color: #ffe;'>$\frac{1}{4}$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Alpha;</code> &Alpha; (<code style='background-color: #ffe;'>$A$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;there4;</code> &there4; (<code style='background-color: #ffe;'>$\therefore$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;rang;</code> &rang; (<code style='background-color: #ffe;'>$\rangle$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;sub;</code> &sub; (<code style='background-color: #ffe;'>$\subset$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;rfloor;</code> &rfloor; (<code style='background-color: #ffe;'>$\rfloor$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;isin;</code> &isin; (<code style='background-color: #ffe;'>$\in$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;iuml;</code> &iuml; (<code style='background-color: #ffe;'>\&quot;i</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;lceil;</code> &lceil; (<code style='background-color: #ffe;'>$\lceil$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;theta;</code> &theta; (<code style='background-color: #ffe;'>$\theta$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;deg;</code> &deg; (<code style='background-color: #ffe;'>\textdegree</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;notin;</code> &notin; (<code style='background-color: #ffe;'>$\notin$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;agrave;</code> &agrave; (<code style='background-color: #ffe;'>\`a</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;prop;</code> &prop; (<code style='background-color: #ffe;'>$\propto$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Dagger;</code> &Dagger; (<code style='background-color: #ffe;'>\ddag</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ucirc;</code> &ucirc; (<code style='background-color: #ffe;'>\^u</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Chi;</code> &Chi; (<code style='background-color: #ffe;'>$X$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;zeta;</code> &zeta; (<code style='background-color: #ffe;'>$\zeta$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;sum;</code> &sum; (<code style='background-color: #ffe;'>$\sum$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;nabla;</code> &nabla; (<code style='background-color: #ffe;'>$\nabla$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Iacute;</code> &Iacute; (<code style='background-color: #ffe;'>\&apos;I</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Upsilon;</code> &Upsilon; (<code style='background-color: #ffe;'>$Y$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;sup;</code> &sup; (<code style='background-color: #ffe;'>$\supset$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;auml;</code> &auml; (<code style='background-color: #ffe;'>\&quot;a</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;ldquo;</code> &ldquo; (<code style='background-color: #ffe;'>``</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;Delta;</code> &Delta; (<code style='background-color: #ffe;'>$\Delta$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;circ;</code> &circ; (<code style='background-color: #ffe;'>\textasciicircum</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;pound;</code> &pound; (<code style='background-color: #ffe;'>\pounds</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;yacute;</code> &yacute; (<code style='background-color: #ffe;'>\&apos;y</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;perp;</code> &perp; (<code style='background-color: #ffe;'>$\perp$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;mu;</code> &mu; (<code style='background-color: #ffe;'>$\mu$</code>) -&nbsp;&nbsp;&nbsp;<code style='background-color: #eef;'>&amp;hellip;</code> &hellip; (<code style='background-color: #ffe;'>\ldots</code>) -&nbsp;&nbsp;&nbsp;</p> -<div class='maruku_signature'><hr /><span style='font-size: small; font-style: italic'>Created by <a href='http://maruku.rubyforge.org' title='Maruku: a Markdown interpreter for Ruby'>Maruku</a> at 13:45 on Thursday, January 11st, 2007.</span></div></body></html> +<p><code style='background-color: #eef;'>&amp;oslash;</code> &#248; (<code style='background-color: #ffe;'>\o</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;iexcl;</code> &#161; (<code style='background-color: #ffe;'>\textexclamdown</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;szlig;</code> &#223; (<code style='background-color: #ffe;'>\ss</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ETH;</code> &#208; (<code style='background-color: #ffe;'>$\eth$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Oslash;</code> &#216; (<code style='background-color: #ffe;'>\O</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Yuml;</code> &#376; (<code style='background-color: #ffe;'>\&quot;Y</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rho;</code> &#961; (<code style='background-color: #ffe;'>$\rho$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;psi;</code> &#968; (<code style='background-color: #ffe;'>$\psi$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ecirc;</code> &#234; (<code style='background-color: #ffe;'>\^e</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;OElig;</code> &#338; (<code style='background-color: #ffe;'>\OE</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;euml;</code> &#235; (<code style='background-color: #ffe;'>\&quot;e</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;aelig;</code> &#230; (<code style='background-color: #ffe;'>\ae</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Theta;</code> &#920; (<code style='background-color: #ffe;'>$\Theta$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Mu;</code> &#924; (<code style='background-color: #ffe;'>$M$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;alefsym;</code> &#8501; (<code style='background-color: #ffe;'>$\aleph$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;acirc;</code> &#226; (<code style='background-color: #ffe;'>\^a</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;piv;</code> &#982; (<code style='background-color: #ffe;'>$\varpi$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;egrave;</code> &#232; (<code style='background-color: #ffe;'>\`e</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;not;</code> &#172; (<code style='background-color: #ffe;'>$\neg$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Egrave;</code> &#200; (<code style='background-color: #ffe;'>\`E</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;para;</code> &#182; (<code style='background-color: #ffe;'>\P</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ugrave;</code> &#249; (<code style='background-color: #ffe;'>\`u</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Yacute;</code> &#221; (<code style='background-color: #ffe;'>\&apos;Y</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lsquo;</code> &#8216; (<code style='background-color: #ffe;'>`</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Phi;</code> &#934; (<code style='background-color: #ffe;'>$\Phi$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;euro;</code> &#8364; (<code style='background-color: #ffe;'>\euro</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;icirc;</code> &#238; (<code style='background-color: #ffe;'>\^i</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;iacute;</code> &#237; (<code style='background-color: #ffe;'>\&apos;i</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rArr;</code> &#8658; (<code style='background-color: #ffe;'>$\Rightarrow$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ntilde;</code> &#209; (<code style='background-color: #ffe;'>\~N</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sim;</code> &#8764; (<code style='background-color: #ffe;'>$\sim$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sup1;</code> &#185; (<code style='background-color: #ffe;'>$^1$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;amp;</code> &#38; (<code style='background-color: #ffe;'>\&amp;</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;thetasym;</code> &#977; (<code style='background-color: #ffe;'>$\vartheta$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sup2;</code> &#178; (<code style='background-color: #ffe;'>$^2$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;pi;</code> &#960; (<code style='background-color: #ffe;'>$\pi$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Gamma;</code> &#915; (<code style='background-color: #ffe;'>$\Gamma$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;trade;</code> &#8482; (<code style='background-color: #ffe;'>$^{\rm TM}$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sup3;</code> &#179; (<code style='background-color: #ffe;'>$^3$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Omicron;</code> &#927; (<code style='background-color: #ffe;'>$O$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Iuml;</code> &#207; (<code style='background-color: #ffe;'>\&quot;I</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;THORN;</code> &#222; (<code style='background-color: #ffe;'>\Thorn</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;radic;</code> &#8730; (<code style='background-color: #ffe;'>$\surd$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;forall;</code> &#8704; (<code style='background-color: #ffe;'>$\forall$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;kappa;</code> &#954; (<code style='background-color: #ffe;'>$\kappa$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sect;</code> &#167; (<code style='background-color: #ffe;'>\S</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Eta;</code> &#919; (<code style='background-color: #ffe;'>$H$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Otilde;</code> &#213; (<code style='background-color: #ffe;'>\~O</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Uuml;</code> &#220; (<code style='background-color: #ffe;'>\&quot;U</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;int;</code> &#8747; (<code style='background-color: #ffe;'>$\int$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Tau;</code> &#932; (<code style='background-color: #ffe;'>$T$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;larr;</code> &#8592; (<code style='background-color: #ffe;'>$\leftarrow$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ugrave;</code> &#217; (<code style='background-color: #ffe;'>\`U</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;tilde;</code> &#732; (<code style='background-color: #ffe;'>\textasciitilde</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;darr;</code> &#8595; (<code style='background-color: #ffe;'>$\downarrow$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Pi;</code> &#928; (<code style='background-color: #ffe;'>$\Pi$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;exist;</code> &#8707; (<code style='background-color: #ffe;'>$\exists$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lowast;</code> &#8727; (<code style='background-color: #ffe;'>$\ast$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rsaquo;</code> &#8250; (<code style='background-color: #ffe;'>\guilsinglright</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;middot;</code> &#183; (<code style='background-color: #ffe;'>$\cdot$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;crarr;</code> &#8629; (<code style='background-color: #ffe;'>$\hookleftarrow$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ucirc;</code> &#219; (<code style='background-color: #ffe;'>\^U</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Epsilon;</code> &#917; (<code style='background-color: #ffe;'>$E$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;thorn;</code> &#254; (<code style='background-color: #ffe;'>\thorn</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ntilde;</code> &#241; (<code style='background-color: #ffe;'>\~n</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;raquo;</code> &#187; (<code style='background-color: #ffe;'>\guillemotright</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;harr;</code> &#8596; (<code style='background-color: #ffe;'>$\leftrightarrow$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;part;</code> &#8706; (<code style='background-color: #ffe;'>$\partial$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;atilde;</code> &#227; (<code style='background-color: #ffe;'>\~a</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ccedil;</code> &#231; (<code style='background-color: #ffe;'>\c{c}</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Acirc;</code> &#194; (<code style='background-color: #ffe;'>\^A</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;otilde;</code> &#245; (<code style='background-color: #ffe;'>\~o</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;uArr;</code> &#8657; (<code style='background-color: #ffe;'>$\Uparrow$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;diams;</code> &#9830; (<code style='background-color: #ffe;'>$\diamondsuit$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;upsilon;</code> &#965; (<code style='background-color: #ffe;'>$\upsilon$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Euml;</code> &#203; (<code style='background-color: #ffe;'>\&quot;E</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;asymp;</code> &#8776; (<code style='background-color: #ffe;'>$\approx$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ne;</code> &#8800; (<code style='background-color: #ffe;'>$\neq$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rceil;</code> &#8968; (<code style='background-color: #ffe;'>$\rceil$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sdot;</code> &#8901; (<code style='background-color: #ffe;'>$\cdot$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;beta;</code> &#946; (<code style='background-color: #ffe;'>$\beta$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ni;</code> &#8715; (<code style='background-color: #ffe;'>$\ni$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ouml;</code> &#246; (<code style='background-color: #ffe;'>\&quot;o</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Atilde;</code> &#195; (<code style='background-color: #ffe;'>\~A</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;minus;</code> &#8722; (<code style='background-color: #ffe;'>$-$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ccedil;</code> &#199; (<code style='background-color: #ffe;'>\c{C}</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;igrave;</code> &#236; (<code style='background-color: #ffe;'>\`i</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;brvbar;</code> &#166; (<code style='background-color: #ffe;'>\brokenvert</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;acute;</code> &#180; (<code style='background-color: #ffe;'>&apos;</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sigmaf;</code> &#962; (<code style='background-color: #ffe;'>$\varsigma$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;weierp;</code> &#8472; (<code style='background-color: #ffe;'>$\wp$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Auml;</code> &#196; (<code style='background-color: #ffe;'>\&quot;A</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;apos;</code> &#39; (<code style='background-color: #ffe;'>&apos;</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;micro;</code> &#181; (<code style='background-color: #ffe;'>$\mu$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Icirc;</code> &#206; (<code style='background-color: #ffe;'>\^I</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;xi;</code> &#958; (<code style='background-color: #ffe;'>$\xi$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;clubs;</code> &#9827; (<code style='background-color: #ffe;'>$\clubsuit$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;bull;</code> &#8226; (<code style='background-color: #ffe;'>$\bullet$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ecirc;</code> &#202; (<code style='background-color: #ffe;'>\^E</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Kappa;</code> &#922; (<code style='background-color: #ffe;'>$K$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;times;</code> &#215; (<code style='background-color: #ffe;'>$\times$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Zeta;</code> &#918; (<code style='background-color: #ffe;'>$Z$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;empty;</code> &#8709; (<code style='background-color: #ffe;'>$\emptyset$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;image;</code> &#8465; (<code style='background-color: #ffe;'>$\Im$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Oacute;</code> &#211; (<code style='background-color: #ffe;'>\&apos; O</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;nu;</code> &#957; (<code style='background-color: #ffe;'>$\nu$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Xi;</code> &#926; (<code style='background-color: #ffe;'>$\Xi$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Igrave;</code> &#204; (<code style='background-color: #ffe;'>\`I</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ndash;</code> &#8211; (<code style='background-color: #ffe;'>--</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;and;</code> &#8743; (<code style='background-color: #ffe;'>$\wedge$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;prime;</code> &#8242; (<code style='background-color: #ffe;'>$\prime$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;omicron;</code> &#959; (<code style='background-color: #ffe;'>$o$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;iota;</code> &#953; (<code style='background-color: #ffe;'>$\iota$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ang;</code> &#8736; (<code style='background-color: #ffe;'>$\angle$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;chi;</code> &#967; (<code style='background-color: #ffe;'>$\chi$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ge;</code> &#8805; (<code style='background-color: #ffe;'>$\geq$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lang;</code> &#9002; (<code style='background-color: #ffe;'>$\langle$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;le;</code> &#8804; (<code style='background-color: #ffe;'>$\leq$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rdquo;</code> &#8221; (<code style='background-color: #ffe;'>&apos;&apos;</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;otimes;</code> &#8855; (<code style='background-color: #ffe;'>$\otimes$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Nu;</code> &#925; (<code style='background-color: #ffe;'>$N$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;real;</code> &#8476; (<code style='background-color: #ffe;'>$\Re$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lfloor;</code> &#8970; (<code style='background-color: #ffe;'>$\lfloor$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rsquo;</code> &#8217; (<code style='background-color: #ffe;'>&apos;</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;equiv;</code> &#8801; (<code style='background-color: #ffe;'>$\equiv$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;aacute;</code> &#225; (<code style='background-color: #ffe;'>\&apos;a</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;permil;</code> &#8240; (<code style='background-color: #ffe;'>\permil</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sigma;</code> &#963; (<code style='background-color: #ffe;'>$\sigma$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;oacute;</code> &#243; (<code style='background-color: #ffe;'>\&apos;o</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;supe;</code> &#8839; (<code style='background-color: #ffe;'>$\supseteq$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ordf;</code> &#170; (<code style='background-color: #ffe;'>\textordfeminine</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Beta;</code> &#914; (<code style='background-color: #ffe;'>$B$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;hearts;</code> &#9829; (<code style='background-color: #ffe;'>$\heartsuit$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Rho;</code> &#929; (<code style='background-color: #ffe;'>$P$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Psi;</code> &#936; (<code style='background-color: #ffe;'>$\Psi$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;oelig;</code> &#339; (<code style='background-color: #ffe;'>\oe</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;AElig;</code> &#198; (<code style='background-color: #ffe;'>\AE</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;spades;</code> &#9824; (<code style='background-color: #ffe;'>$\spadesuit$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;oline;</code> &#8254; (<code style='background-color: #ffe;'>-</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;mdash;</code> &#8212; (<code style='background-color: #ffe;'>---</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ocirc;</code> &#244; (<code style='background-color: #ffe;'>\^o</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Scaron;</code> &#352; (<code style='background-color: #ffe;'>\v{S}</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;gt;</code> &#62; (<code style='background-color: #ffe;'>$&gt;$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;omega;</code> &#969; (<code style='background-color: #ffe;'>$\omega$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;phi;</code> &#966; (<code style='background-color: #ffe;'>$\phi$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ordm;</code> &#186; (<code style='background-color: #ffe;'>\textordmasculine</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;copy;</code> &#169; (<code style='background-color: #ffe;'>\copyright</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;infin;</code> &#8734; (<code style='background-color: #ffe;'>$\infty$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Aacute;</code> &#193; (<code style='background-color: #ffe;'>\&apos;A</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rarr;</code> &#8594; (<code style='background-color: #ffe;'>$\rightarrow$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lt;</code> &#60; (<code style='background-color: #ffe;'>$&lt;$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;cong;</code> &#8773; (<code style='background-color: #ffe;'>$\cong$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;eta;</code> &#951; (<code style='background-color: #ffe;'>$\eta$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;curren;</code> &#164; (<code style='background-color: #ffe;'>\currency</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;tau;</code> &#964; (<code style='background-color: #ffe;'>$\tau$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;oplus;</code> &#8853; (<code style='background-color: #ffe;'>$\oplus$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;cap;</code> &#8746; (<code style='background-color: #ffe;'>$\cap$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Iota;</code> &#921; (<code style='background-color: #ffe;'>$I$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Sigma;</code> &#931; (<code style='background-color: #ffe;'>$\Sigma$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;frac34;</code> &#190; (<code style='background-color: #ffe;'>$\frac{3}{4}$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;scaron;</code> &#353; (<code style='background-color: #ffe;'>\v{s}</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;eth;</code> &#240; (<code style='background-color: #ffe;'>$\eth$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;aring;</code> &#229; (<code style='background-color: #ffe;'>\aa</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lArr;</code> &#8656; (<code style='background-color: #ffe;'>$\Leftarrow$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;epsilon;</code> &#949; (<code style='background-color: #ffe;'>$\epsilon$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;dArr;</code> &#8659; (<code style='background-color: #ffe;'>$\Downarrow$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;alpha;</code> &#945; (<code style='background-color: #ffe;'>$\alpha$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;cent;</code> &#162; (<code style='background-color: #ffe;'>\cent</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Lambda;</code> &#923; (<code style='background-color: #ffe;'>$\Lambda$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;loz;</code> &#9674; (<code style='background-color: #ffe;'>$\lozenge$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;yen;</code> &#165; (<code style='background-color: #ffe;'>\textyen</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;uuml;</code> &#252; (<code style='background-color: #ffe;'>\&quot;u</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Eacute;</code> &#201; (<code style='background-color: #ffe;'>\&apos;E</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ocirc;</code> &#212; (<code style='background-color: #ffe;'>\^O</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;nbsp;</code> &#160; (<code style='background-color: #ffe;'>~</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;reg;</code> &#174; (<code style='background-color: #ffe;'>\textregistered</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;cup;</code> &#8745; (<code style='background-color: #ffe;'>$\cup$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;frasl;</code> &#8260; (<code style='background-color: #ffe;'>/</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Uacute;</code> &#218; (<code style='background-color: #ffe;'>\&apos;U</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;hArr;</code> &#8660; (<code style='background-color: #ffe;'>$\Leftrightarrow$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;delta;</code> &#948; (<code style='background-color: #ffe;'>$\delta$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ouml;</code> &#214; (<code style='background-color: #ffe;'>\&quot;O</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ograve;</code> &#242; (<code style='background-color: #ffe;'>\`o</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Ograve;</code> &#210; (<code style='background-color: #ffe;'>\`O</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;quot;</code> &#34; (<code style='background-color: #ffe;'>&quot;</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;uarr;</code> &#8593; (<code style='background-color: #ffe;'>$\uparrow$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;yuml;</code> &#255; (<code style='background-color: #ffe;'>\&quot;y</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;or;</code> &#8744; (<code style='background-color: #ffe;'>$\vee$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Omega;</code> &#937; (<code style='background-color: #ffe;'>$\Omega$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Agrave;</code> &#192; (<code style='background-color: #ffe;'>\`A</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lambda;</code> &#955; (<code style='background-color: #ffe;'>$\lambda$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;prod;</code> &#8719; (<code style='background-color: #ffe;'>$\prod$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;laquo;</code> &#171; (<code style='background-color: #ffe;'>\guillemotleft</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;eacute;</code> &#233; (<code style='background-color: #ffe;'>\&apos;e</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;plusmn;</code> &#177; (<code style='background-color: #ffe;'>$\pm$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;uacute;</code> &#250; (<code style='background-color: #ffe;'>\&apos;u</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lsaquo;</code> &#8249; (<code style='background-color: #ffe;'>\guilsinglleft</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Aring;</code> &#197; (<code style='background-color: #ffe;'>\AA</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;frac12;</code> &#189; (<code style='background-color: #ffe;'>$\frac{1}{2}$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;dagger;</code> &#8224; (<code style='background-color: #ffe;'>\dag</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;gamma;</code> &#947; (<code style='background-color: #ffe;'>$\gamma$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;frac14;</code> &#188; (<code style='background-color: #ffe;'>$\frac{1}{4}$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Alpha;</code> &#913; (<code style='background-color: #ffe;'>$A$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;there4;</code> &#8756; (<code style='background-color: #ffe;'>$\therefore$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rang;</code> &#9001; (<code style='background-color: #ffe;'>$\rangle$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sub;</code> &#8834; (<code style='background-color: #ffe;'>$\subset$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;rfloor;</code> &#8971; (<code style='background-color: #ffe;'>$\rfloor$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;isin;</code> &#8712; (<code style='background-color: #ffe;'>$\in$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;iuml;</code> &#239; (<code style='background-color: #ffe;'>\&quot;i</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;lceil;</code> &#8969; (<code style='background-color: #ffe;'>$\lceil$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;theta;</code> &#952; (<code style='background-color: #ffe;'>$\theta$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;deg;</code> &#176; (<code style='background-color: #ffe;'>\textdegree</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;notin;</code> &#8713; (<code style='background-color: #ffe;'>$\notin$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;agrave;</code> &#224; (<code style='background-color: #ffe;'>\`a</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;prop;</code> &#8733; (<code style='background-color: #ffe;'>$\propto$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Dagger;</code> &#8225; (<code style='background-color: #ffe;'>\ddag</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ucirc;</code> &#251; (<code style='background-color: #ffe;'>\^u</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Chi;</code> &#935; (<code style='background-color: #ffe;'>$X$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;zeta;</code> &#950; (<code style='background-color: #ffe;'>$\zeta$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sum;</code> &#8721; (<code style='background-color: #ffe;'>$\sum$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;nabla;</code> &#8711; (<code style='background-color: #ffe;'>$\nabla$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Iacute;</code> &#205; (<code style='background-color: #ffe;'>\&apos;I</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Upsilon;</code> &#933; (<code style='background-color: #ffe;'>$Y$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;sup;</code> &#8835; (<code style='background-color: #ffe;'>$\supset$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;auml;</code> &#228; (<code style='background-color: #ffe;'>\&quot;a</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;ldquo;</code> &#8220; (<code style='background-color: #ffe;'>``</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;Delta;</code> &#916; (<code style='background-color: #ffe;'>$\Delta$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;circ;</code> &#710; (<code style='background-color: #ffe;'>\textasciicircum</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;pound;</code> &#163; (<code style='background-color: #ffe;'>\pounds</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;yacute;</code> &#253; (<code style='background-color: #ffe;'>\&apos;y</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;perp;</code> &#8869; (<code style='background-color: #ffe;'>$\perp$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;mu;</code> &#956; (<code style='background-color: #ffe;'>$\mu$</code>) +&#160;&#160;&#160;<code style='background-color: #eef;'>&amp;hellip;</code> &#8230; (<code style='background-color: #ffe;'>\ldots</code>) +&#160;&#160;&#160;</p> +<div class='maruku_signature'><hr /><span style='font-size: small; font-style: italic'>Created by <a href='http://maruku.rubyforge.org' title='Maruku: a Markdown-superset interpreter for Ruby'>Maruku</a> at 14:11 on Tuesday, January 23rd, 2007.</span></div></body></html>