<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Beamer and Latex With Keynote Theme</title>
	<atom:link href="http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/</link>
	<description>computer vision, science, business, and life</description>
	<lastBuildDate>Mon, 08 Mar 2010 02:37:25 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fletcher</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-1050</link>
		<dc:creator>Fletcher</dc:creator>
		<pubDate>Thu, 13 Aug 2009 21:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-1050</guid>
		<description>Great theme - I started playing with beamer last night, and today googled beamer and keynote, hoping to find some high quality themes.  This is nearly perfect.

The first change I made was to add the following in order to remove the gray box around the title on the title page - I think it works properly:

\setbeamercolor{titlelike}{parent=structure,fg=white}


Thanks again!!!</description>
		<content:encoded><![CDATA[<p>Great theme &#8211; I started playing with beamer last night, and today googled beamer and keynote, hoping to find some high quality themes.  This is nearly perfect.</p>
<p>The first change I made was to add the following in order to remove the gray box around the title on the title page &#8211; I think it works properly:</p>
<p>\setbeamercolor{titlelike}{parent=structure,fg=white}</p>
<p>Thanks again!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hartwork Blog &#187; Keynote beamer theme</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-583</link>
		<dc:creator>Hartwork Blog &#187; Keynote beamer theme</dc:creator>
		<pubDate>Wed, 08 Jul 2009 01:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-583</guid>
		<description>[...] by Shawn Lankton&#8217;s keynote-lankton beamer theme I have created a LaTeX Beamer theme keynote-sping: my attempt at bringing a bit more Keynote spirit [...]</description>
		<content:encoded><![CDATA[<p>[...] by Shawn Lankton&#8217;s keynote-lankton beamer theme I have created a LaTeX Beamer theme keynote-sping: my attempt at bringing a bit more Keynote spirit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MX</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-506</link>
		<dc:creator>MX</dc:creator>
		<pubDate>Mon, 18 May 2009 00:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-506</guid>
		<description>This is a great theme. 

My only question is, how to add a header or sidebar to show the table of content? 

I am going to have a dissertation defense. I figured for long presentations, it&#039;s better to let people know which section it has been through.

Thanks!</description>
		<content:encoded><![CDATA[<p>This is a great theme. </p>
<p>My only question is, how to add a header or sidebar to show the table of content? </p>
<p>I am going to have a dissertation defense. I figured for long presentations, it&#8217;s better to let people know which section it has been through.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-466</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Mon, 13 Apr 2009 21:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-466</guid>
		<description>Great template, really like this theme a lot!  I did find out how to change some of the things that others above had asked about:

Getting the block environment to work is simply a matter of changing the colors by adding the following to the style file:

\setbeamercolor{block title}{parent=normal text, bg=gray}
\setbeamercolor{block body}{parent=normal text, use=block title,bg=block title.bg!10!black}

In this example, the parent causes the text to look like the normal text (e.g. white in this theme) and a gray background for the block title, where the block body is mixed with the block title background (10%) and black(90%).  Note that the parent doesn&#039;t have to be used, it just inherits from the parent, can also set fg and bg explicitly.

As for changing the coloring of the table of contents, I used the following in the style file to make the main sections a bit lighter and stand out better:

\setbeamercolor{section in toc}{use=structure,parent=structure,fg=structure.fg!50}</description>
		<content:encoded><![CDATA[<p>Great template, really like this theme a lot!  I did find out how to change some of the things that others above had asked about:</p>
<p>Getting the block environment to work is simply a matter of changing the colors by adding the following to the style file:</p>
<p>\setbeamercolor{block title}{parent=normal text, bg=gray}<br />
\setbeamercolor{block body}{parent=normal text, use=block title,bg=block title.bg!10!black}</p>
<p>In this example, the parent causes the text to look like the normal text (e.g. white in this theme) and a gray background for the block title, where the block body is mixed with the block title background (10%) and black(90%).  Note that the parent doesn&#8217;t have to be used, it just inherits from the parent, can also set fg and bg explicitly.</p>
<p>As for changing the coloring of the table of contents, I used the following in the style file to make the main sections a bit lighter and stand out better:</p>
<p>\setbeamercolor{section in toc}{use=structure,parent=structure,fg=structure.fg!50}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elie Khoury</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-432</link>
		<dc:creator>Elie Khoury</dc:creator>
		<pubDate>Sun, 22 Feb 2009 02:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-432</guid>
		<description>Nice template! I shall aspire to use it one day! Or even try to learn how to modify it for the astronomy and physics department at the university I study in.</description>
		<content:encoded><![CDATA[<p>Nice template! I shall aspire to use it one day! Or even try to learn how to modify it for the astronomy and physics department at the university I study in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-427</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Wed, 11 Feb 2009 00:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-427</guid>
		<description>thanks for the sweet theme, it is beautiful!  I&#039;m using it for my master&#039;s defense.  :)</description>
		<content:encoded><![CDATA[<p>thanks for the sweet theme, it is beautiful!  I&#8217;m using it for my master&#8217;s defense.  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sparticles</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-397</link>
		<dc:creator>Sparticles</dc:creator>
		<pubDate>Sat, 06 Dec 2008 18:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-397</guid>
		<description>Also, one might like to have the frame titles with no background. I&#039;m not sure how to do this &#039;properly,&#039; but a decent hack is to insert this in the header:

&lt;code&gt;
\useframetitletemplate{%
  \vspace{.5 cm}
  \hspace{-.5 cm}
  \insertframetitle
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Also, one might like to have the frame titles with no background. I&#8217;m not sure how to do this &#8216;properly,&#8217; but a decent hack is to insert this in the header:</p>
<p><code><br />
\useframetitletemplate{%<br />
  \vspace{.5 cm}<br />
  \hspace{-.5 cm}<br />
  \insertframetitle<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sparticles</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-396</link>
		<dc:creator>Sparticles</dc:creator>
		<pubDate>Sat, 06 Dec 2008 17:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-396</guid>
		<description>By the way, it seems like the demo file doesn&#039;t work as-is for MacTeX. A quick fix: comment out the usepackage{pstricks} line.</description>
		<content:encoded><![CDATA[<p>By the way, it seems like the demo file doesn&#8217;t work as-is for MacTeX. A quick fix: comment out the usepackage{pstricks} line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Lankton</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-377</link>
		<dc:creator>Shawn Lankton</dc:creator>
		<pubDate>Mon, 10 Nov 2008 20:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-377</guid>
		<description>Robs: I&#039;m not sure how would you do that.  If you figure it out, please let us know the procedure!</description>
		<content:encoded><![CDATA[<p>Robs: I&#8217;m not sure how would you do that.  If you figure it out, please let us know the procedure!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robs</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-374</link>
		<dc:creator>Robs</dc:creator>
		<pubDate>Thu, 06 Nov 2008 08:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-374</guid>
		<description>Hi, first of all, thank you for the awesome template. I&#039;d like to see the outline in a single row... is it possible?</description>
		<content:encoded><![CDATA[<p>Hi, first of all, thank you for the awesome template. I&#8217;d like to see the outline in a single row&#8230; is it possible?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
