<?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: wiki_tex.py</title>
	<atom:link href="http://michaelnielsen.org/blog/wiki_texpy/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelnielsen.org/blog/wiki_texpy/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 20:04:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Michael Nielsen</title>
		<link>http://michaelnielsen.org/blog/wiki_texpy/comment-page-1/#comment-18842</link>
		<dc:creator>Michael Nielsen</dc:creator>
		<pubDate>Thu, 19 Mar 2009 23:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://michaelnielsen.org/blog/?p=582#comment-18842</guid>
		<description>Nice one, John.  As you say, every little bit of automation helps.  With my workflow I probably wouldn&#039;t use this, but someone doing a great deal of LaTeX-wiki might find it helpful.  Another way of getting a similar effect would be through a simple shell script which combined LaTeX and wiki_tek steps.</description>
		<content:encoded><![CDATA[<p>Nice one, John.  As you say, every little bit of automation helps.  With my workflow I probably wouldn&#8217;t use this, but someone doing a great deal of LaTeX-wiki might find it helpful.  Another way of getting a similar effect would be through a simple shell script which combined LaTeX and wiki_tek steps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wiki_tex.py &#171; Quang Phuc&#8217;s Weblog</title>
		<link>http://michaelnielsen.org/blog/wiki_texpy/comment-page-1/#comment-18839</link>
		<dc:creator>wiki_tex.py &#171; Quang Phuc&#8217;s Weblog</dc:creator>
		<pubDate>Thu, 19 Mar 2009 23:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://michaelnielsen.org/blog/?p=582#comment-18839</guid>
		<description>[...] wiki_tex.py  wiki_tex.py [...]</description>
		<content:encoded><![CDATA[<p>[...] wiki_tex.py  wiki_tex.py [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Sidles</title>
		<link>http://michaelnielsen.org/blog/wiki_texpy/comment-page-1/#comment-18831</link>
		<dc:creator>John Sidles</dc:creator>
		<pubDate>Thu, 19 Mar 2009 21:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://michaelnielsen.org/blog/?p=582#comment-18831</guid>
		<description>Hmmmm ... some key characters were stripped out of the above post; it should have read:&lt;blockquote&gt;&quot;A LaTeX idiom that works nicely with your script is &#039;\immediate\write18{&lt;shell commands&gt;}&#039;, which immediately executes &lt;shell commands&gt;.&quot;&lt;/blockquote&gt;I hope people have fun with this ... it has been my experience that literate programming becomes a lot more enjoyable (and practical too) when typesetting, compiling, testing, packaging ... and now blogging and wiki-ing too! ... is a one-click process. :)</description>
		<content:encoded><![CDATA[<p>Hmmmm &#8230; some key characters were stripped out of the above post; it should have read:<br />
<blockquote>&#8220;A LaTeX idiom that works nicely with your script is &#8216;\immediate\write18{&lt;shell commands&gt;}&#8217;, which immediately executes &lt;shell commands&gt;.&#8221;</p></blockquote>
<p>I hope people have fun with this &#8230; it has been my experience that literate programming becomes a lot more enjoyable (and practical too) when typesetting, compiling, testing, packaging &#8230; and now blogging and wiki-ing too! &#8230; is a one-click process. <img src='http://michaelnielsen.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Sidles</title>
		<link>http://michaelnielsen.org/blog/wiki_texpy/comment-page-1/#comment-18830</link>
		<dc:creator>John Sidles</dc:creator>
		<pubDate>Thu, 19 Mar 2009 21:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://michaelnielsen.org/blog/?p=582#comment-18830</guid>
		<description>Dear Michael

Thank you for the fine code!  

A LaTeX idiom that works nicely with your script is &quot;\immediate\write18{}&quot;; which immediately executes  (provided, that is, that the LaTeX compiler has been invoked with the &quot;--shell-escape&quot; option).

A simple LaTeX example is &lt;a href=&quot;http://faculty.washington.edu/sidles/QSEPACK/wiki_tex_example.tex&quot; rel=&quot;nofollow&quot;&gt;wiki_tex_example.tex&lt;/a&gt;, which (on my OS X system) runs your python conversion script directly from the LaTeX source file.

All you fans of literate programming will appreciate that \write18 allows &quot;pdftex&quot; to run &quot;make&quot; (and therefore, any other program or script) as easily as &quot;make&quot; runs &quot;pdftex&quot;.

The result is nearly-infinite flexibility in creating one-step literate programming environments that have all the nice graphical interfaces that we associate with LaTeX ... Nirvana!</description>
		<content:encoded><![CDATA[<p>Dear Michael</p>
<p>Thank you for the fine code!  </p>
<p>A LaTeX idiom that works nicely with your script is &#8220;\immediate\write18{}&#8221;; which immediately executes  (provided, that is, that the LaTeX compiler has been invoked with the &#8220;&#8211;shell-escape&#8221; option).</p>
<p>A simple LaTeX example is <a href="http://faculty.washington.edu/sidles/QSEPACK/wiki_tex_example.tex" rel="nofollow">wiki_tex_example.tex</a>, which (on my OS X system) runs your python conversion script directly from the LaTeX source file.</p>
<p>All you fans of literate programming will appreciate that \write18 allows &#8220;pdftex&#8221; to run &#8220;make&#8221; (and therefore, any other program or script) as easily as &#8220;make&#8221; runs &#8220;pdftex&#8221;.</p>
<p>The result is nearly-infinite flexibility in creating one-step literate programming environments that have all the nice graphical interfaces that we associate with LaTeX &#8230; Nirvana!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

