<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[latex - www.GuidoDiepen.nl]]></title><description><![CDATA[Tips and Tricks / Cool new tools / Automating everything / Analytics / Making life easier]]></description><link>https://www.guidodiepen.nl/</link><image><url>https://www.guidodiepen.nl/favicon.png</url><title>latex - www.GuidoDiepen.nl</title><link>https://www.guidodiepen.nl/</link></image><generator>Ghost 3.42</generator><lastBuildDate>Sat, 10 Feb 2024 19:39:34 GMT</lastBuildDate><atom:link href="https://www.guidodiepen.nl/tag/latex/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[LaTeX Beamer Diepen style]]></title><description><![CDATA[<!--kg-card-begin: markdown--><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 <a href="http://latex-beamer.sf.net" title="LaTeX Beamer Homepage">LaTeX-Beamer</a>. For the majority of</p>]]></description><link>https://www.guidodiepen.nl/2009/04/latex-beamer-diepen-style/</link><guid isPermaLink="false">60310ee9085ea20001e01c54</guid><category><![CDATA[diepen-style]]></category><category><![CDATA[latex]]></category><category><![CDATA[latex-beamer]]></category><category><![CDATA[style]]></category><dc:creator><![CDATA[Guido Diepen]]></dc:creator><pubDate>Wed, 29 Apr 2009 18:36:41 GMT</pubDate><content:encoded><![CDATA[<!--kg-card-begin: markdown--><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 <a href="http://latex-beamer.sf.net" title="LaTeX Beamer Homepage">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 :)</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>
<p><img src="https://www.guidodiepen.nl/content/images/2009/04/example-0.png" alt="Screenshot showing example title page of diepen style"></p>
<p><img src="https://www.guidodiepen.nl/content/images/2009/04/example-1.png" alt="Screenshot of normal sheet in diepen style"></p>
<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 source from my <a href="https://github.com/gdiepen/beamerthemediepen">GitHub repository</a>, and copy it into 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>
<pre><code class="language-latex">\usetheme diepen
</code></pre>
<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. <code>\usetheme[backgroundimagefile=schiphol-tower]{diepen}</code> 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 <code>\usetheme[opacity=0.78]{diepen}</code> 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 <code>\usetheme[useblacktitletext]{diepen}</code>. 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>
<!--kg-card-end: markdown-->]]></content:encoded></item></channel></rss>