<?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: Installing LaTeX on Web Hosts</title>
	<atom:link href="http://mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/feed/" rel="self" type="application/rss+xml" />
	<link>http://mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/</link>
	<description>A Microcontroller Weblog</description>
	<pubDate>Fri, 12 Mar 2010 12:56:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Derrick Coetzee</title>
		<link>http://mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/comment-page-1/#comment-429</link>
		<dc:creator>Derrick Coetzee</dc:creator>
		<pubDate>Fri, 13 Mar 2009 03:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/#comment-429</guid>
		<description>A much simpler way to do this is to use the TeX Live network installer, which allows you to configure a path in your home directory, supports both 32-bit and 64-bit platforms, and doesn't require compiling from sources. Careful though, the complete install takes a lot of space, about 1.2GB - you can select a different install package (like "medium") if you don't have that much space. See:

http://www.tug.org/texlive/</description>
		<content:encoded><![CDATA[<p>A much simpler way to do this is to use the TeX Live network installer, which allows you to configure a path in your home directory, supports both 32-bit and 64-bit platforms, and doesn&#8217;t require compiling from sources. Careful though, the complete install takes a lot of space, about 1.2GB - you can select a different install package (like &#8220;medium&#8221;) if you don&#8217;t have that much space. See:</p>
<p><a href="http://www.tug.org/texlive/" rel="nofollow">http://www.tug.org/texlive/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twisting Mind &#187; First of all, LaTeX</title>
		<link>http://mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/comment-page-1/#comment-427</link>
		<dc:creator>Twisting Mind &#187; First of all, LaTeX</dc:creator>
		<pubDate>Fri, 02 Jan 2009 16:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/#comment-427</guid>
		<description>[...] 32-bit linux: Installing LaTeX on Web Hosts [...]</description>
		<content:encoded><![CDATA[<p>[...] 32-bit linux: Installing LaTeX on Web Hosts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/comment-page-1/#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/blog/2007/03/30/installing-latex-on-web-hosts/comment-page-1/#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/blog/2007/03/30/installing-latex-on-web-hosts/comment-page-1/#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 &amp;&amp;
[ -f texk/libtool ] &amp;&amp; sed -i “/sys_lib_search_path_spec=/s:/lib:&amp;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/blog/2007/03/30/installing-latex-on-web-hosts/comment-page-1/#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/blog/2007/03/30/installing-latex-on-web-hosts/comment-page-1/#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/blog/2007/03/30/installing-latex-on-web-hosts/comment-page-1/#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/blog/2007/03/30/installing-latex-on-web-hosts/comment-page-1/#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/blog/2007/03/30/installing-latex-on-web-hosts/comment-page-1/#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>
</channel>
</rss>
