<?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; texlive</title>
	<atom:link href="http://blog.breadncup.com/tag/texlive/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 mathtex.cgi</title>
		<link>http://blog.breadncup.com/2009/11/27/installing-mathtex-cgi/</link>
		<comments>http://blog.breadncup.com/2009/11/27/installing-mathtex-cgi/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 01:12:32 +0000</pubDate>
		<dc:creator>Breadncup</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[mathtex]]></category>
		<category><![CDATA[tex]]></category>
		<category><![CDATA[texlive]]></category>

		<guid isPermaLink="false">http://blog.breadncup.com/?p=175</guid>
		<description><![CDATA[This shows how I have make and install mathtex.cgi]]></description>
			<content:encoded><![CDATA[<p>In order to make and install mathtex.cgi, latex and dvipng are prerequisite. You need to <a title="Latex Install" href="http://blog.breadncup.com/2009/11/27/latex-install/">install latex </a>first and divpng will come along with it.</p>
<p>You can follow the instruction</p>
<ol>
<li><a title="Install Mathtex.cgi" href="http://www.forkosh.dreamhost.com/source_mathtex.html#install" target="_blank">http://www.forkosh.dreamhost.com/source_mathtex.html#install</a></li>
</ol>
<p>Following will show how I have done with it for example.</p>
<pre># wget http://www.forkosh.com/mathtex.zip
# mkdir mathtex
# cd mathtex
# unzip ../mathtex.zip
# cc mathtex.c –DLATEX=\\"$(which latex)\\" \\
–DDVIPNG=\\"$(which dvipng)\\" –o mathtex.cgi
# cp mathtex.cgi /public_html/xxx.../cgi-bin/</pre>
<p>For test of mathtex.cgi, in your web browser, you can do it by</p>
<pre>www.example.com/cgi-bin/mathtex.cgi?x^2+y^2</pre>
<p>It will give you the gif image showing equation by latex syntax.</p>
 <img src="http://blog.breadncup.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=175" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.breadncup.com/2009/11/27/installing-mathtex-cgi/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<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>

