<?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-beamer</title>
	<atom:link href="http://www.guidodiepen.nl/tag/latex-beamer/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>
		<item>
		<title>LaTeX Beamer Diepen style</title>
		<link>http://www.guidodiepen.nl/2009/04/latex-beamer-diepen-style/</link>
		<comments>http://www.guidodiepen.nl/2009/04/latex-beamer-diepen-style/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 18:36:41 +0000</pubDate>
		<dc:creator>guido</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[diepen-style]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[latex-beamer]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://www.guidodiepen.nl/?p=69</guid>
		<description><![CDATA[<p>When I was a PhD student I had to give some presentations. I think I tried once to use Powerpoint to give a presentation filled with mathematical equations before I decided that this was not going to work  </p>
<p>After some other packages, I finally found LaTeX-Beamer. For the majority of the presentations the default [...]]]></description>
			<content:encoded><![CDATA[<p>When I was a PhD student I had to give some presentations. I think I tried once to use Powerpoint to give a presentation filled with mathematical equations before I decided that this was not going to work <img src='http://www.guidodiepen.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>After some other packages, I finally found <a title="LaTeX Beamer Homepage" href="http://latex-beamer.sf.net">LaTeX-Beamer</a>. For the majority of the presentations the default styles provided with LaTeX-Beamer were sufficient, but every now and then I wanted to have a bit more, do I dare to say it, powerpoint like theme <img src='http://www.guidodiepen.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I wanted to have background image over which an white transparent layer would be put, on which the text would appear. I created a latex-beamer style for this and a sample output of this diepen style is given in the two pictures below:</p>
<div id="attachment_70" class="wp-caption alignnone" style="width: 373px"><img class="size-full wp-image-70" title="Example Title Page" src="http://www.guidodiepen.nl/wp-content/uploads/2009/04/example-0.png" alt="Screenshot showing example title page of diepen style" width="363" height="272" /><p class="wp-caption-text">Screenshot showing example title page of diepen style</p></div>
<div id="attachment_71" class="wp-caption alignnone" style="width: 373px"><img class="size-full wp-image-71" title="Example normal sheet" src="http://www.guidodiepen.nl/wp-content/uploads/2009/04/example-1.png" alt="Screenshot of normal sheet in diepen style" width="363" height="272" /><p class="wp-caption-text">Screenshot of normal sheet in diepen style</p></div>
<p>The picture that is on the background can be changed into any picture you choose, although I found that in most cases the result is the best when the used image is not too bright.</p>
<p>To use the style, you must first download the <a title="Source LaTeX Beamer Diepen Style" href="http://www.guidodiepen.nl/wp-content/uploads/2009/04/beamerthemediepen-20070108.tar.gz">source</a>, unpack it to a directory of your choice in the texmf directory (or your local texmf directory) and make sure that you have run the texhash command under linux or the windows equivalent such that pdflatex is able to find the style files.</p>
<p>After you have done this, you can use it by placing the following command in the preamble of your beamer file:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #800000; font-weight: normal;">\usetheme</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">diepen</span><span style="color: #E02020; ">}</span></pre></td></tr></table></div>

<p>The following options are available:</p>
<ul>
<li><strong>backgroundimagefile</strong>. The filename (without extension) of the image to use as background (e.g.

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #800000; font-weight: normal;">\usetheme</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">backgroundimagefile=schiphol-tower</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;">diepen</span><span style="color: #E02020; ">}</span></pre></td></tr></table></div>

<p> to use schiphol-tower image as background)</li>
<li><strong>opacity</strong>. A float value denoting the opacity of the white overlay on all sheets except the title page (e.g.

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #800000; font-weight: normal;">\usetheme</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">opacity=0.78</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;">diepen</span><span style="color: #E02020; ">}</span></pre></td></tr></table></div>

<p> to have opacity of 78%).</li>
<li><strong>useblacktitletext</strong>. Is a boolean and if present the color of the text on the titlepage will be black instead of white

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #800000; font-weight: normal;">\usetheme</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">useblacktitletext</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;">diepen</span><span style="color: #E02020; ">}</span></pre></td></tr></table></div>

<p>. This option sometimes is useful for background images that are rather light in color </li>
</ul>
<p>If you have any questions about this diepen style, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guidodiepen.nl/2009/04/latex-beamer-diepen-style/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
