<?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>life, business, consulting, and computer vision</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:43:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Vladimir</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-2013</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Wed, 01 Feb 2012 06:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-2013</guid>
		<description>Previous post has problem with command cut. Full line of the fix is:
\pdfpageattr {/Group &lt;&gt;}   
or if the line above is no properly displayed again please look at the link http://wouter.horre.be/doc/latex-beamer-and-colors-in-acrobat-reader</description>
		<content:encoded><![CDATA[<p>Previous post has problem with command cut. Full line of the fix is:<br />
\pdfpageattr {/Group &lt;&gt;}<br />
or if the line above is no properly displayed again please look at the link <a href="http://wouter.horre.be/doc/latex-beamer-and-colors-in-acrobat-reader" rel="nofollow">http://wouter.horre.be/doc/latex-beamer-and-colors-in-acrobat-reader</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-2012</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Wed, 01 Feb 2012 06:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-2012</guid>
		<description>Thank you very much for such nice theme. Only one problem sometimes I experienced to this moment was a color shift, when viewing a Beamer created document in Adobe Reader, at slide, when I include some graphic files. Fortunately I have found a fix at http://wouter.horre.be/doc/latex-beamer-and-colors-in-acrobat-reader

For the fix (if you use a pdflatex) you have add to the preamble of your document the following:
\pdfpageattr {/Group &lt;&gt;}</description>
		<content:encoded><![CDATA[<p>Thank you very much for such nice theme. Only one problem sometimes I experienced to this moment was a color shift, when viewing a Beamer created document in Adobe Reader, at slide, when I include some graphic files. Fortunately I have found a fix at <a href="http://wouter.horre.be/doc/latex-beamer-and-colors-in-acrobat-reader" rel="nofollow">http://wouter.horre.be/doc/latex-beamer-and-colors-in-acrobat-reader</a></p>
<p>For the fix (if you use a pdflatex) you have add to the preamble of your document the following:<br />
\pdfpageattr {/Group &lt;&gt;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-1985</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 02 Dec 2011 13:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-1985</guid>
		<description>&lt;a href=&quot;#comment-256&quot; rel=&quot;nofollow&quot;&gt;@Ricardo Reis &lt;/a&gt; 
Thank you so much for this.  You turned what I thought would be an arduous task into a snap.</description>
		<content:encoded><![CDATA[<p><a href="#comment-256" rel="nofollow">@Ricardo Reis </a><br />
Thank you so much for this.  You turned what I thought would be an arduous task into a snap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Schröder</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-1943</link>
		<dc:creator>Martin Schröder</dc:creator>
		<pubDate>Tue, 25 Oct 2011 21:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-1943</guid>
		<description>Very nice. Please upload it to CTAN.</description>
		<content:encoded><![CDATA[<p>Very nice. Please upload it to CTAN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nabil Awan</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-1891</link>
		<dc:creator>Nabil Awan</dc:creator>
		<pubDate>Tue, 16 Aug 2011 17:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-1891</guid>
		<description>Dear Shawn, this template is great! But can you tell me one thing, when I add a figure by writing-

\begin{frame}
\frametitle{Two Normal Components}
\begin{figure}
\centering
\includegraphics[width=5cm]{1_2.pdf}
\caption{\small Histogram and density curves of two normal components}
\end{figure}
\end{frame}

where 1_2.pdf is the figure generated from R that I want to add, it becomes tough to distinguish this plot because it matches with the background color. I am sorry for my amateur question but can you tell me how can I add figures that will be added as pictures not mixing with the background?</description>
		<content:encoded><![CDATA[<p>Dear Shawn, this template is great! But can you tell me one thing, when I add a figure by writing-</p>
<p>\begin{frame}<br />
\frametitle{Two Normal Components}<br />
\begin{figure}<br />
\centering<br />
\includegraphics[width=5cm]{1_2.pdf}<br />
\caption{\small Histogram and density curves of two normal components}<br />
\end{figure}<br />
\end{frame}</p>
<p>where 1_2.pdf is the figure generated from R that I want to add, it becomes tough to distinguish this plot because it matches with the background color. I am sorry for my amateur question but can you tell me how can I add figures that will be added as pictures not mixing with the background?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: varun</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-1507</link>
		<dc:creator>varun</dc:creator>
		<pubDate>Mon, 07 Mar 2011 17:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-1507</guid>
		<description>That was to make the block enviornment work!</description>
		<content:encoded><![CDATA[<p>That was to make the block enviornment work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: varun</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-1506</link>
		<dc:creator>varun</dc:creator>
		<pubDate>Mon, 07 Mar 2011 17:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-1506</guid>
		<description>&lt;a href=&quot;#comment-322&quot; rel=&quot;nofollow&quot;&gt;@Shawn Lankton &lt;/a&gt; 

\setbeamercolor{uppercol}{fg=white,bg=white}%
\setbeamercolor{lowercol}{fg=black,bg=red}%
\begin{beamerboxesrounded}[upper=uppercol,lower=lowercol,shadow=true]{}
 Add the item to be included in the box here
 \end{beamerboxesrounded}</description>
		<content:encoded><![CDATA[<p><a href="#comment-322" rel="nofollow">@Shawn Lankton </a> </p>
<p>\setbeamercolor{uppercol}{fg=white,bg=white}%<br />
\setbeamercolor{lowercol}{fg=black,bg=red}%<br />
\begin{beamerboxesrounded}[upper=uppercol,lower=lowercol,shadow=true]{}<br />
 Add the item to be included in the box here<br />
 \end{beamerboxesrounded}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cqfd</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-1476</link>
		<dc:creator>cqfd</dc:creator>
		<pubDate>Sat, 19 Feb 2011 18:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-1476</guid>
		<description>hi friend! this my problem, i work with Windows 7, i try to use this theme but when i run the beamer_demo.tex, it poster this msg &quot; `beamerthemelankton-keynote.sty&#039; not found.&quot; how can i resolve this problem ? if any one can help me please.</description>
		<content:encoded><![CDATA[<p>hi friend! this my problem, i work with Windows 7, i try to use this theme but when i run the beamer_demo.tex, it poster this msg &#8221; `beamerthemelankton-keynote.sty&#8217; not found.&#8221; how can i resolve this problem ? if any one can help me please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loglog</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-1457</link>
		<dc:creator>loglog</dc:creator>
		<pubDate>Sat, 08 Jan 2011 22:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-1457</guid>
		<description>if anyone else has this problem:
when using \setbeameroption{show notes on second screen}
you can&#039;t see the text on the note pages (because it is white on white) to fix this add the following to the beamerthemelankton-keynote.sty file:

\setbeamercolor{note page}{bg=black, fg=black}

Anyway, thank you for this nice theme!</description>
		<content:encoded><![CDATA[<p>if anyone else has this problem:<br />
when using \setbeameroption{show notes on second screen}<br />
you can&#8217;t see the text on the note pages (because it is white on white) to fix this add the following to the beamerthemelankton-keynote.sty file:</p>
<p>\setbeamercolor{note page}{bg=black, fg=black}</p>
<p>Anyway, thank you for this nice theme!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/comment-page-1/#comment-1455</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 04 Jan 2011 20:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/02/beamer-and-latex-with-keynote-theme/#comment-1455</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

