<?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>www.GuidoDiepen.nl &#187; latex</title>
	<atom:link href="http://www.guidodiepen.nl/category/latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guidodiepen.nl</link>
	<description>Personal Blog of Guido Diepen</description>
	<lastBuildDate>Sun, 06 Jun 2010 20:54:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating latex-beamer handouts with notes</title>
		<link>http://www.guidodiepen.nl/2009/07/creating-latex-beamer-handouts-with-notes/</link>
		<comments>http://www.guidodiepen.nl/2009/07/creating-latex-beamer-handouts-with-notes/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 15:56:07 +0000</pubDate>
		<dc:creator>guido</dc:creator>
				<category><![CDATA[latex]]></category>
		<category><![CDATA[handouts]]></category>
		<category><![CDATA[latex-beamer]]></category>
		<category><![CDATA[notes]]></category>

		<guid isPermaLink="false">http://www.guidodiepen.nl/?p=86</guid>
		<description><![CDATA[<p>Update 20091104: Added &#8220;1 on 1 with notes landscape&#8221;, based on work of Edson Valle. Also added &#8220;2 on 1 with notes&#8221; and &#8220;3 on 1 with notes&#8221; layouts.</p>
<p>Update 20091108: Added &#8220;2 on 1 with notes landscape&#8221;, based on work of Edson Valle.</p>
<p>Update 20091202: Added &#8220;1 on 1 with notes&#8221;, based on work of Harald [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update 20091104: </strong>Added &#8220;1 on 1 with notes landscape&#8221;, based on work of Edson Valle. Also added &#8220;2 on 1 with notes&#8221; and &#8220;3 on 1 with notes&#8221; layouts.</p>
<p><strong>Update 20091108: </strong>Added &#8220;2 on 1 with notes landscape&#8221;, based on work of Edson Valle.</p>
<p><strong>Update 20091202: </strong>Added &#8220;1 on 1 with notes&#8221;, based on work of Harald Welte.</p>
<p>For all my presentations I have been using <a title="LaTeX Beamer Homepage" href="http://latex-beamer.sf.net">LaTeX-Beamer</a> package. One of the things I missed was the possibility of having handouts of my slides with some lines for notes besides the slides. After some searching I found that in the mailing lists of latex-beamer somebody had already come up with a solution.</p>
<p>If you put the file  <a href="http://www.guidodiepen.nl/wp-content/uploads/2009/07/handoutWithNotes.sty">handoutWithNotes.sty</a> either in your local texmf directory or in the same directory as your presentation you can include it with the following command</p>

<div class="wp_syntax"><div class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #800000; font-weight: normal;">\usepackage</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">handoutWithNotes</span><span style="color: #E02020; ">}</span></pre></div></div>

<p>After that, to get 4 sheets on the left side of the page with on the right side of the page some lines for people to write notes you can use the following command</p>

<div class="wp_syntax"><div class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #800000; font-weight: normal;">\pgfpagesuselayout</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">4 on 1 with notes</span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">a4paper,border shrink=5mm</span><span style="color: #E02020; ">]</span></pre></div></div>

<p>The resulting PDF file will contain pages like:</p>
<p><img class="alignnone size-full wp-image-87" title="Example of handout with notes" src="http://www.guidodiepen.nl/wp-content/uploads/2009/07/examplenotes.png" alt="Example of handout with notes" width="400" height="566" /></p>
<p><strong>Updated 20091104.</strong>I received a note from Edson Valle that he created an addition to the notes files, namely one that allows you to print your sheets 1 per page, but with notes on the side. Made a some small alteration to his original contribution to allow for easier usage.</p>
<p>I have updated the original download-link, so you only have to download the latest <a href="http://www.guidodiepen.nl/wp-content/uploads/2009/07/handoutWithNotes.sty">handoutWithNotes.sty</a> file and you should be ready to use it.</p>
<p>Again, make sure that you include the style file with:</p>

<div class="wp_syntax"><div class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #800000; font-weight: normal;">\usepackage</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">handoutWithNotes</span><span style="color: #E02020; ">}</span></pre></div></div>

<p>after which you can now use the &#8220;1 on 1 landscape&#8221; layout with the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #800000; font-weight: normal;">\pgfpagesuselayout</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">1 on 1 with notes landscape</span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">a4paper,border shrink=5mm</span><span style="color: #E02020; ">]</span></pre></div></div>

<p>.</p>
<p>The resulting files will look something like:<br />
<div id="attachment_118" class="wp-caption alignnone" style="width: 575px"><img src="http://www.guidodiepen.nl/wp-content/uploads/2009/07/examplenotes2.png" alt="Showing the 1 on 1 with notes landscape" title="Example 1 on 1 with notes landscape" width="565" height="400" class="size-full wp-image-118" /><p class="wp-caption-text">Showing the 1 on 1 with notes landscape</p></div></p>
<p>While I was at it, right away I also created two additional styles &#8220;2 on 1 with notes&#8221; and &#8220;3 on 1 with notes&#8221;. The first of these two was already requested once by kc853. Hopefully this new style will be sufficient for his needs. If not, I hope that it will serve as a good starter for modifications.</p>
<p>The &#8220;2 on 1 with notes&#8221; layout can be used with the command</p>

<div class="wp_syntax"><div class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #800000; font-weight: normal;">\pgfpagesuselayout</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">2 on 1 with notes</span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">a4paper,border shrink=5mm</span><span style="color: #E02020; ">]</span></pre></div></div>

<p> with the following result:<br />
<img src="http://www.guidodiepen.nl/wp-content/uploads/2009/07/examplenotes4.png" alt="Image showing &quot;2 on 1 with notes&quot; layout" title="Example &quot;2 on 1 with notes&quot; layout" width="400" height="566" class="size-full wp-image-122" /></p>
<p>Finally, the &#8220;3 on 1 with notes&#8221; pages was created because I think that the &#8220;2 on 1 with notes&#8221; seemed a bit empty <img src='http://www.guidodiepen.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  You can use this &#8220;3 on 1 with notes&#8221; layout with the command</p>

<div class="wp_syntax"><div class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #800000; font-weight: normal;">\pgfpagesuselayout</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">3 on 1 with notes</span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">a4paper,border shrink=5mm</span><span style="color: #E02020; ">]</span></pre></div></div>

<p> with the following result:<br />
<img src="http://www.guidodiepen.nl/wp-content/uploads/2009/07/examplenotes3.png" alt="Image showing &quot;3 on 1 with notes&quot; layout" title="Example &quot;3 on 1 with notes&quot; layout" width="400" height="566" class="size-full wp-image-121" /></p>
<p><strong>Update 20091108 :</strong> Based on the above updated styles, Edson Valle provided me with another addition, the &#8220;2 on 1 with notes landscape&#8221; layout. You can use it with the command</p>

<div class="wp_syntax"><div class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #800000; font-weight: normal;">\pgfpagesuselayout</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">2 on 1 with notes landscape</span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">a4paper,border shrink=5mm</span><span style="color: #E02020; ">]</span></pre></div></div>

<p> and the output you will get will be something like:<br />
<img src="http://www.guidodiepen.nl/wp-content/uploads/2009/07/examplenotes5.png" alt="Example of &quot;2 on 1 with notes landscape&quot; layout" title="Example of &quot;2 on 1 with notes landscape&quot; layout" width="566" height="400" class="size-full wp-image-125" /></p>
<p><strong>Update 20091202 :</strong> Based on the above updated styles, Harald Welte provided me with yet another addition, the &#8220;1 on 1 with notes&#8221; layout. You can use it with the command</p>

<div class="wp_syntax"><div class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #800000; font-weight: normal;">\pgfpagesuselayout</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">1 on 1 with notes</span><span style="color: #E02020; ">}[</span><span style="color: #C08020; font-weight: normal;">a4paper,border shrink=5mm</span><span style="color: #E02020; ">]</span></pre></div></div>

<p> and the output you will get will be something like:<br />
<img src="http://www.guidodiepen.nl/wp-content/uploads/2009/07/examplenotes7.png" alt="Example output of &quot;1 on 1 with notes&quot; layout" title="Example output of &quot;1 on 1 with notes&quot; layout" width="400" height="566" class="size-full wp-image-127" /></p>
<p>All of the above layouts can be used by downloading the <a href="http://www.guidodiepen.nl/wp-content/uploads/2009/07/handoutWithNotes.sty">handoutWithNotes.sty</a> file.</p>
<p>Just drop me a note in case you like this or find it useful or in case you have any questions <img src='http://www.guidodiepen.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.guidodiepen.nl/2009/07/creating-latex-beamer-handouts-with-notes/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
	</channel>
</rss>
