<?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>That's Funny... &#187; latex</title>
	<atom:link href="http://staff.washington.edu/rec3141/wordpress/archives/tag/latex/feed" rel="self" type="application/rss+xml" />
	<link>http://staff.washington.edu/rec3141</link>
	<description>the website of Eric Collins, grad student</description>
	<lastBuildDate>Wed, 11 Nov 2009 18:25:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>testing inline LaTeX</title>
		<link>http://staff.washington.edu/rec3141/wordpress/archives/206</link>
		<comments>http://staff.washington.edu/rec3141/wordpress/archives/206#comments</comments>
		<pubDate>Wed, 10 Sep 2008 19:48:21 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/rec3141/?p=206</guid>
		<description><![CDATA[Using WordPress 2.6 and wp-latexrender and an installer.  Success after jiggling with the paths and editing class.latexrender.php lines 197&#8211;224 to replace each instance of &#8216;\f&#8217; with &#8216;\\f&#8217;.
For example, line 203 had to be changed from
$string .= &#34;\\newsavebox{\formulabox}\n&#34;;
to
$string .= &#34;\\newsavebox{\\formulabox}\n&#34;;
This change is apparently only necessary in PHP versions >5.2.5 (thanks to steve at sixthform for [...]]]></description>
			<content:encoded><![CDATA[<p>Using WordPress 2.6 and <a href="http://sixthform.info/steve/wordpress/">wp-latexrender</a> and <a href="http://fugato.net/2007/01/20/latex-in-wordpress/">an installer</a>.  Success after jiggling with the paths and editing class.latexrender.php lines 197&#8211;224 to replace each instance of &#8216;\f&#8217; with &#8216;\\f&#8217;.</p>
<p>For example, line 203 had to be changed from</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$string .= &quot;\\newsavebox{\formulabox}\n&quot;;</div></div>
<p>to</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$string .= &quot;\\newsavebox{\\formulabox}\n&quot;;</div></div>
<p>This change is apparently only necessary in PHP versions >5.2.5 (thanks to steve at <a href="http://sixthform.info/steve/wordpress/">sixthform</a> for figuring that out).</p>
<p><img src='/rec3141/wordpress/wp-content/plugins/latexrender/pictures/20ff89e216d49714f87fc83359efd42d_1.83333pt.png' title='e^{i\pi}+1 =0' alt='e^{i\pi}+1 =0'  style="vertical-align:-1.83333pt;" ></p>
<p>ta da!</p>
]]></content:encoded>
			<wfw:commentRss>http://staff.washington.edu/rec3141/wordpress/archives/206/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
