<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/latex-beamer/patches/" rel="alternate"/><link href="https://sourceforge.net/p/latex-beamer/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/latex-beamer/patches/</id><updated>2009-06-29T21:04:00Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Fix typos in beamerguide Chapter 2</title><link href="https://sourceforge.net/p/latex-beamer/patches/16/" rel="alternate"/><published>2009-06-29T21:04:00Z</published><updated>2009-06-29T21:04:00Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net5a6a98524b894db90297502d95ced8218f30e207</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Fix some typos in chapter 2.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Fix typos in beamerguide</title><link href="https://sourceforge.net/p/latex-beamer/patches/15/" rel="alternate"/><published>2009-06-29T21:01:24Z</published><updated>2009-06-29T21:01:24Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net34ef77a532e662b1797f7a8ac84ede609e80dc47</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Fix some typos in the introduction.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>subsubsectionstyle support</title><link href="https://sourceforge.net/p/latex-beamer/patches/14/" rel="alternate"/><published>2007-10-30T00:06:49Z</published><updated>2007-10-30T00:06:49Z</updated><author><name>Martin Quinson</name><uri>https://sourceforge.net/u/mquinson/</uri></author><id>https://sourceforge.net867bb597a4659f042a7be39618086deeee6f1612</id><summary type="html">&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;</summary></entry><entry><title>fix typo in doc</title><link href="https://sourceforge.net/p/latex-beamer/patches/13/" rel="alternate"/><published>2007-09-05T17:34:31Z</published><updated>2007-09-05T17:34:31Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net5abbaeaa55afeb302decffdd058eff519461d2db</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;'know' is missing...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>A way to print transparencies in A4</title><link href="https://sourceforge.net/p/latex-beamer/patches/12/" rel="alternate"/><published>2006-12-21T04:27:08Z</published><updated>2006-12-21T04:27:08Z</updated><author><name>Mikolaj Konarski</name><uri>https://sourceforge.net/u/mikonmimuw/</uri></author><id>https://sourceforge.netc25af02090ab1702e57a0dd4528f7ea76d7d4ede</id><summary type="html">&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;</summary></entry><entry><title>fixes table of context with hidden subsections</title><link href="https://sourceforge.net/p/latex-beamer/patches/11/" rel="alternate"/><published>2006-11-22T21:10:41Z</published><updated>2006-11-22T21:10:41Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc7636b4585cfc735ea93f72ffcd612fc36c8cea1</id><summary type="html">&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;</summary></entry><entry><title>Fix for bug 1336165</title><link href="https://sourceforge.net/p/latex-beamer/patches/10/" rel="alternate"/><published>2006-03-11T20:21:48Z</published><updated>2006-03-11T20:21:48Z</updated><author><name>Georg Baum</name><uri>https://sourceforge.net/u/gbaum/</uri></author><id>https://sourceforge.netc6efb592b3df2440c0cbc759e5f0d858744a7872</id><summary type="html">&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;</summary></entry><entry><title>fix typos in docs</title><link href="https://sourceforge.net/p/latex-beamer/patches/9/" rel="alternate"/><published>2005-04-03T11:20:49Z</published><updated>2005-04-03T11:20:49Z</updated><author><name>Tim Bell</name><uri>https://sourceforge.net/u/bhat/</uri></author><id>https://sourceforge.net2c6d07620f7a171fc14a38dd3a2ba2914ba99941</id><summary type="html">&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;</summary></entry><entry><title>Add part sectionning to the bookmarks</title><link href="https://sourceforge.net/p/latex-beamer/patches/8/" rel="alternate"/><published>2004-12-31T15:49:25Z</published><updated>2004-12-31T15:49:25Z</updated><author><name>Martin Quinson</name><uri>https://sourceforge.net/u/mquinson/</uri></author><id>https://sourceforge.net69b5e89906a078df191e45307d6ed869273369bc</id><summary type="html">&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;</summary></entry><entry><title>user guide: lot's --&gt; lots</title><link href="https://sourceforge.net/p/latex-beamer/patches/7/" rel="alternate"/><published>2004-11-02T19:28:59Z</published><updated>2004-11-02T19:28:59Z</updated><author><name>Stephan Hennig</name><uri>https://sourceforge.net/u/stephanhennig/</uri></author><id>https://sourceforge.net76ec9512f68b220325a8a222a984a85630400b96</id><summary type="html">&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;</summary></entry></feed>