<?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: The ultimate Latex Makefile</title>
	<atom:link href="http://tadek.pietraszek.org/blog/2006/03/24/the-ultimate-latex-makefile/feed/" rel="self" type="application/rss+xml" />
	<link>http://tadek.pietraszek.org/blog/2006/03/24/the-ultimate-latex-makefile/</link>
	<description>Some random notes about computers, security, cool links and others.</description>
	<lastBuildDate>Tue, 03 May 2011 05:28:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: halfmoon</title>
		<link>http://tadek.pietraszek.org/blog/2006/03/24/the-ultimate-latex-makefile/comment-page-1/#comment-1127</link>
		<dc:creator>halfmoon</dc:creator>
		<pubDate>Wed, 10 May 2006 01:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://tadek.pietraszek.org/blog/2006/03/24/the-ultimate-latex-makefile/#comment-1127</guid>
		<description>&lt;p&gt;Simply &#039;drag and drop&#039; your PDF file and then press the &#039;Write CD Now&#039; button and you are done! &#039;AutoPlay me for PDF&#039; does all the work. Not only does it add your file it also adds the &lt;a href=&quot;http://www.yaodownload.com/utilites/launchers/autoplay-me-for-pdf/&quot; rel=&quot;nofollow&quot;&gt;Foxit PDF Reader&lt;/a&gt;* to the cd. Your PDF Document runs through this viewer so you now do not need to worry whether a PDF viewer is installed on the target computer.&lt;/p&gt;

&lt;p&gt;http://www.yaodownload.com/utilites/launchers/autoplay-me-for-pdf/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Simply &#8216;drag and drop&#8217; your PDF file and then press the &#8216;Write CD Now&#8217; button and you are done! &#8216;AutoPlay me for PDF&#8217; does all the work. Not only does it add your file it also adds the <a href="http://www.yaodownload.com/utilites/launchers/autoplay-me-for-pdf/" rel="nofollow">Foxit PDF Reader</a>* to the cd. Your PDF Document runs through this viewer so you now do not need to worry whether a PDF viewer is installed on the target computer.</p>

<p><a href="http://www.yaodownload.com/utilites/launchers/autoplay-me-for-pdf/" rel="nofollow">http://www.yaodownload.com/utilites/launchers/autoplay-me-for-pdf/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: tadekp</title>
		<link>http://tadek.pietraszek.org/blog/2006/03/24/the-ultimate-latex-makefile/comment-page-1/#comment-611</link>
		<dc:creator>tadekp</dc:creator>
		<pubDate>Fri, 14 Apr 2006 18:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://tadek.pietraszek.org/blog/2006/03/24/the-ultimate-latex-makefile/#comment-611</guid>
		<description>&lt;p&gt;Tnx for a link. You&#039;re right - it&#039;s probably the most powerful Latex Makefile, I&#039;ve seen. I will definitely give it a try... but only after I&#039;ve submitted my thesis (tight deadline right now so don&#039;t want to experiment/procrastinate!)  I&#039;m personally using Kile in a dual monitor setup and don&#039;t use my makefile to debug and look for Latex errors. Still, if I had known about the makefile you pointed me to, I wouldn&#039;t have written my own ;-)&lt;/p&gt;

&lt;p&gt;Tadek&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tnx for a link. You&#8217;re right &#8211; it&#8217;s probably the most powerful Latex Makefile, I&#8217;ve seen. I will definitely give it a try&#8230; but only after I&#8217;ve submitted my thesis (tight deadline right now so don&#8217;t want to experiment/procrastinate!)  I&#8217;m personally using Kile in a dual monitor setup and don&#8217;t use my makefile to debug and look for Latex errors. Still, if I had known about the makefile you pointed me to, I wouldn&#8217;t have written my own <img src='http://tadek.pietraszek.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<p>Tadek</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew McNabb</title>
		<link>http://tadek.pietraszek.org/blog/2006/03/24/the-ultimate-latex-makefile/comment-page-1/#comment-610</link>
		<dc:creator>Andrew McNabb</dc:creator>
		<pubDate>Fri, 14 Apr 2006 17:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://tadek.pietraszek.org/blog/2006/03/24/the-ultimate-latex-makefile/#comment-610</guid>
		<description>&lt;p&gt;&lt;a href=&quot;http://www.bouncingchairs.net/&quot; rel=&quot;nofollow&quot;&gt;Chris Monson&lt;/a&gt; recently updated his &lt;a href=&quot;http://www.bouncingchairs.net/oss/latex.html&quot; rel=&quot;nofollow&quot;&gt;LaTeX Makefile&lt;/a&gt;.  I&#039;ve been using it a while, and it&#039;s a tremendous time-saver.  The Makefile has a great number of features.  Among other things, it colorizes output, runs LaTeX the minimal number of times to correctly create the document, and can auto-generate dependencies (such as .eps files from Gnuplot files).  I highly recommend checking it out.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://www.bouncingchairs.net/" rel="nofollow">Chris Monson</a> recently updated his <a href="http://www.bouncingchairs.net/oss/latex.html" rel="nofollow">LaTeX Makefile</a>.  I&#8217;ve been using it a while, and it&#8217;s a tremendous time-saver.  The Makefile has a great number of features.  Among other things, it colorizes output, runs LaTeX the minimal number of times to correctly create the document, and can auto-generate dependencies (such as .eps files from Gnuplot files).  I highly recommend checking it out.</p>]]></content:encoded>
	</item>
</channel>
</rss>

