<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Burad's Blog &#187; wordpress</title>
	<atom:link href="http://www.aburad.com/blog/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aburad.com/blog</link>
	<description>Linux, Tech, web , programming and other stuff I'm inerested in</description>
	<lastBuildDate>Thu, 11 Mar 2010 15:54:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Latex on wordpress blog</title>
		<link>http://www.aburad.com/blog/2008/05/latex-on-wordpress-blog.html</link>
		<comments>http://www.aburad.com/blog/2008/05/latex-on-wordpress-blog.html#comments</comments>
		<pubDate>Sun, 25 May 2008 09:15:49 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[hostmonster]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=229</guid>
		<description><![CDATA[Some time back I came to know that wordpress blogs hosted at wordpress.com supports latex. But no such default functionality for self hosted wordpress blogs. But there are plugins (latexrender, wp-latex) which can facilitate similar things.
But for these to work you will need to install latex on your hosting account. (I have intalled latex on [...]]]></description>
			<content:encoded><![CDATA[<p>Some time back I came to know that wordpress blogs hosted at <a href="http://faq.wordpress.com/2007/02/18/can-i-put-math-or-equations-in-my-posts/">wordpress.com supports latex</a>. But no such default functionality for self hosted wordpress blogs. But there are plugins (<a href="http://sixthform.info/steve/wordpress/index.php?p=13">latexrender</a>, <a href="http://wordpress.org/extend/plugins/wp-latex/">wp-latex</a>) which can facilitate similar things.<br />
But for these to work you will need to install latex on your hosting account. (<a href="http://aburad.com/blog/2008/05/installing-latex-on-hostmonster.html">I have intalled latex on my hostmonster account some time back.</a>). </p>
<p>For installing latexrender wordpress plugin you can <a href="http://sixthform.info/steve/wordpress/index.php?p=13">find guidelines here</a><br />
One more thing to remember while setting $latexrender_path_http in latex.php give full http path to latexrender folder like <em><code>$latexrender_path_http = "http://your blog addr/latexrender";</code> </em><br />
Now you are set to go. To include [tex]\LaTeX[/tex] in your posting, use the following:<br />
<center><strong><code>&#91;tex&#93; your latex code here &#91;/tex&#93; </code></strong></center><br />
For example:  </p>
<blockquote><p>&#91;tex&#93; (a+b)^3 = (a+b)^2(a+b) &#91;/tex&#93; </p></blockquote>
<p>produces :</p>
<blockquote><p>[tex](a+b)^3 = (a+b)^2(a+b)[/tex]</p></blockquote>
<p>But after setting up latexrender plugin, the png image was still not generated. Error that I got was:</p>
<blockquote><p>I can&#8217;t find the format file &#8216;latex.fmt&#8217;! </p></blockquote>
<p>But when I tried similar command (<em>latex sample.tex</em>) from shell prompt, It was working fine.<br />
So I thought that problem is in calling latex from php file using <a href="http://in.php.net/function.exec">exec</a>. So when I copied the latex.fmt file to directory containing .tex file  it started working fine. May be some problem in setting environment variable.<br />
You can look for latex.fmt file using :</p>
<blockquote><p><code>find -name latex.fmt</code></p></blockquote>
<p>For latexrender you can copy latex.fmt file to latexrender/tmp/  folder inside your wordpress installation.<br />
I&#8217;m still working on how to set environment variable in php so that I don&#8217;t have to copy latex.fmt again and again.<br />
But for now I gave got working latex on my blog <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Now I can write math equations in my blog posts.<br />
You can try latex formulas in comment too.</p>
<p>And if you want to publish LaTeX equation in WordPress blog without installing any software, try jsTeXrender: <a href="http://yourequations.com/">http://yourequations.com/</a>. Thanks <a href="http://www.mcuprogramming.com/blog">Doug</a> for the tip.</p>
<p>Related Posts:<br />
<a href="http://aburad.com/blog/2005/06/latex-beamer.html">Latex Beamer</a><br />
<a href="http://aburad.com/blog/2008/05/installing-latex-on-hostmonster.html">Installing latex on hostmonster</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/latex-on-wordpress-blog.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Wordpress plugins you should install</title>
		<link>http://www.aburad.com/blog/2008/05/wordpress-plugins-you-should-install.html</link>
		<comments>http://www.aburad.com/blog/2008/05/wordpress-plugins-you-should-install.html#comments</comments>
		<pubDate>Thu, 22 May 2008 18:31:15 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=247</guid>
		<description><![CDATA[Few months back I have shifted my blog to self hosted wordpress blog at this location. I have passed few months trying new things on this blog like themes, plugins and its been fun playing with it. During this time I have tried several plugins, so wanted to share some of the plugins that I [...]]]></description>
			<content:encoded><![CDATA[<p>Few months back I have <a href="http://aburad.com/blog/2008/02/new-webpage.html">shifted my blog</a> to self hosted wordpress blog at this location. I have passed few months trying new things on this blog like themes, plugins and its been fun playing with it. During this time I have tried several plugins, so wanted to share some of the plugins that I liked the most:</p>
<ul>
<li><a href="http://akismet.com/">Aksimet</a>: filters spam comments and tracksbacks. You don&#8217;t want your post to be filled with useless comments.</li>
<li><a href="http://wordpress.org/extend/plugins/stats/">Wordpress.com Stats</a>: Its a light weight plugin but still provides detailed representation of important statistics</li>
<li><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/">Google Sitemap Generator</a>:  Generates  sitemap for your wordpress blog which  is by Ask.com, Google, YAHOO and MSN Search.</li>
<li><a href="http://wordpress.org/extend/plugins/get-recent-comments/">Get Recent Comments:</a> Display the most recent comments or trackbacks with your own formatting in the sidebar.</li>
<li><a href="http://www.feedburner.com/fb/a/help/wordpress_quickstart">FeedBurner FeedSmith</a>: It redirects your wordpress feeds to feedburner so that you can easily track your subscribers.</li>
<li><a href="http://www.prelovac.com/vladimir/wordpress-plugins/plugin-central">Plugin Central</a>: Automatically installs and updates WordPress plugins.</li>
<li><a href="http://www.ilfilosofo.com/blog/wp-db-backup">Wordpress Data backup</a>: Its a necessary plugin to backup your blog. I still haven&#8217;t restoring posts from backup though.</li>
</ul>
<p>For some specific users plugins like <a href="http://wordpress.org/extend/plugins/wp-latex/">wp-latex</a>, are also useful. It generates PNG images from inline $\LaTeX$ code in your posts and comments. I have <a href="http://aburad.com/blog/2008/05/installing-latex-on-hostmonster.html">installed latex on my hosting service( hostmonster)</a> and still working on making simliar plugins(<a href="http://sixthform.info/steve/wordpress/index.php">LatexRender</a>) to work.</p>
<p>You can  find many more such list on web if you do a google search. But Lorelle has a nice compilation of <a href="http://lorelle.wordpress.com/2007/02/02/lists-of-your-favorite-wordpress-plugins/">list of favorite wordpress plugins</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/wordpress-plugins-you-should-install.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Webpage :)</title>
		<link>http://www.aburad.com/blog/2008/02/new-webpage.html</link>
		<comments>http://www.aburad.com/blog/2008/02/new-webpage.html#comments</comments>
		<pubDate>Fri, 15 Feb 2008 04:57:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web domain]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=210</guid>
		<description><![CDATA[Hi everybody&#8230;.
As I have graduated from IIT bombay completing my B.tech in computer science, so my webpage there wont be available for long. So I have taken a new web domain : http://www.aburad.com with hostmonster till now services are good for what I paid. Right now i have just shifted my iitb page there, but [...]]]></description>
			<content:encoded><![CDATA[<p>Hi everybody&#8230;.<br />
As I have graduated from <a href="http://www.iitb.ac.in/">IIT bombay</a> completing my B.tech in computer science, so my <a href="http://www.cse.iitb.ac.in/%7Eajitb">webpage there</a> wont be available for long. So I have taken a new web domain : <a href="http://www.aburad.com/">http://www.aburad.com</a> with <a href="https://www.hostmonster.com/">hostmonster</a> till now services are good for what I paid. Right now i have just shifted my <a href="http://www.cse.iitb.ac.in/">iitb</a> page there, but soon will be posting new stuff&#8230;so watch out !!</p>
<p>And I have also shifted my blog from <a href="http://burad.blogspot.com">http://burad.blogspot.com</a> to self hosted wordpress blog: <a href="http://aburad.com/blog">http://aburad.com/blog</a>. Please update your bookmarks and <a href="http://feeds.feedburner.com/BuradsBlog">feeds</a>.</p>
<p>Visit: <a href="http://www.aburad.com/">http://www.aburad.com</a><br />
<a href="http://www.aburad.com/blog/">http://www.aburad.com/blog/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/02/new-webpage.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
