<?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>hartvig.de</title>
	<atom:link href="http://hartvig.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://hartvig.de</link>
	<description>Personal homepage of Kaare Hartvig Jensen</description>
	<lastBuildDate>Thu, 17 May 2012 13:22:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enlarge tex memory in OSX</title>
		<link>http://hartvig.de/2012/enlarge-tex-memory-in-osx/</link>
		<comments>http://hartvig.de/2012/enlarge-tex-memory-in-osx/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 18:52:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hartvig.de/?p=602</guid>
		<description><![CDATA[Enlarge expand tex latex memory in OSX Mac.
Get an error like this?
Here is how much of TeX's memory you used...
3000001 words of memory out of 3000000
Add the following lines to the file /usr/local/texlive/2011/texmf.cnf
main_memory=250000000
extra_mem_top=50000000
extra_mem_bot=50000000
save_size=15000
stack_size=15000
Propagate the settings
sudo fmtutil --refresh
qed
]]></description>
			<content:encoded><![CDATA[<p>Enlarge expand tex latex memory in OSX Mac.</p>
<p>Get an error like this?</p>
<pre>Here is how much of TeX's memory you used...
3000001 words of memory out of 3000000</pre>
<p>Add the following lines to the file /usr/local/texlive/2011/texmf.cnf</p>
<pre>main_memory=250000000
extra_mem_top=50000000
extra_mem_bot=50000000
save_size=15000
stack_size=15000</pre>
<p>Propagate the settings</p>
<pre>sudo fmtutil --refresh</pre>
<p>qed</p>
]]></content:encoded>
			<wfw:commentRss>http://hartvig.de/2012/enlarge-tex-memory-in-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

