<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Kai Arzheimer &#187; pdf</title> <atom:link href="http://www.kai-arzheimer.com/blog/tag/pdf/feed/" rel="self" type="application/rss+xml" /><link>http://www.kai-arzheimer.com/blog</link> <description>A political science blog</description> <lastBuildDate>Sat, 21 Jan 2012 19:06:37 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Running MLwiN from within Stata</title><link>http://www.kai-arzheimer.com/blog/running-mlwin-stata/</link> <comments>http://www.kai-arzheimer.com/blog/running-mlwin-stata/#comments</comments> <pubDate>Sat, 21 Jan 2012 16:43:43 +0000</pubDate> <dc:creator>kai</dc:creator> <category><![CDATA[Data and Methods]]></category> <category><![CDATA[Political Science]]></category> <category><![CDATA[bayes]]></category> <category><![CDATA[Bristol]]></category> <category><![CDATA[mlwin]]></category> <category><![CDATA[multi-level modelling]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[software]]></category> <category><![CDATA[stata]]></category><guid isPermaLink="false">http://www.kai-arzheimer.com/blog/?p=1021</guid> <description><![CDATA[runmlwin is an ado that claims to make the functionality of MLwiN available as a Stata command, postestimation analysis and all. Too good to be true?]]></description> <content:encoded><![CDATA[<p>In the past, I did a lot of multi-level modelling with <a class="zem_slink" title="MLwiN" href="http://en.wikipedia.org/wiki/MLwiN" rel="wikipedia">MLwiN</a> 2.02, which I quickly learned to loath. Back in the late 1990s, MLwiN was perhaps the first ML software that had a somewhat intuitive interface, i.e. it allowed one to build a model by pointing and clicking. Moreover, it printed updated estimates on the screen while cycling merrily through the parameter space. That was sort of cool, as it could take minutes to reach convergence, and without the updating, one would never have been sure that the program had not crashed yet. Which it did quite often, even for simple models.</p><p>Worse than the bugs was the lack of proper scriptability. Pointing and clicking  loses its appeal when you need to run the same model on 12 different datasets, or when you are looking at three variants of the same model and 10 recodes of the same variable. Throw in the desire semi-automatically re-compile the findings from these exercises into two nice tables for inclusion in <img src='http://s0.wp.com/latex.php?latex=%5CLaTeX&#038;bg=ffffff&#038;fg=000&#038;s=0' alt=" Running MLwiN from within Stata" title='&#92;LaTeX' class='latex' /> again and again after finding yet another problem with a model, and you will agree that any  piece of software that is not scriptable is pretty useless for scientists.</p><p><span id="more-1021"></span></p><p>MLwiN&#8217;s command language was unreliable and woefully underdocumented, and everything was a pain. So I embraced xtmixed when it came along with Stata 9/10, which solved all of these problems.</p><div id="attachment_1025" class="wp-caption alignright" style="width: 310px"><a href="http://www.kai-arzheimer.com/blog/wp-content/uploads/2012/01/london-0.png" target="_blank"><img class="size-medium wp-image-1025" title="runmlwin presentation (pdf)" src="http://www.kai-arzheimer.com/blog/wp-content/uploads/2012/01/london-0-300x225.png" alt="london 0 300x225 Running MLwiN from within Stata" width="300" height="225" /></a><p class="wp-caption-text">runmlwin presentation (pdf)</p></div><p>But xtmixed is slow with large datsets/complex models. It relies on quadrature, which is exact but computationally intensive. MLwiN works with approximations of the likelihood function (quick and dirty) or MCMC (strictly speaking a Bayesian approach, but people don&#8217;t ask to many questions because it tends to be faster than quadrature). Moreover, MLwiN can run a lot of fancy models that xtmixed cannot, because it is a highly specialised program that has been around for a very long time.</p><p>Enter the good people over at the <a href="http://www.bristol.ac.uk/cmm/" target="_blank">Centre for Multilevel Modelling</a> at <a class="zem_slink" title="Bristol" href="http://maps.google.com/maps?ll=51.45,-2.58333333333&amp;spn=0.1,0.1&amp;q=51.45,-2.58333333333%20%28Bristol%29&amp;t=h" rel="geolocation">Bristol</a>, who have come up with runmlwin, an ado that essentially makes the functionality of MLwiN available as a Stata command, postestimation analysis and all. Can&#8217;t wait to see if this works with Linux, wine and my ancient binaries, too.</p><div class="su-linkbox" id="post-1021-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://www.kai-arzheimer.com/blog/running-mlwin-stata/&quot;&gt;Running MLwiN from within Stata&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://www.kai-arzheimer.com/blog/running-mlwin-stata/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>All singing, all dancing 3d function plots with beamer, pgfplots and animate.sty</title><link>http://www.kai-arzheimer.com/blog/all-singing-all-dancing-3d-function-plots-with-beamer-pgfplots-and-animate-sty/</link> <comments>http://www.kai-arzheimer.com/blog/all-singing-all-dancing-3d-function-plots-with-beamer-pgfplots-and-animate-sty/#comments</comments> <pubDate>Sat, 23 Jan 2010 21:57:17 +0000</pubDate> <dc:creator>kai</dc:creator> <category><![CDATA[Data and Methods]]></category> <category><![CDATA[My Stuff]]></category> <category><![CDATA[Political Science]]></category> <category><![CDATA[3d]]></category> <category><![CDATA[animation]]></category> <category><![CDATA[beamer]]></category> <category><![CDATA[latex]]></category> <category><![CDATA[logistic]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pgf]]></category> <category><![CDATA[pgfplots]]></category> <category><![CDATA[plot]]></category> <category><![CDATA[standard]]></category> <category><![CDATA[stats]]></category> <category><![CDATA[teaching]]></category> <category><![CDATA[tikz]]></category><guid isPermaLink="false">http://www.kai-arzheimer.com/blog/?p=367</guid> <description><![CDATA[I use emacs/for all my textprocessing needs, and for the last four or five years, I have created all my slides with Till Tantaus excellent &#8220;beamer&#8221; class. At the moment, I&#8217;m teaching a 2nd year stats course (imagine doing this with PowerPoint &#8211; the horror! the horror!), so I sometimes use graphs from the assigned [...]]]></description> <content:encoded><![CDATA[<div id="attachment_377" class="wp-caption alignright" style="width: 160px"><a href="http://www.kai-arzheimer.com/blog/wp-content/uploads/2010/01/latent-1.png"><img class="size-thumbnail wp-image-377" title="latent-1" src="http://www.kai-arzheimer.com/blog/wp-content/uploads/2010/01/latent-1-150x150.png" alt="latent 1 150x150 All singing, all dancing 3d function plots with beamer, pgfplots and animate.sty " width="150" height="150" /></a><p class="wp-caption-text">Source: Long/Freese, Regression Models for Categorical Dependent Variables Using Stata</p></div><p>I use emacs/<img src='http://s0.wp.com/latex.php?latex=%5CLaTeX&#038;bg=ffffff&#038;fg=000&#038;s=0' alt=" All singing, all dancing 3d function plots with beamer, pgfplots and animate.sty " title='&#92;LaTeX' class='latex' />for all my textprocessing needs, and for the last four or five years, I have created all my slides with Till Tantaus excellent &#8220;beamer&#8221; class. At the moment, I&#8217;m teaching a 2nd year stats course (imagine doing this with PowerPoint &#8211; the  horror! the horror!), so I sometimes use graphs from the assigned text like this one from Long&amp;Freese that illustrates the latent variable/threshold interpretation of the binary logit model. The message should be fairly clear: <img src='http://s0.wp.com/latex.php?latex=y%5E%7B%2A%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt=" All singing, all dancing 3d function plots with beamer, pgfplots and animate.sty " title='y^{*}' class='latex' /> depends on <img src='http://s0.wp.com/latex.php?latex=x&#038;bg=ffffff&#038;fg=000&#038;s=0' alt=" All singing, all dancing 3d function plots with beamer, pgfplots and animate.sty " title='x' class='latex' /> andfollows a standard logistic distribution around its conditional mean.</p><p><span id="more-367"></span></p><div id="attachment_368" class="wp-caption alignright" style="width: 310px"><a href="http://www.kai-arzheimer.com/blog/wp-content/uploads/2010/01/animation.pdf"><img class="size-medium wp-image-368" title="animation" src="http://www.kai-arzheimer.com/blog/wp-content/uploads/2010/01/animation-300x224.jpg" alt="animation 300x224 All singing, all dancing 3d function plots with beamer, pgfplots and animate.sty " width="300" height="224" /></a><p class="wp-caption-text">Click to download the animated PDF. Requires javascript, so view in Acrobat reader.</p></div><p>But the fact that the bell-curve lies flat <em>in</em> the <img src='http://s0.wp.com/latex.php?latex=x-y%5E%7B%2A%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt=" All singing, all dancing 3d function plots with beamer, pgfplots and animate.sty " title='x-y^{*}' class='latex' /> plane confused my students no end. So I wasted half a day on creating a nice 3d-plot for them. After trying several options, I settled on pgfplots.sty, which builds on tikz/pgf, the comprehensive, portable graphics package designed by Tantau (<a href="http://www.texample.net/tikz/examples/%20" target="_blank">here&#8217;s a gallery with most amazing examples of what you can do with this little gem</a>). Plotting data and functions with pgfplots in 2d or 3d is a snap, so that was not too hard. Eventually.</p><p>Finally, in a desperate attempt to drive the message home, I enlisted the help of animate.sty, yet another amazing package that creates a javascript-based inline animation from my <img src='http://s0.wp.com/latex.php?latex=%5CLaTeX&#038;bg=ffffff&#038;fg=000&#038;s=0' alt=" All singing, all dancing 3d function plots with beamer, pgfplots and animate.sty " title='&#92;LaTeX' class='latex' /> source (requires Acrobat reader). So the bell-curves pop out of the plane, in slow motion. Did it help the students to see the light? I have no idea. <a href="http://www.kai-arzheimer.com/blog/wp-content/uploads/2010/01/animation.zip">Here is the source</a>.</p><div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/3c23bbf5-44eb-403a-b90c-614ceab8fab3/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=3c23bbf5-44eb-403a-b90c-614ceab8fab3" alt=" All singing, all dancing 3d function plots with beamer, pgfplots and animate.sty "  title="All singing, all dancing 3d function plots with beamer, pgfplots and animate.sty  photo" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div><div class="su-linkbox" id="post-367-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://www.kai-arzheimer.com/blog/all-singing-all-dancing-3d-function-plots-with-beamer-pgfplots-and-animate-sty/&quot;&gt;All singing, all dancing 3d function plots with beamer, pgfplots and animate.sty&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://www.kai-arzheimer.com/blog/all-singing-all-dancing-3d-function-plots-with-beamer-pgfplots-and-animate-sty/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Presentation: Knowledge Networks in European Political Science</title><link>http://www.kai-arzheimer.com/blog/presentation-knowledge-networks-in-european-political-science/</link> <comments>http://www.kai-arzheimer.com/blog/presentation-knowledge-networks-in-european-political-science/#comments</comments> <pubDate>Mon, 21 Jul 2008 12:04:32 +0000</pubDate> <dc:creator>kai</dc:creator> <category><![CDATA[Data and Methods]]></category> <category><![CDATA[My Stuff]]></category> <category><![CDATA[Political Science]]></category> <category><![CDATA[analysis]]></category> <category><![CDATA[bibliometrics]]></category> <category><![CDATA[citation]]></category> <category><![CDATA[networks]]></category> <category><![CDATA[pajek]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[presentation]]></category> <category><![CDATA[sna]]></category><guid isPermaLink="false">http://polsci.wordpress.com/?p=50</guid> <description><![CDATA[Last Saturday, we presented our ongoing work on collaboration and citation networks in Political Science at the 4th UK Network conference held at the University of Greenwich. For this conference, we created a presentation on Knowledge Networks in European Political Science that summarises most of our findings on political science in Britain and Germany and [...]]]></description> <content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 237px"><a title="Worldwide mutual citations in Political Science" href="http://www.kai-arzheimer.com/networkpics/mutualworld.png" target="_sna, pajek, networks, analysis, political science, citation, bibliometrics, pdf, presentationblank"><img src="http://www.kai-arzheimer.com/networkpics/mutualworld.png" alt="mutualworld Presentation: Knowledge Networks in European Political Science" width="227" height="174" title="Presentation: Knowledge Networks in European Political Science photo" /></a><p class="wp-caption-text">Worldwide mutual citations in Political Science</p></div><p><a href="http://polsci.files.wordpress.com/2008/07/450px-royal_naval_college1.jpg"><img class="alignleft size-medium wp-image-51" style="margin-left:8px;margin-right:8px;" src="http://polsci.files.wordpress.com/2008/07/450px-royal_naval_college1.jpg?w=225" alt=" Presentation: Knowledge Networks in European Political Science" width="84" height="106" title="Presentation: Knowledge Networks in European Political Science photo" /></a>Last Saturday, we presented our ongoing work on c<a href="http://www.kai-arzheimer.com/social-networks-in-political-science.html" target="_blank">ollaboration and citation networks in Political Science</a> at the<br /> 4th UK Network conference held at the University of Greenwich. For this conference, we created a presentation on <a href="http://www.kai-arzheimer.com/polscinetworks.pdf" target="_blank">Knowledge Networks in European Political Science</a> that summarises most of our findings on political science in Britain and Germany and provides some additional international context. The picture on the right shows a subnetwork of about 320 scientists who mutually cite each others&#8217; work. Watch out for the dense IR/methods cluster and the lack of (mutual) connections between the dispersed political sociology and formal methods camps.</p><p><span id="more-50"></span></p><p>Technorati-Tags: <a class="performancingtags" rel="tag" href="http://technorati.com/tag/sna">sna</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/pajek">pajek</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/networks">networks</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/analysis">analysis</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/political%20science">political science</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/citation">citation</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/bibliometrics">bibliometrics</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/pdf">pdf</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/presentation">presentation</a></p><div class="su-linkbox" id="post-50-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://www.kai-arzheimer.com/blog/presentation-knowledge-networks-in-european-political-science/&quot;&gt;Presentation: Knowledge Networks in European Political Science&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://www.kai-arzheimer.com/blog/presentation-knowledge-networks-in-european-political-science/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Makefile helps with latex, too</title><link>http://www.kai-arzheimer.com/blog/makefile-helps-with-latex-too/</link> <comments>http://www.kai-arzheimer.com/blog/makefile-helps-with-latex-too/#comments</comments> <pubDate>Thu, 10 Apr 2008 10:25:54 +0000</pubDate> <dc:creator>kai</dc:creator> <category><![CDATA[Data and Methods]]></category> <category><![CDATA[My Stuff]]></category> <category><![CDATA[beamer]]></category> <category><![CDATA[eps]]></category> <category><![CDATA[latex]]></category> <category><![CDATA[make]]></category> <category><![CDATA[Makefile]]></category> <category><![CDATA[meta post]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdflatex]]></category> <category><![CDATA[postscript]]></category> <category><![CDATA[pstoedit]]></category> <category><![CDATA[stata]]></category><guid isPermaLink="false">http://polsci.wordpress.com/2008/04/10/makefile-helps-with-latex-too/</guid> <description><![CDATA[A couple of weeks ago, I posted an article on how make and Makefiles can help you to organise your Stata projects. If you are working in a unix environnment, you&#8217;ll already have make installed. If you work under Windows, install GNU make &#8211; it&#8217;s free, and it can make your Stata day. Rather unsurprisingly, [...]]]></description> <content:encoded><![CDATA[<p>A couple of weeks ago, I posted an article on how <em><a href="http://en.wikipedia.org/wiki/Make_%28software%29" target="_blank">make</a></em> and Makefiles can help you to organise your Stata projects. If you are working in a unix environnment, you&#8217;ll already have make installed. If you work under Windows, install GNU make &#8211; it&#8217;s free, and <a href="http://polsci.wordpress.com/2008/03/20/how-stata-and-a-makefile-can-make-your-day/" target="_blank">it can make your Stata day</a>. Rather unsurprisingly, <em>make</em> is also extremely useful if you have large or medium-sized latex project (or if you want to include tables and/or graphs produced by Stata) in a latex document. For instance, this comes handy if you have eps-Figures and use pdflatex. pdflatex produces pdf files instead of dvi files. If you produces slides with, this can save you a lot of time because you don&#8217;t have to go through the latex &#8211; dvips &#8211; ps2pdf cycle. However, pdflatex cannot read eps files: you have to convert your eps files with pstoedit to the meta post format, then use meta post to convert them to mps (which can be read by pdflatex). With this Makefile snippet, everything happens automagically:</p><p><code><br /> #New implicit rules for conversion of eps-&gt;mp-&gt;mps<br /> #Change path if you have installed pstoedit in some other place<br /> %.mp : %.eps<br /> c:\pstoedit/pstoedit.exe -f mpost  $*.eps $*.mp</code></p><p><span id="more-21"></span></p><p>%.mps: %.mp<br /> mpost $*.mp<br /> mv $*.1 $*.mps<br /> rm $*.mp</p><p>#Now specify a target</p><p>presentation.pdf: presentation.tex mytab1.tex myfig.mps</p><p>#Optional: if you want to create dataset x.eps, run x.do<br /> #Stata must be in your path<br /> %.eps : %.do<br /> \tab wstata -e do $&lt;</p><p>Now type make presentation.pdf, and make will call Stata, pstoedit, metapost and pdflatex as required. If you need more figures, just write the do-file and add a dependency.</p><div align="center">Social Bookmarks:<br /><a href="http://del.icio.us/post?url=http://polsci.wordpress.com/2008/04/11/makefile-helps-with-latex-toomakefile-helps-with-latex-too//"><img src="http://archaeoastronomy.files.wordpress.com/2007/01/delicious.png" border="0" title="Makefile helps with latex, too photo" alt="delicious Makefile helps with latex, too" /></a><a href="http://bluedot.us/Authoring.aspx?u=http://polsci.wordpress.com/2008/04/11/makefile-helps-with-latex-toomakefile-helps-with-latex-too//"><img src="http://archaeoastronomy.files.wordpress.com/2007/01/bluedot.png" border="0" title="Makefile helps with latex, too photo" alt="bluedot Makefile helps with latex, too" /></a><a href="http://www.connotea.org/add?continue=return&amp;uri=http://polsci.wordpress.com/2008/04/11/makefile-helps-with-latex-toomakefile-helps-with-latex-too//"><img src="http://archaeoastronomy.files.wordpress.com/2007/01/connotea.png" border="0" title="Makefile helps with latex, too photo" alt="connotea Makefile helps with latex, too" /></a><a href="http://digg.com/submit?phase=2&amp;url=http://polsci.wordpress.com/2008/04/11/makefile-helps-with-latex-toomakefile-helps-with-latex-too//"><img src="http://archaeoastronomy.files.wordpress.com/2007/01/digg.png" border="0" title="Makefile helps with latex, too photo" alt="digg Makefile helps with latex, too" /></a><a href="http://www.furl.net/storeIt.jsp?u=http://polsci.wordpress.com/2008/04/11/makefile-helps-with-latex-toomakefile-helps-with-latex-too//"><img src="http://archaeoastronomy.files.wordpress.com/2007/01/furl.png" border="0" title="Makefile helps with latex, too photo" alt="furl Makefile helps with latex, too" /></a><a href="http://ma.gnolia.com/beta/bookmarklet/add?url=http://polsci.wordpress.com/2008/04/11/makefile-helps-with-latex-toomakefile-helps-with-latex-too//"><img src="http://archaeoastronomy.files.wordpress.com/2007/01/magnolia.png" border="0" title="Makefile helps with latex, too photo" alt="magnolia Makefile helps with latex, too" /></a><a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://polsci.wordpress.com/2008/04/11/makefile-helps-with-latex-toomakefile-helps-with-latex-too//"><img src="http://archaeoastronomy.files.wordpress.com/2007/01/newsvine.png" border="0" title="Makefile helps with latex, too photo" alt="newsvine Makefile helps with latex, too" /></a><a href="http://reddit.com/submit?url=http://polsci.wordpress.com/2008/04/11/makefile-helps-with-latex-toomakefile-helps-with-latex-too//"><img src="http://archaeoastronomy.files.wordpress.com/2007/01/reddit.png" border="0" title="Makefile helps with latex, too photo" alt="reddit Makefile helps with latex, too" /></a><a href="http://www.spurl.net/spurl.php?url=http://polsci.wordpress.com/2008/04/11/makefile-helps-with-latex-toomakefile-helps-with-latex-too//"><img src="http://archaeoastronomy.files.wordpress.com/2007/01/spurl.png" border="0" title="Makefile helps with latex, too photo" alt="spurl Makefile helps with latex, too" /></a><a href="http://www.stumbleupon.com/submit?url=http://polsci.wordpress.com/2008/04/11/makefile-helps-with-latex-toomakefile-helps-with-latex-too//"><img src="http://archaeoastronomy.files.wordpress.com/2007/02/stumbleit.gif" border="0" title="Makefile helps with latex, too photo" alt="stumbleit Makefile helps with latex, too" /></a><a href="http://www.technorati.com/cosmos/search.html?url=http://polsci.wordpress.com/2008/04/11/makefile-helps-with-latex-toomakefile-helps-with-latex-too//"><img src="http://archaeoastronomy.files.wordpress.com/2007/01/technorati.png" border="0" title="Makefile helps with latex, too photo" alt="technorati Makefile helps with latex, too" /></a><a href="http://archaeoastronomy.wordpress.com/social-linking/"><img src="http://archaeoastronomy.files.wordpress.com/2007/01/que.png" border="0" title="Makefile helps with latex, too photo" alt="que Makefile helps with latex, too" /></a></div><p>Technorati Tags: <a class="performancingtags" rel="tag" href="http://technorati.com/tag/make">make</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/latex">latex</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/Makefile">Makefile</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/Stata">Stata</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/political science">political science</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/political">political</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/science">science</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/meta post">meta post</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/pstoedit">pstoedit</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/postscript">postscript</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/eps">eps</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/pdf">pdf</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/pdflatex">pdflatex</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/beamer">beamer</a></p><div class="su-linkbox" id="post-21-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://www.kai-arzheimer.com/blog/makefile-helps-with-latex-too/&quot;&gt;Makefile helps with latex, too&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://www.kai-arzheimer.com/blog/makefile-helps-with-latex-too/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 1823/1941 objects using disk: basic

Served from: www.kai-arzheimer.com @ 2012-02-07 10:05:13 -->
