<?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; mathtex</title>
	<atom:link href="http://blog.breadncup.com/tag/mathtex/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>
	</channel>
</rss>

