<?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>Jeremy Smyth's Blog &#187; LaTeX</title>
	<atom:link href="http://jeremysmyth.com/category/latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeremysmyth.com</link>
	<description></description>
	<lastBuildDate>Sun, 04 Jul 2010 07:10:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LaTeX: Beamer with Memoir</title>
		<link>http://jeremysmyth.com/2008/09/09/latex-beamer-with-memoir/</link>
		<comments>http://jeremysmyth.com/2008/09/09/latex-beamer-with-memoir/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 17:33:26 +0000</pubDate>
		<dc:creator>Jeremy Smyth</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Beamer]]></category>
		<category><![CDATA[Memoir]]></category>

		<guid isPermaLink="false">http://jeremysmyth.com/?p=4</guid>
		<description><![CDATA[I&#8217;m quite a fan of the Memoir class, having used it a bit for reports and manuals here and there. I&#8217;ve used Beamer for a few presentations too, and thought to merge them recently for a course I&#8217;m writing.
However, I&#8217;ve been experiencing a hang during pdflatex execution when using the &#8220;itemize&#8221; environment.
This works:


\documentclass{memoir}
\usepackage{beamerarticle}
\begin{document}
Hello.
\end{document}


This doesn&#8217;t:


\documentclass{memoir}
\usepackage{beamerarticle}
\begin{document}
Hello.
\begin{itemize}
\item{hello}
\end{itemize}
\end{document}


It works [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m quite a fan of the Memoir class, having used it a bit for reports and manuals here and there. I&#8217;ve used Beamer for a few presentations too, and thought to merge them recently for a course I&#8217;m writing.</p>
<p>However, I&#8217;ve been experiencing a hang during pdflatex execution when using the &#8220;itemize&#8221; environment.</p>
<p>This works:</p>
<pre>
<div class="codesnip-container" >
<div class="latex codesnip" style="font-family:monospace;"><span class="sy0">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span class="kw1">documentclass</span></a><span class="sy0">{</span><span class="re9">memoir</span><span class="sy0">}</span>
<span class="sy0">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span class="kw1">usepackage</span></a><span class="sy0">{</span><span class="re9">beamerarticle</span><span class="sy0">}</span>
<span class="re8">\begin</span><span class="sy0">{</span><span class="re9"><span class="re7">document</span></span><span class="sy0">}</span>
Hello.
<span class="re8">\end</span><span class="sy0">{</span><span class="re9"><span class="re7">document</span></span><span class="sy0">}</span></div>
</div>
</pre>
<p>This doesn&#8217;t:</p>
<pre>
<div class="codesnip-container" >
<div class="latex codesnip" style="font-family:monospace;"><span class="sy0">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cdocumentclass"><span class="kw1">documentclass</span></a><span class="sy0">{</span><span class="re9">memoir</span><span class="sy0">}</span>
<span class="sy0">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Cusepackage"><span class="kw1">usepackage</span></a><span class="sy0">{</span><span class="re9">beamerarticle</span><span class="sy0">}</span>
<span class="re8">\begin</span><span class="sy0">{</span><span class="re9"><span class="re7">document</span></span><span class="sy0">}</span>
Hello.
<span class="re8">\begin</span><span class="sy0">{</span><span class="re9"><span class="re7">itemize</span></span><span class="sy0">}</span>
<span class="sy0">\</span><a href="http://www.golatex.de/wiki/index.php?title=%5Citem"><span class="kw1">item</span></a><span class="sy0">{</span><span class="re9">hello</span><span class="sy0">}</span>
<span class="re8">\end</span><span class="sy0">{</span><span class="re9"><span class="re7">itemize</span></span><span class="sy0">}</span>
<span class="re8">\end</span><span class="sy0">{</span><span class="re9"><span class="re7">document</span></span><span class="sy0">}</span></div>
</div>
</pre>
<p>It works fine with enumerate and description environments, and when I<br />
use the book or article documentclasses. But because I like Memoir, I want to fix it.</p>
<p>So I did what every self-respecting techie would do, and posted to Usenet. We&#8217;ll see how this turns out.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeremysmyth.com/2008/09/09/latex-beamer-with-memoir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
