<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Pretty equations in HTML</title>
	<atom:link href="http://www.reversefold.com/blog/2008/11/27/pretty-equations-in-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reversefold.com/blog/2008/11/27/pretty-equations-in-html/</link>
	<description>Flex, PHP, and anything else I care to talk about</description>
	<lastBuildDate>Thu, 28 Jul 2011 10:53:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: The paperCrane&#8217;s view from the reverseFold &#187; ASCIIMathML Wordpress Plugin</title>
		<link>http://www.reversefold.com/blog/2008/11/27/pretty-equations-in-html/comment-page-1/#comment-2641</link>
		<dc:creator>The paperCrane&#8217;s view from the reverseFold &#187; ASCIIMathML Wordpress Plugin</dc:creator>
		<pubDate>Thu, 12 Feb 2009 23:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversefold.com/blog/?p=79#comment-2641</guid>
		<description>[...] This is an update of a previous post. [...]</description>
		<content:encoded><![CDATA[<p>[...] This is an update of a previous post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: papercrane</title>
		<link>http://www.reversefold.com/blog/2008/11/27/pretty-equations-in-html/comment-page-1/#comment-2617</link>
		<dc:creator>papercrane</dc:creator>
		<pubDate>Fri, 06 Feb 2009 04:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversefold.com/blog/?p=79#comment-2617</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-2616&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-2616&quot; rel=&quot;nofollow&quot;&gt;Poojan Wagh&lt;/a&gt; :&lt;/strong&gt;
BTW: Doesn’t Firefox support MathML natively? Why go from AsciiMath to MathML to SVG?
&lt;/blockquote&gt;
As I explain above, Firefox does support MathML but it needs some javascript to actually interpret it. In addition, MathML is pretty complex and verbose, whereas the simple ASCII format that ASCIIMathML supports is very convenient for typing equations.</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-2616"><p>
<strong><a href="#comment-2616" rel="nofollow">Poojan Wagh</a> :</strong><br />
BTW: Doesn’t Firefox support MathML natively? Why go from AsciiMath to MathML to SVG?
</p></blockquote>
<p>As I explain above, Firefox does support MathML but it needs some javascript to actually interpret it. In addition, MathML is pretty complex and verbose, whereas the simple ASCII format that ASCIIMathML supports is very convenient for typing equations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poojan Wagh</title>
		<link>http://www.reversefold.com/blog/2008/11/27/pretty-equations-in-html/comment-page-1/#comment-2616</link>
		<dc:creator>Poojan Wagh</dc:creator>
		<pubDate>Fri, 06 Feb 2009 02:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversefold.com/blog/?p=79#comment-2616</guid>
		<description>BTW: Doesn&#039;t Firefox support MathML natively? Why go from AsciiMath to MathML to SVG?</description>
		<content:encoded><![CDATA[<p>BTW: Doesn&#8217;t Firefox support MathML natively? Why go from AsciiMath to MathML to SVG?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poojan Wagh</title>
		<link>http://www.reversefold.com/blog/2008/11/27/pretty-equations-in-html/comment-page-1/#comment-2615</link>
		<dc:creator>Poojan Wagh</dc:creator>
		<pubDate>Fri, 06 Feb 2009 01:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversefold.com/blog/?p=79#comment-2615</guid>
		<description>I would really like whatever you could send to me. I&#039;m right now using MIMETEX to display equations as images. I&#039;d much prefer MathML/SVG (w/ image fallback).</description>
		<content:encoded><![CDATA[<p>I would really like whatever you could send to me. I&#8217;m right now using MIMETEX to display equations as images. I&#8217;d much prefer MathML/SVG (w/ image fallback).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.reversefold.com/blog/2008/11/27/pretty-equations-in-html/comment-page-1/#comment-2595</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 21 Jan 2009 06:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversefold.com/blog/?p=79#comment-2595</guid>
		<description>You might take a look at some work I&#039;ve done on this, to convert ASCIIMathML to TeX expressions and render them through MimeTeX.  This conversion can be done clientside or serverside.  The clientside version allows MathML to be used when the browser supports it, and images when it doesn&#039;t.

See http://www.pierce.ctc.edu/dlippman/asciimathtex/AMT.html</description>
		<content:encoded><![CDATA[<p>You might take a look at some work I&#8217;ve done on this, to convert ASCIIMathML to TeX expressions and render them through MimeTeX.  This conversion can be done clientside or serverside.  The clientside version allows MathML to be used when the browser supports it, and images when it doesn&#8217;t.</p>
<p>See <a href="http://www.pierce.ctc.edu/dlippman/asciimathtex/AMT.html" rel="nofollow">http://www.pierce.ctc.edu/dlippman/asciimathtex/AMT.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: papercrane</title>
		<link>http://www.reversefold.com/blog/2008/11/27/pretty-equations-in-html/comment-page-1/#comment-2441</link>
		<dc:creator>papercrane</dc:creator>
		<pubDate>Tue, 16 Dec 2008 19:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversefold.com/blog/?p=79#comment-2441</guid>
		<description>I&#039;d love to post it as a plugin but since it requires various command-line programs and causes quite a bit of server-side load on the first view of the equations I&#039;m hesitant to package it up for now...</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to post it as a plugin but since it requires various command-line programs and causes quite a bit of server-side load on the first view of the equations I&#8217;m hesitant to package it up for now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stelt</title>
		<link>http://www.reversefold.com/blog/2008/11/27/pretty-equations-in-html/comment-page-1/#comment-2388</link>
		<dc:creator>stelt</dc:creator>
		<pubDate>Fri, 28 Nov 2008 09:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversefold.com/blog/?p=79#comment-2388</guid>
		<description>I totally love it.
Can you please ask the wordpress.com guys to add it?
When they don&#039;t, it still added some attention to MathML and SVG, which is really needed.

I guess i have to add this to my SVG link resource at http://svg.startpagina.nl</description>
		<content:encoded><![CDATA[<p>I totally love it.<br />
Can you please ask the wordpress.com guys to add it?<br />
When they don&#8217;t, it still added some attention to MathML and SVG, which is really needed.</p>
<p>I guess i have to add this to my SVG link resource at <a href="http://svg.startpagina.nl" rel="nofollow">http://svg.startpagina.nl</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

