<?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; style</title>
	<atom:link href="http://www.guidodiepen.nl/tag/style/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>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>
