<?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"
	>
<channel>
	<title>Comments on: Installing LaTeX on Web Hosts</title>
	<atom:link href="http://mcuprogramming.com/2007/03/30/installing-latex-on-web-hosts/feed/" rel="self" type="application/rss+xml" />
	<link>http://mcuprogramming.com/2007/03/30/installing-latex-on-web-hosts/</link>
	<description>A Microcontroller Weblog</description>
	<pubDate>Thu, 04 Dec 2008 03:26:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Doug</title>
		<link>http://mcuprogramming.com/2007/03/30/installing-latex-on-web-hosts/#comment-338</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Sat, 20 Sep 2008 04:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/#comment-338</guid>
		<description>@burad

I think there will be no problems. I also succeed installing texlive on HM. I will write about this soon when I have free time.

Thanks for your contribution anyway.</description>
		<content:encoded><![CDATA[<p>@burad</p>
<p>I think there will be no problems. I also succeed installing texlive on HM. I will write about this soon when I have free time.</p>
<p>Thanks for your contribution anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: burad</title>
		<link>http://mcuprogramming.com/2007/03/30/installing-latex-on-web-hosts/#comment-328</link>
		<dc:creator>burad</dc:creator>
		<pubDate>Fri, 09 May 2008 06:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/#comment-328</guid>
		<description>Also will compiling on my local machine and uploading binaries on hostmonster. I doubt it wont work as both machine are having seperate config.</description>
		<content:encoded><![CDATA[<p>Also will compiling on my local machine and uploading binaries on hostmonster. I doubt it wont work as both machine are having seperate config.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: burad</title>
		<link>http://mcuprogramming.com/2007/03/30/installing-latex-on-web-hosts/#comment-327</link>
		<dc:creator>burad</dc:creator>
		<pubDate>Fri, 09 May 2008 06:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/#comment-327</guid>
		<description>thanks for your help..actually the steps you have mentioned worked for 32 bit machines and ours are 64 bit configs.
So you need to change ./configure step to make it work for 64 bit.

CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 \
./configure --prefix=/home/username/local/teTeX/ \
–enable-shared \
–without-texinfo \
–with-x=no \
–with-system-ncurses \
–with-system-zlib &#38;&#38;
[ -f texk/libtool ] &#38;&#38; sed -i “/sys_lib_search_path_spec=/s:/lib:&#38;64:g” texk/libtool; 

After this i followed the rest of steps as mentioned..and its working :)</description>
		<content:encoded><![CDATA[<p>thanks for your help..actually the steps you have mentioned worked for 32 bit machines and ours are 64 bit configs.<br />
So you need to change ./configure step to make it work for 64 bit.</p>
<p>CC=&#8221;gcc ${BUILD64}&#8221; CXX=&#8221;g++ ${BUILD64}&#8221; USE_ARCH=64 \<br />
./configure &#8211;prefix=/home/username/local/teTeX/ \<br />
–enable-shared \<br />
–without-texinfo \<br />
–with-x=no \<br />
–with-system-ncurses \<br />
–with-system-zlib &amp;&amp;<br />
[ -f texk/libtool ] &amp;&amp; sed -i “/sys_lib_search_path_spec=/s:/lib:&amp;64:g” texk/libtool; </p>
<p>After this i followed the rest of steps as mentioned..and its working <img src='http://mcuprogramming.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing latex on hostmonster : Burad&#8217;s Blog</title>
		<link>http://mcuprogramming.com/2007/03/30/installing-latex-on-web-hosts/#comment-326</link>
		<dc:creator>Installing latex on hostmonster : Burad&#8217;s Blog</dc:creator>
		<pubDate>Fri, 09 May 2008 06:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/#comment-326</guid>
		<description>[...] (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 [...]</description>
		<content:encoded><![CDATA[<p>[...] (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 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://mcuprogramming.com/2007/03/30/installing-latex-on-web-hosts/#comment-325</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 09 May 2008 01:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/#comment-325</guid>
		<description>Hi Burad,

I rechecked it. I found that I have the same errors. I think they change some software package. However, you can compile teTeX on your local computer and then upload it to HM. Finally you can run

texconfig

to set environment in HM.</description>
		<content:encoded><![CDATA[<p>Hi Burad,</p>
<p>I rechecked it. I found that I have the same errors. I think they change some software package. However, you can compile teTeX on your local computer and then upload it to HM. Finally you can run</p>
<p>texconfig</p>
<p>to set environment in HM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sometimes yahoo is better : Burad&#8217;s Blog</title>
		<link>http://mcuprogramming.com/2007/03/30/installing-latex-on-web-hosts/#comment-324</link>
		<dc:creator>Sometimes yahoo is better : Burad&#8217;s Blog</dc:creator>
		<pubDate>Thu, 08 May 2008 22:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/#comment-324</guid>
		<description>[...] sure that it would fetch me anything useful). So when I search (latex on hostmonster), voila the first result was exactly what I needed. Now I&#8217;m eager to try installing latex(/tetex) on my web hosting [...]</description>
		<content:encoded><![CDATA[<p>[...] sure that it would fetch me anything useful). So when I search (latex on hostmonster), voila the first result was exactly what I needed. Now I&#8217;m eager to try installing latex(/tetex) on my web hosting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: burad</title>
		<link>http://mcuprogramming.com/2007/03/30/installing-latex-on-web-hosts/#comment-323</link>
		<dc:creator>burad</dc:creator>
		<pubDate>Wed, 07 May 2008 21:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/#comment-323</guid>
		<description>while following your method, when i did "make world" its exiting after giving this error.

/usr/X11R6/lib/libXt.so when searching for -lXt
/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libXt.a when searching for -lXt
/usr/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status

I assume our hostmonster account should generally have same packages installed. help appreciated</description>
		<content:encoded><![CDATA[<p>while following your method, when i did &#8220;make world&#8221; its exiting after giving this error.</p>
<p>/usr/X11R6/lib/libXt.so when searching for -lXt<br />
/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libXt.a when searching for -lXt<br />
/usr/bin/ld: cannot find -lXt<br />
collect2: ld returned 1 exit status</p>
<p>I assume our hostmonster account should generally have same packages installed. help appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://mcuprogramming.com/2007/03/30/installing-latex-on-web-hosts/#comment-322</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 07 May 2008 14:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/#comment-322</guid>
		<description>If you want to publish LaTeX equation in WordPress blog without installing any software, please try jsTeXrender:


http://yourequations.com/</description>
		<content:encoded><![CDATA[<p>If you want to publish LaTeX equation in WordPress blog without installing any software, please try jsTeXrender:</p>
<p><a href="http://yourequations.com/" rel="nofollow">http://yourequations.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: burad</title>
		<link>http://mcuprogramming.com/2007/03/30/installing-latex-on-web-hosts/#comment-321</link>
		<dc:creator>burad</dc:creator>
		<pubDate>Wed, 07 May 2008 09:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/#comment-321</guid>
		<description>I'm looking for this for so long. Actually I want to have latex support on my wordpress blog. Will try it soon and will bug you if have any problem</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking for this for so long. Actually I want to have latex support on my wordpress blog. Will try it soon and will bug you if have any problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clinton</title>
		<link>http://mcuprogramming.com/2007/03/30/installing-latex-on-web-hosts/#comment-106</link>
		<dc:creator>clinton</dc:creator>
		<pubDate>Sat, 07 Apr 2007 07:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/#comment-106</guid>
		<description>I would like to try it but I need the 400 mb's on my home server. Its a very old computer, hehe.d</description>
		<content:encoded><![CDATA[<p>I would like to try it but I need the 400 mb&#8217;s on my home server. Its a very old computer, hehe.d</p>
]]></content:encoded>
	</item>
</channel>
</rss>
