<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/latex-beamer/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/latex-beamer/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 29 Jun 2009 21:04:00 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/latex-beamer/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>Fix typos in beamerguide Chapter 2</title><link>https://sourceforge.net/p/latex-beamer/patches/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Fix some typos in chapter 2.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 29 Jun 2009 21:04:00 -0000</pubDate><guid>https://sourceforge.net5a6a98524b894db90297502d95ced8218f30e207</guid></item><item><title>Fix typos in beamerguide</title><link>https://sourceforge.net/p/latex-beamer/patches/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Fix some typos in the introduction.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 29 Jun 2009 21:01:24 -0000</pubDate><guid>https://sourceforge.net34ef77a532e662b1797f7a8ac84ede609e80dc47</guid></item><item><title>subsubsectionstyle support</title><link>https://sourceforge.net/p/latex-beamer/patches/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;this patch provides support for a subsubsectionstyle key to \tableofcontent tag. As section and subsection, it takes subvalues separated by /. each value can be hide, show, shaded. For this one, there is four values:&lt;br /&gt;
- current subsubsection&lt;br /&gt;
- current subsection, but other subsubsection&lt;br /&gt;
- current section, but other subsection&lt;br /&gt;
- other section&lt;/p&gt;
&lt;p&gt;I had an issue for when all the values are provided because I seem to be unable to gobble 3 symbols to eat all the / added after the argument. I hope you'll know how to solve this and don't discard the patch for this reason.&lt;/p&gt;
&lt;p&gt;If you like the patch, I plan to go further and provide an "highlight" action along with hide/show/shaded, and also to give ability to specify different actions for past and forthcoming elements. Of course, if you want to implement these other improvement yourself, feel free ;)&lt;/p&gt;
&lt;p&gt;Hope you like the patch, &lt;br /&gt;
Mt.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Quinson</dc:creator><pubDate>Tue, 30 Oct 2007 00:06:49 -0000</pubDate><guid>https://sourceforge.net867bb597a4659f042a7be39618086deeee6f1612</guid></item><item><title>fix typo in doc</title><link>https://sourceforge.net/p/latex-beamer/patches/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;'know' is missing...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 05 Sep 2007 17:34:31 -0000</pubDate><guid>https://sourceforge.net5abbaeaa55afeb302decffdd058eff519461d2db</guid></item><item><title>A way to print transparencies in A4</title><link>https://sourceforge.net/p/latex-beamer/patches/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I couldn't find any way to print beamer transparencies in A4, until I stumbled on&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.hep.phys.soton.ac.uk/~jhe/resources/index.html" rel="nofollow"&gt;http://www.hep.phys.soton.ac.uk/~jhe/resources/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;where they provide the following script:&lt;/p&gt;
&lt;p&gt;#!/bin/bash&lt;/p&gt;
&lt;p&gt;if ([ -z $1 ] || [ -z $2 ]) ; then&lt;br /&gt;
echo "Usage:  beamer2a4 input.ps output.ps"&lt;br /&gt;
exit 1&lt;br /&gt;
fi&lt;/p&gt;
&lt;p&gt;psnup -1 -q -m1cm -W12.8cm -H9.6cm -pa4 $1 | \
sed 's/%%BoundingBox: 0 0 363 273/%%BoundingBox: 0 0 595 842/' &amp;gt; $2&lt;/p&gt;
&lt;p&gt;Is there an easier way? Anything I did according to the manual ended in BBox format and mangled printout both from PDF and PS. Anyway, this script works, so it may be useful for anyone printing transparencies, even just in case of a laptop failure...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mikolaj Konarski</dc:creator><pubDate>Thu, 21 Dec 2006 04:27:08 -0000</pubDate><guid>https://sourceforge.netc25af02090ab1702e57a0dd4528f7ea76d7d4ede</guid></item><item><title>fixes table of context with hidden subsections</title><link>https://sourceforge.net/p/latex-beamer/patches/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Currently the section titles will be separated by fixed vertical space of 1.5em in case some or all subsection titles are hidden. The consequence is that the table of contents might not fit on a page in case of many sections or large fonts.&lt;/p&gt;
&lt;p&gt;This patch removes the relevant if-construct in the file beamerbasetoc.sty and thus always inserts a \vfill, with or without visible subsection titles.&lt;/p&gt;
&lt;p&gt;This solves the display issues for my presentation, and I cannot really understand why a fixed skip has been specified for the mentioned case in the first place. Has this been a quick'n'dirty fix for a particular presentation?&lt;/p&gt;
&lt;p&gt;Max-Gerd Retzlaff &amp;lt;m.retzlaff@gmx.net&amp;gt;&lt;/p&gt;
&lt;p&gt;(I'm using the Debian/unstable package latex-beamer version 3.06.dfsg.1-0.1.)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 22 Nov 2006 21:10:41 -0000</pubDate><guid>https://sourceforge.netc7636b4585cfc735ea93f72ffcd612fc36c8cea1</guid></item><item><title>Fix for bug 1336165</title><link>https://sourceforge.net/p/latex-beamer/patches/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;See &lt;br /&gt;
&lt;a href="https://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1336165&amp;amp;group_id=92412&amp;amp;atid=600660"&gt;https://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1336165&amp;amp;group_id=92412&amp;amp;atid=600660&lt;/a&gt; &lt;br /&gt;
for details &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Georg Baum</dc:creator><pubDate>Sat, 11 Mar 2006 20:21:48 -0000</pubDate><guid>https://sourceforge.netc6efb592b3df2440c0cbc759e5f0d858744a7872</guid></item><item><title>fix typos in docs</title><link>https://sourceforge.net/p/latex-beamer/patches/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This patch fixes typos and minor errors I have found in&lt;br /&gt;
the Beamer user guide.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Bell</dc:creator><pubDate>Sun, 03 Apr 2005 11:20:49 -0000</pubDate><guid>https://sourceforge.net2c6d07620f7a171fc14a38dd3a2ba2914ba99941</guid></item><item><title>Add part sectionning to the bookmarks</title><link>https://sourceforge.net/p/latex-beamer/patches/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;here is a simple patch to add the \part structure to&lt;br /&gt;
the bookmarks.&lt;/p&gt;
&lt;p&gt;At least, I hope it's called bookmark. I'm speaking of&lt;br /&gt;
the table of content on the left of the document when&lt;br /&gt;
browsing it in xpdf or acroread.&lt;/p&gt;
&lt;p&gt;Anyway, the patch is simple and should be self&lt;br /&gt;
explanationary.&lt;/p&gt;
&lt;p&gt;Thanks for this wonderful tool,&lt;br /&gt;
Mt.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Quinson</dc:creator><pubDate>Fri, 31 Dec 2004 15:49:25 -0000</pubDate><guid>https://sourceforge.net69b5e89906a078df191e45307d6ed869273369bc</guid></item><item><title>user guide: lot's --&gt; lots</title><link>https://sourceforge.net/p/latex-beamer/patches/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This patch contains minor typo fixes to the user guide&lt;br /&gt;
replacing lot's by lots three times.&lt;/p&gt;
&lt;p&gt;Stephan Hennig&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephan Hennig</dc:creator><pubDate>Tue, 02 Nov 2004 19:28:59 -0000</pubDate><guid>https://sourceforge.net76ec9512f68b220325a8a222a984a85630400b96</guid></item></channel></rss>