<?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: How to Get Math Support in MediaWiki</title>
	<atom:link href="http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/</link>
	<description>My name&#039;s JR. I write about stuff.</description>
	<lastBuildDate>Sat, 04 Feb 2012 05:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zarjay</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-81</link>
		<dc:creator>Zarjay</dc:creator>
		<pubDate>Sun, 24 Jan 2010 23:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-81</guid>
		<description>You&#039;re welcome! I&#039;m glad my post was helpful. :D</description>
		<content:encoded><![CDATA[<p>You&#39;re welcome! I&#39;m glad my post was helpful. :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zarjay</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-70</link>
		<dc:creator>Zarjay</dc:creator>
		<pubDate>Sun, 24 Jan 2010 17:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-70</guid>
		<description>You&#039;re welcome! I&#039;m glad my post was helpful. :D</description>
		<content:encoded><![CDATA[<p>You&#39;re welcome! I&#39;m glad my post was helpful. :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zarjay</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-76</link>
		<dc:creator>Zarjay</dc:creator>
		<pubDate>Sun, 24 Jan 2010 17:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-76</guid>
		<description>You&#039;re welcome! I&#039;m glad my post was helpful. :D</description>
		<content:encoded><![CDATA[<p>You&#39;re welcome! I&#39;m glad my post was helpful. :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-69</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sun, 24 Jan 2010 08:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-69</guid>
		<description>Thx A LOT!&lt;br&gt;&lt;br&gt;Instructions in the readme file were so unclear. I&#039;m glad to have found your blog. It worked in minutes.</description>
		<content:encoded><![CDATA[<p>Thx A LOT!</p>
<p>Instructions in the readme file were so unclear. I&#39;m glad to have found your blog. It worked in minutes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-75</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sun, 24 Jan 2010 08:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-75</guid>
		<description>Thx A LOT!&lt;br&gt;&lt;br&gt;Instructions in the readme file were so unclear. I&#039;m glad to have found your blog. It worked in minutes.</description>
		<content:encoded><![CDATA[<p>Thx A LOT!</p>
<p>Instructions in the readme file were so unclear. I&#39;m glad to have found your blog. It worked in minutes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chariya1</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-71</link>
		<dc:creator>chariya1</dc:creator>
		<pubDate>Wed, 23 Sep 2009 19:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-71</guid>
		<description>Thank you for saving me a lot of grieve!  I tested your approach and a simple test equation rendered quite nicely.  I am using media Wiki 1.15.1 version.  The renderMath function for this version has two parameters.  So not sure if that would cause any problem.  Here is the code&lt;br&gt;&lt;br&gt;         public static function renderMath( $tex, $params=array() ) {&lt;br&gt;                #global $wgUser;&lt;br&gt;                #$math = new MathRenderer( $tex, $params );&lt;br&gt;                #$math-&gt;setOutputMode( $wgUser-&gt;getOption(&#039;math&#039;));&lt;br&gt;                #return $math-&gt;render();&lt;br&gt;                return &#039;&lt;img src=&quot;http://bluenanta.com/cgi-bin/mimetex.cgi?&#039; . $tex . &#039;&quot; alt=&quot;&quot; /&gt;&#039;;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks again for your service to the community :-)&lt;br&gt;pax</description>
		<content:encoded><![CDATA[<p>Thank you for saving me a lot of grieve!  I tested your approach and a simple test equation rendered quite nicely.  I am using media Wiki 1.15.1 version.  The renderMath function for this version has two parameters.  So not sure if that would cause any problem.  Here is the code</p>
<p>         public static function renderMath( $tex, $params=array() ) {<br />                #global $wgUser;<br />                #$math = new MathRenderer( $tex, $params );<br />                #$math-&gt;setOutputMode( $wgUser-&gt;getOption(&#39;math&#39;));<br />                #return $math-&gt;render();<br />                return &#39;&lt;img src=&#8221;http://bluenanta.com/cgi-bin/mimetex.cgi?&#39; . $tex . &#39;&#8221; alt=&#8221;" /&gt;&#39;;</p>
<p>Thanks again for your service to the community :-)<br />pax</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chariya1</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-77</link>
		<dc:creator>chariya1</dc:creator>
		<pubDate>Wed, 23 Sep 2009 19:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-77</guid>
		<description>Thank you for saving me a lot of grieve!  I tested your approach and a simple test equation rendered quite nicely.  I am using media Wiki 1.15.1 version.  The renderMath function for this version has two parameters.  So not sure if that would cause any problem.  Here is the code&lt;br&gt;&lt;br&gt;         public static function renderMath( $tex, $params=array() ) {&lt;br&gt;                #global $wgUser;&lt;br&gt;                #$math = new MathRenderer( $tex, $params );&lt;br&gt;                #$math-&gt;setOutputMode( $wgUser-&gt;getOption(&#039;math&#039;));&lt;br&gt;                #return $math-&gt;render();&lt;br&gt;                return &#039;&lt;img src=&quot;http://bluenanta.com/cgi-bin/mimetex.cgi?&#039; . $tex . &#039;&quot; alt=&quot;&quot; /&gt;&#039;;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks again for your service to the community :-)&lt;br&gt;pax</description>
		<content:encoded><![CDATA[<p>Thank you for saving me a lot of grieve!  I tested your approach and a simple test equation rendered quite nicely.  I am using media Wiki 1.15.1 version.  The renderMath function for this version has two parameters.  So not sure if that would cause any problem.  Here is the code</p>
<p>         public static function renderMath( $tex, $params=array() ) {<br />                #global $wgUser;<br />                #$math = new MathRenderer( $tex, $params );<br />                #$math-&gt;setOutputMode( $wgUser-&gt;getOption(&#39;math&#39;));<br />                #return $math-&gt;render();<br />                return &#39;&lt;img src=&#8221;http://bluenanta.com/cgi-bin/mimetex.cgi?&#39; . $tex . &#39;&#8221; alt=&#8221;" /&gt;&#39;;</p>
<p>Thanks again for your service to the community :-)<br />pax</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zarjay</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-73</link>
		<dc:creator>Zarjay</dc:creator>
		<pubDate>Wed, 12 Aug 2009 05:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-73</guid>
		<description>No prob! Glad I could help. ^_^</description>
		<content:encoded><![CDATA[<p>No prob! Glad I could help. ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zarjay</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-79</link>
		<dc:creator>Zarjay</dc:creator>
		<pubDate>Wed, 12 Aug 2009 05:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-79</guid>
		<description>No prob! Glad I could help. ^_^</description>
		<content:encoded><![CDATA[<p>No prob! Glad I could help. ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zarjay</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-74</link>
		<dc:creator>Zarjay</dc:creator>
		<pubDate>Wed, 12 Aug 2009 04:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-74</guid>
		<description>Dunno. If there are Windows binaries available, I assume it should work the same.</description>
		<content:encoded><![CDATA[<p>Dunno. If there are Windows binaries available, I assume it should work the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zarjay</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-80</link>
		<dc:creator>Zarjay</dc:creator>
		<pubDate>Wed, 12 Aug 2009 04:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-80</guid>
		<description>Dunno. If there are Windows binaries available, I assume it should work the same.</description>
		<content:encoded><![CDATA[<p>Dunno. If there are Windows binaries available, I assume it should work the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaime Melis</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-72</link>
		<dc:creator>Jaime Melis</dc:creator>
		<pubDate>Tue, 11 Aug 2009 23:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-72</guid>
		<description>Thank you very much for guide! It would have never occurred to me that you can make it work with mimetex! thinking out of the box ;) took me less than half an hour to make it work! brilliant!</description>
		<content:encoded><![CDATA[<p>Thank you very much for guide! It would have never occurred to me that you can make it work with mimetex! thinking out of the box ;) took me less than half an hour to make it work! brilliant!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaime Melis</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-78</link>
		<dc:creator>Jaime Melis</dc:creator>
		<pubDate>Tue, 11 Aug 2009 23:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-78</guid>
		<description>Thank you very much for guide! It would have never occurred to me that you can make it work with mimetex! thinking out of the box ;) took me less than half an hour to make it work! brilliant!</description>
		<content:encoded><![CDATA[<p>Thank you very much for guide! It would have never occurred to me that you can make it work with mimetex! thinking out of the box ;) took me less than half an hour to make it work! brilliant!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-68</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Tue, 30 Jun 2009 18:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-68</guid>
		<description>Does it work the same for installation on a windows server? The binaries you mentioned are only for Linux.</description>
		<content:encoded><![CDATA[<p>Does it work the same for installation on a windows server? The binaries you mentioned are only for Linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-95</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Tue, 30 Jun 2009 18:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-95</guid>
		<description>Does it work the same for installation on a windows server? The binaries you mentioned are only for Linux.</description>
		<content:encoded><![CDATA[<p>Does it work the same for installation on a windows server? The binaries you mentioned are only for Linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-67</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 27 May 2009 20:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-67</guid>
		<description>Hi, unfortunately my server doesn&#039;t enable ssh.
therefore I cannot compile necessary dependencies for the texvc.
is there any way to obtain working binaries of  latex, dvips, convert and gs  ?
without these it won&#039;t render the png files...

I have a ubuntu machine and my server uses linux.

thanks for your help!</description>
		<content:encoded><![CDATA[<p>Hi, unfortunately my server doesn&#8217;t enable ssh.<br />
therefore I cannot compile necessary dependencies for the texvc.<br />
is there any way to obtain working binaries of  latex, dvips, convert and gs  ?<br />
without these it won&#8217;t render the png files&#8230;</p>
<p>I have a ubuntu machine and my server uses linux.</p>
<p>thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-94</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 27 May 2009 20:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-94</guid>
		<description>Hi, unfortunately my server doesn&#039;t enable ssh. 
therefore I cannot compile necessary dependencies for the texvc. 
is there any way to obtain working binaries of  latex, dvips, convert and gs  ?
without these it won&#039;t render the png files...

I have a ubuntu machine and my server uses linux.

thanks for your help!</description>
		<content:encoded><![CDATA[<p>Hi, unfortunately my server doesn&#8217;t enable ssh.<br />
therefore I cannot compile necessary dependencies for the texvc.<br />
is there any way to obtain working binaries of  latex, dvips, convert and gs  ?<br />
without these it won&#8217;t render the png files&#8230;</p>
<p>I have a ubuntu machine and my server uses linux.</p>
<p>thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-66</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 15 Jan 2009 19:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-66</guid>
		<description>Thanks so much for your guide!  I probably would have never figured it out without your help.  I owe you a beer.</description>
		<content:encoded><![CDATA[<p>Thanks so much for your guide!  I probably would have never figured it out without your help.  I owe you a beer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-93</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 15 Jan 2009 19:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-93</guid>
		<description>Thanks so much for your guide!  I probably would have never figured it out without your help.  I owe you a beer.</description>
		<content:encoded><![CDATA[<p>Thanks so much for your guide!  I probably would have never figured it out without your help.  I owe you a beer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Walker</title>
		<link>http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/comment-page-1/#comment-65</link>
		<dc:creator>Robert Walker</dc:creator>
		<pubDate>Sat, 12 Jul 2008 02:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://zarjay.net/2008/03/07/how-to-get-math-support-in-mediawiki/#comment-65</guid>
		<description>Sorry - can&#039;t post it for some reason - but second last line is fine. Just insert that before the return.</description>
		<content:encoded><![CDATA[<p>Sorry &#8211; can&#8217;t post it for some reason &#8211; but second last line is fine. Just insert that before the return.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

