<?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&#039;s Blog &#187; latex</title>
	<atom:link href="http://www.aburad.com/blog/tag/latex/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aburad.com/blog</link>
	<description>A computer nerd who would soon be an MBA</description>
	<lastBuildDate>Thu, 28 Oct 2010 15:53:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<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 [...]]]></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>7</slash:comments>
		</item>
		<item>
		<title>Installing latex on hostmonster</title>
		<link>http://www.aburad.com/blog/2008/05/installing-latex-on-hostmonster.html</link>
		<comments>http://www.aburad.com/blog/2008/05/installing-latex-on-hostmonster.html#comments</comments>
		<pubDate>Fri, 09 May 2008 06:46:43 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[latex]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[hostmonster]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=228</guid>
		<description><![CDATA[In continuation with my previous post (Some times yahoo is better), I followed the steps on how to install latex/tetex on my web host from here (You can also get the Installation steps from QuickInstall file in source code or access the same file from tug.org). But the problem is that on web hosts like [...]]]></description>
			<content:encoded><![CDATA[<p>In continuation with my previous post (<a href="http://aburad.com/blog/2008/05/sometimes-yahoo-is-better.html">Some times yahoo is better</a>),  I followed the steps on how to install latex/tetex on my web host <a href="http://mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/">from here</a> (You can also get the Installation steps from QuickInstall file in source code or access the same file from <a href="http://tug.org/teTeX/tetex-src/QuickInstall">tug.org</a>).</p>
<p>But the problem is that on web hosts like hostmonster you won&#8217;t have root access so you will need to modify some of the things and do a local install in your home directory.</p>
<p>For that you can specify <em><strong>&#8211;prefix</strong></em> accordingly while doing <em><strong>./configure</strong></em>. So you need to do:</p>
<blockquote>
<pre class="bash">./configure --<span style="color: #007800;">prefix=</span>/home/<strong>username</strong>/local/teTeX
replace username with your account name</pre>
</blockquote>
<p>This step ended without any errors But while I was doing <strong><em>make world</em></strong>, the process exited with following error:</p>
<blockquote>
<pre>/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libXt.a when searching for -lXt
/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.so when searching for -lX11</pre>
</blockquote>
<p>I found <a href="http://www.mail-archive.com/opendx2-dev@lists.berlios.de/msg04315.html">this thread</a>, where they were discussing similar error  and from what I got it was due to  machine  platform.  So I checked my host system information with</p>
<blockquote>
<pre>uname -a</pre>
<p>from there I got <em>x86_64 x86_64 x86_64 GNU/Linux</em> which meant its a 64 bit architecture.</p></blockquote>
<p>So after some tweaking to what I found here(<a href="http://cblfs.cross-lfs.org/index.php/TeTeX">CBLFS: TeTeX</a>) to make it work for local install, you can do following to compile the package:</p>
<blockquote><p><code> </code></p>
<pre>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 \
./configure --prefix=/home/<strong>username</strong>/local/teTeX/ \
--enable-shared \
--without-texinfo \
--with-x=no \
--with-system-ncurses \
--with-system-zlib &amp;&amp;
[ -f texk/libtool ] &amp;&amp; sed -i "/sys_lib_search_path_spec=/s:/lib:&amp;64:g" texk/libtool;</pre>
</blockquote>
<p>And then you can do</p>
<blockquote>
<pre>make world
make all install</pre>
</blockquote>
<p>You can then add generated executable to your system path by:</p>
<blockquote>
<pre>PATH=/home/<strong>username</strong>/local/teTeX/bin/x86_64-unknown-linux-gnu:$PATH;
export PATH</pre>
</blockquote>
<p>You can also configure your installation using:</p>
<blockquote>
<pre>texconfig</pre>
</blockquote>
<p>And its DONE <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />       <strong>Find <a href="http://aburad.com/latex/install.txt">all steps followed by me here</a></strong><br />
So if you want to install on 32 bit config the <a href="http://mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/">method at Microcontroller programming Blog</a> should work fine.<br />
Also read: <a href="http://tldp.org/HOWTO/TeTeX-HOWTO-9.html#generic-CTAN">The Tetex HowTo</a></p>
<p>You can download required packages using <em>wget</em> on shell account at hostmonster from <a href="http://www.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/">ctan.org</a></p>
<p>Related Post: <a href="http://aburad.com/blog/2005/06/latex-beamer.html">Latex Beamer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/installing-latex-on-hostmonster.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Sometimes yahoo is better</title>
		<link>http://www.aburad.com/blog/2008/05/sometimes-yahoo-is-better.html</link>
		<comments>http://www.aburad.com/blog/2008/05/sometimes-yahoo-is-better.html#comments</comments>
		<pubDate>Thu, 08 May 2008 22:19:52 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hostmonster]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[search queries]]></category>
		<category><![CDATA[web domain]]></category>
		<category><![CDATA[web hosting account]]></category>
		<category><![CDATA[web hosts]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=227</guid>
		<description><![CDATA[And it was proved yesterday night. Actually I was looking for installing latex on my web domain (hostmonster). So here I dont have root permissions and I might also had to deal with other issue. I thought of going the easy way and just google it as someone must have done something similar. But I [...]]]></description>
			<content:encoded><![CDATA[<p>And it was proved yesterday night. Actually I was looking for installing latex on my web domain (hostmonster). So here I dont have root permissions and I might also had to deal with other issue. I thought of going the easy way and just google it as someone must have done something similar. But I tried variation combination (<a href="http://www.google.co.in/search?q=installing+latex+on+web+hosts">latex on web hosts</a>, <a href="http://www.google.co.in/search?q=installing+latex+on+hostmonster">latex on hostmonster</a> and other search queries too) and got nothing.</p>
<p>Then after some time I thought of giving yahoo search a shot (though I was not quite sure that it would fetch me anything more useful). So when I search (<a href="http://search.yahoo.com/search;_ylt=A0oGkxQ8eiNIFEcAQZ6l87UF?p=installing+latex+on+hostmonster">latex on hostmonster</a>), <em>voila</em> the <a href="http://mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/">first result</a> was exactly what I needed. Now I&#8217;m eager to try installing latex(/tetex) on my web hosting account. And yeah i&#8217;ll keep update you, how it went.</p>
<p>Share, what search engine do you use and which do you find better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/sometimes-yahoo-is-better.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Itrans-preview</title>
		<link>http://www.aburad.com/blog/2006/01/itrans-preview.html</link>
		<comments>http://www.aburad.com/blog/2006/01/itrans-preview.html#comments</comments>
		<pubDate>Sun, 22 Jan 2006 06:48:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[latex]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=41</guid>
		<description><![CDATA[Itrans-Preview is package ( yet unfinished) developed by me &#38; Kshitij to preview Itrans ( Latex ) in emacs..More details can be found here . This Blog is about latex , itrans and itrans-preview, and its development info. Project Webpage]]></description>
			<content:encoded><![CDATA[<p>Itrans-Preview is package ( yet unfinished) developed by me &amp; Kshitij to preview Itrans ( Latex ) in emacs..More details can be found <a href="http://itrans-prv.blogspot.com/">here </a>.<br />
<a href="http://itrans-prv.blogspot.com/">This Blog </a> is about latex , itrans and itrans-preview, and its development info.</p>
<p><a href="http://www.aburad.com/acads/Itrans_Prv/">Project Webpage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2006/01/itrans-preview.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Itrans_Prv : Project Page up</title>
		<link>http://www.aburad.com/blog/2005/06/itrans_prv-project-page-up.html</link>
		<comments>http://www.aburad.com/blog/2005/06/itrans_prv-project-page-up.html#comments</comments>
		<pubDate>Sun, 26 Jun 2005 11:23:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[latex]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[itrans]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=21</guid>
		<description><![CDATA[An Emacs Plugin for previewing Itrans and Latex File Project Webpage Up. Webpage has Image Previews of Itrans_Prv working. Also embedded a Flash intro of how the package works. Embedding of flash done by vnc2swf screen recorder. Image Previews Preview1 Preview2 Preview3]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 130%">An Emacs Plugin for previewing Itrans and Latex File</span></p>
<p><a href="http://www.aburad.com/acads/Itrans_Prv/index.html">Project Webpage</a> Up.<span style="display: block" id="formatbar_CreateLink" title="Link" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);"></span><br />
Webpage has Image Previews of Itrans_Prv working.<br />
Also embedded a Flash intro of how the package works.<br />
Embedding of flash done by <a href="http://www.unixuser.org/%7Eeuske/vnc2swf/">vnc2swf screen recorder</a>.<br />
Image Previews</p>
<p><a href="http://www.aburad.com/acads/Itrans_Prv/emacs2.png"><img src="http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs2.jpg" alt="http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs2.jpg" height="189" width="200" /></a> Preview1</p>
<p><a href="http://www.aburad.com/acads/Itrans_Prv/emacs7.png"><img src="http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs7.jpg" alt="http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs7.jpg" height="150" width="200" /></a> Preview2 <a href="http://www.aburad.com/acads/Itrans_Prv/emacs4.png"><img src="http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs4.jpg" alt="http://www.aburad.com/acads/Itrans_Prv/thumbs/emacs4.jpg" height="189" width="200" /></a>Preview3</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2005/06/itrans_prv-project-page-up.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs Plugin for Itrans : Itrans_Prv</title>
		<link>http://www.aburad.com/blog/2005/06/emacs-plugin-for-itrans-itrans_prv.html</link>
		<comments>http://www.aburad.com/blog/2005/06/emacs-plugin-for-itrans-itrans_prv.html#comments</comments>
		<pubDate>Sat, 25 Jun 2005 18:38:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[latex]]></category>
		<category><![CDATA[hindi]]></category>
		<category><![CDATA[itrans]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=18</guid>
		<description><![CDATA[This summer (after my 4th sem is over) Me and Me and Kshitij are working on Project under guidance Prof. Siva Kumar to develop an WYSIWYG type editor for Itrans (Indian Language Support). Here is a brief overview of our project: * Select any itrans/latex text that is between valid tags. Now you can select [...]]]></description>
			<content:encoded><![CDATA[<p>This summer (after my 4th sem is over) Me and  Me and <a href="http://www.cse.itb.ac.in/%7Ekshitij">Kshitij</a> are<br />
working on Project under guidance <strong>Prof. Siva Kumar</strong> to develop an<br />
WYSIWYG type editor for <a href="http://www.aczoom.com/itrans/">Itrans</a> (Indian Language Support).</p>
<p>Here is a brief overview of our project:<br />
* Select any itrans/latex text that is between valid tags. Now you can select<br />
option from menu for prview of this region. (See Preview1) .<br />
* You can preview many such region in emacs window.<br />
* You can select option &#8220;Remove all preview&#8221; from Itrans menu to remove all preview of all regions.<br />
* With &#8220;continuous preview&#8221; option you can view preview in seperate gv (ghost view) window.(Preview 2)<br />
* In &#8220;continuous preview&#8221; mode you can edit text and preview gets automatically updated in gv.</p>
<p>You can download it from <a href="http://www.aburad.com/acads/Itrans_Prv/itrans_prv.tar.gz">here</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2005/06/emacs-plugin-for-itrans-itrans_prv.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

