<?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>Bread &#38; Cup &#187; howto</title>
	<atom:link href="http://blog.breadncup.com/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.breadncup.com</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 11:25:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Installing Latex</title>
		<link>http://blog.breadncup.com/2009/11/27/latex-install/</link>
		<comments>http://blog.breadncup.com/2009/11/27/latex-install/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 01:02:46 +0000</pubDate>
		<dc:creator>Breadncup</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[tex]]></category>
		<category><![CDATA[texlive]]></category>

		<guid isPermaLink="false">http://blog.breadncup.com/?p=168</guid>
		<description><![CDATA[It shows how I installed tex live.]]></description>
			<content:encoded><![CDATA[<p>The latex can be installed by following instruction:</p>
<ul>
<li> <a title="texlive acquire" href="http://www.tug.org/texlive/acquire.html" target="_blank">http://www.tug.org/texlive/acquire.html</a></li>
<li><a title="Texlive Quick Install" href="http://www.tug.org/texlive/quickinstall.html" target="_blank"> http://www.tug.org/texlive/quickinstall.html</a></li>
</ul>
<p>Followings are showing how I installed for example.</p>
<pre># wget http://carroll.aset.psu.edu/pub/CTAN/systems/texlive/tlnet/install-tl-unx.tar.gz
# tar -xvzf install-tl-unx.tar.gz
# cd install-tl-20091126
# ./install-tl</pre>
<p>While running &#8220;install-tl&#8221;, I used &#8216;D&#8217; option to change the directory to be installed, and &#8216;O&#8217; to select &#8216;use letter size instead of A4 by default&#8217; option.</p>
<p>It took around 1 hour to be installed. I have installed it in &#8220;~/texlive/&#8221; and latex and divpng are installed in &#8220;~/texlive/bin/x86_64-linux&#8221;</p>
<p>If you want to test the latex, please do</p>
<pre># latex small2e</pre>
<p>It will give small2e.dvi in your directory. Using dvipng tool, you can make it gif or png image file.</p>
 <img src="http://blog.breadncup.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=168" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.breadncup.com/2009/11/27/latex-install/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

