<?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: LaTeX and PowerPoint presentations</title>
	<atom:link href="http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/</link>
	<description>The blog of John D. Cook</description>
	<lastBuildDate>Sat, 11 Feb 2012 22:42:11 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brahim</title>
		<link>http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/comment-page-1/#comment-123997</link>
		<dc:creator>brahim</dc:creator>
		<pubDate>Wed, 21 Dec 2011 11:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/#comment-123997</guid>
		<description>comment installer Beamer Latex?
merci</description>
		<content:encoded><![CDATA[<p>comment installer Beamer Latex?<br />
merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Tucker</title>
		<link>http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/comment-page-1/#comment-120812</link>
		<dc:creator>Gary Tucker</dc:creator>
		<pubDate>Fri, 09 Dec 2011 16:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/#comment-120812</guid>
		<description>I&#039;ve used beamer for several years for class notes. The advantage for me is being able to use the same LaTeX file to produce both slides and notes. For slides I use a header file with the beamer document class; for class notes I use a header file with the article document class and the beamerarticle package along with a wide right margin for the student to take additional notes.

The beamer class allows you to specify things as just belonging to the presentation version or just to the article version; that&#039;s something I can&#039;t do with PowerPoint.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used beamer for several years for class notes. The advantage for me is being able to use the same LaTeX file to produce both slides and notes. For slides I use a header file with the beamer document class; for class notes I use a header file with the article document class and the beamerarticle package along with a wide right margin for the student to take additional notes.</p>
<p>The beamer class allows you to specify things as just belonging to the presentation version or just to the article version; that&#8217;s something I can&#8217;t do with PowerPoint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: human mathematics</title>
		<link>http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/comment-page-1/#comment-114898</link>
		<dc:creator>human mathematics</dc:creator>
		<pubDate>Tue, 15 Nov 2011 08:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/#comment-114898</guid>
		<description>Oops, that&#039;s Keynote and LaTeXiT. (Been a while since I&#039;ve had a Mac.)</description>
		<content:encoded><![CDATA[<p>Oops, that&#8217;s Keynote and LaTeXiT. (Been a while since I&#8217;ve had a Mac.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: human mathematics</title>
		<link>http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/comment-page-1/#comment-114896</link>
		<dc:creator>human mathematics</dc:creator>
		<pubDate>Tue, 15 Nov 2011 08:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/#comment-114896</guid>
		<description>I&#039;m with Hofstadter on this one. The hammer swings the man when he uses a tool like Beamer. The best slides are full of images and transparencies are much better for that than computer (unless you have a tablet with a stylus).

If I don&#039;t have either of those available, best toolset is Keynote with Equation Service.</description>
		<content:encoded><![CDATA[<p>I&#8217;m with Hofstadter on this one. The hammer swings the man when he uses a tool like Beamer. The best slides are full of images and transparencies are much better for that than computer (unless you have a tablet with a stylus).</p>
<p>If I don&#8217;t have either of those available, best toolset is Keynote with Equation Service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Leifer</title>
		<link>http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/comment-page-1/#comment-53664</link>
		<dc:creator>Matt Leifer</dc:creator>
		<pubDate>Wed, 01 Dec 2010 17:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/#comment-53664</guid>
		<description>Of course, if you have TeXLive then installing beamer is as simple as &quot;tlmgr install beamer&quot; (or it is installed by default if you have gone with the &quot;full&quot; installation).  This also installs all dependencies, so you don&#039;t have to worry about xcolor or pgf explicitly.

Beamer is nice as far as it goes, but my main issue with it is the byzantine construction for making themes.  I have yet to succeed in editing one of the pre-installed themes to make a new one without breaking something important.  As a result, almost everyone uses one of the pre-installed themes and all beamer presentations end up looking the same.</description>
		<content:encoded><![CDATA[<p>Of course, if you have TeXLive then installing beamer is as simple as &#8220;tlmgr install beamer&#8221; (or it is installed by default if you have gone with the &#8220;full&#8221; installation).  This also installs all dependencies, so you don&#8217;t have to worry about xcolor or pgf explicitly.</p>
<p>Beamer is nice as far as it goes, but my main issue with it is the byzantine construction for making themes.  I have yet to succeed in editing one of the pre-installed themes to make a new one without breaking something important.  As a result, almost everyone uses one of the pre-installed themes and all beamer presentations end up looking the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention LaTeX and PowerPoint presentations — The Endeavour -- Topsy.com</title>
		<link>http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/comment-page-1/#comment-43340</link>
		<dc:creator>Tweets that mention LaTeX and PowerPoint presentations — The Endeavour -- Topsy.com</dc:creator>
		<pubDate>Wed, 04 Aug 2010 15:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/#comment-43340</guid>
		<description>[...] This post was mentioned on Twitter by Reinaldo Astudillo, TeX tips. TeX tips said: LaTeX and PowerPoint presentations http://bit.ly/5E9iH [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Reinaldo Astudillo, TeX tips. TeX tips said: LaTeX and PowerPoint presentations <a href="http://bit.ly/5E9iH" rel="nofollow">http://bit.ly/5E9iH</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Johnson</title>
		<link>http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/comment-page-1/#comment-43339</link>
		<dc:creator>John Johnson</dc:creator>
		<pubDate>Wed, 04 Aug 2010 15:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/#comment-43339</guid>
		<description>I almost always use beamer, and even take it a step of (leaky) abstraction further and use org mode. Org model allows me to write it as an outline first with a little more structure than slides, and fill in details as I go.

Oh yeah, about that leaky abstraction: including images ...</description>
		<content:encoded><![CDATA[<p>I almost always use beamer, and even take it a step of (leaky) abstraction further and use org mode. Org model allows me to write it as an outline first with a little more structure than slides, and fill in details as I go.</p>
<p>Oh yeah, about that leaky abstraction: including images &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit</title>
		<link>http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/comment-page-1/#comment-16159</link>
		<dc:creator>Abhijit</dc:creator>
		<pubDate>Sat, 18 Apr 2009 23:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/#comment-16159</guid>
		<description>I&#039;ve actually used another package in LaTeX for presentations. It&#039;s called powerdot, and is an improvement on another package called prosper. I&#039;ve actually liked it a little more than Beamer, in terms of its coding. Just a personal preference, since both produce fine mathematical presentations. I&#039;ve been  using it  and its predecessors for about 3 years, and haven&#039;t really used PowerPoint in a while for my presentations.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve actually used another package in LaTeX for presentations. It&#8217;s called powerdot, and is an improvement on another package called prosper. I&#8217;ve actually liked it a little more than Beamer, in terms of its coding. Just a personal preference, since both produce fine mathematical presentations. I&#8217;ve been  using it  and its predecessors for about 3 years, and haven&#8217;t really used PowerPoint in a while for my presentations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blaise F Egan</title>
		<link>http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/comment-page-1/#comment-16125</link>
		<dc:creator>Blaise F Egan</dc:creator>
		<pubDate>Sat, 18 Apr 2009 08:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/#comment-16125</guid>
		<description>I tried Beamer for a presentation and it was great. I then tried it for another, much larger presentation with lots of pictures and pdflatex failed to produce  the output PDF. Breaking it into three presentations fixed the problem. It looks like there is a size limit that people should know about. Other than that it&#039;s a great package.</description>
		<content:encoded><![CDATA[<p>I tried Beamer for a presentation and it was great. I then tried it for another, much larger presentation with lots of pictures and pdflatex failed to produce  the output PDF. Breaking it into three presentations fixed the problem. It looks like there is a size limit that people should know about. Other than that it&#8217;s a great package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reproducible Ideas &#187; Blog Archive &#187; Reproducible presentations</title>
		<link>http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/comment-page-1/#comment-3126</link>
		<dc:creator>Reproducible Ideas &#187; Blog Archive &#187; Reproducible presentations</dc:creator>
		<pubDate>Fri, 25 Jul 2008 18:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/#comment-3126</guid>
		<description>[...] I wrote about my experience trying out Beamer for writing presentations in LaTeX. Some of the images that I&#8217;m wanting to include in my presentations are plots produced in R, [...]</description>
		<content:encoded><![CDATA[<p>[...] I wrote about my experience trying out Beamer for writing presentations in LaTeX. Some of the images that I&#8217;m wanting to include in my presentations are plots produced in R, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xav</title>
		<link>http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/comment-page-1/#comment-3107</link>
		<dc:creator>Xav</dc:creator>
		<pubDate>Fri, 25 Jul 2008 10:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/07/24/latex-and-powerpoint-presentations/#comment-3107</guid>
		<description>For those willing to use PowerPoint and LaTeX, have a look at
http://sites.google.com/site/tex4ppt/</description>
		<content:encoded><![CDATA[<p>For those willing to use PowerPoint and LaTeX, have a look at<br />
<a href="http://sites.google.com/site/tex4ppt/" rel="nofollow">http://sites.google.com/site/tex4ppt/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.360 seconds -->

