<?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: Scripting in TeXworks</title>
	<atom:link href="http://www.texdev.net/2009/06/09/scripting-in-texworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.texdev.net/2009/06/09/scripting-in-texworks/</link>
	<description>Coding in the TeX world</description>
	<lastBuildDate>Tue, 20 Jul 2010 18:48:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/06/09/scripting-in-texworks/comment-page-1/#comment-2413</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Tue, 06 Apr 2010 20:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=307#comment-2413</guid>
		<description>Hello Dominik,

Gummi&#039;s been mentioned to me before, but this time I gave it a quick spin. My Ubuntu system doesn&#039;t actually have TeX Live installed at the moment, so I went with compiling Gummi myself rather than using the prebuilt version. Everything looks okay, and in many ways similar to TeXworks. I&#039;m not so sure about &quot;compile as you use&quot;, as I don&#039;t see it working so well with big documents. (I&#039;m also a fan of the TeXworks approach of aiming for cross-platform from the start). I&#039;ll certainly keep an eye on Gummi: perhaps I&#039;ll do some more testing when I update my Ubuntu installation.

Joseph</description>
		<content:encoded><![CDATA[<p>Hello Dominik,</p>
<p>Gummi&#8217;s been mentioned to me before, but this time I gave it a quick spin. My Ubuntu system doesn&#8217;t actually have TeX Live installed at the moment, so I went with compiling Gummi myself rather than using the prebuilt version. Everything looks okay, and in many ways similar to TeXworks. I&#8217;m not so sure about &#8220;compile as you use&#8221;, as I don&#8217;t see it working so well with big documents. (I&#8217;m also a fan of the TeXworks approach of aiming for cross-platform from the start). I&#8217;ll certainly keep an eye on Gummi: perhaps I&#8217;ll do some more testing when I update my Ubuntu installation.</p>
<p>Joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominik Wujastyk</title>
		<link>http://www.texdev.net/2009/06/09/scripting-in-texworks/comment-page-1/#comment-2412</link>
		<dc:creator>Dominik Wujastyk</dc:creator>
		<pubDate>Tue, 06 Apr 2010 18:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=307#comment-2412</guid>
		<description>There&#039;s an interesting TeX editor being developed in the Netherlands called Gummi (&lt;LaTeX, geddit?) that compiles and displays as you write your TeX code.  It&#039;s Linux-only at present.  See 
  http://gummi.midnightcoding.org/
Gummi is particularly good for teaching TeX, or for someone learning, since you can just type - -- --- and immediately see the output in the preview window.  Runs pdfTeX or xetex.
Dominik</description>
		<content:encoded><![CDATA[<p>There&#8217;s an interesting TeX editor being developed in the Netherlands called Gummi (&lt;LaTeX, geddit?) that compiles and displays as you write your TeX code.  It&#039;s Linux-only at present.  See<br />
  <a href="http://gummi.midnightcoding.org/" rel="nofollow">http://gummi.midnightcoding.org/</a><br />
Gummi is particularly good for teaching TeX, or for someone learning, since you can just type &#8211; &#8212; &#8212; and immediately see the output in the preview window.  Runs pdfTeX or xetex.<br />
Dominik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://www.texdev.net/2009/06/09/scripting-in-texworks/comment-page-1/#comment-1029</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Tue, 09 Jun 2009 15:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=307#comment-1029</guid>
		<description>Many thanks, Joseph.

SyncTeX is nice.</description>
		<content:encoded><![CDATA[<p>Many thanks, Joseph.</p>
<p>SyncTeX is nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/06/09/scripting-in-texworks/comment-page-1/#comment-1028</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Tue, 09 Jun 2009 15:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=307#comment-1028</guid>
		<description>Leo,

It depends on what you think of as &quot;features&quot;. The aim of TeXworks is to have a relatively &quot;clean&quot; interface that newer users can get to grips with, without dropping powerful features. AUCTeX is built on emacs, which as we know is not everyone&#039;s choice for ease of use! Remember that TeXworks is inspired by the Mac-only TeXshop programme. Emacs it is not :-)

TeXworks doesn&#039;t do any kind of incremental compilation. What you get is two windows, with one showing source and the other PDF output. The user decides when to compile, and the magic of SyncTeX lets you go from source to PDF or vice versa. The key point here is that this works with any TeX variant. As I understand it, AUCTeX uses preview-latex, but this is not much use for plain TeX or ConTeXt users. TeXworks is &quot;format neutral&quot;, with nothing in the core code which makes assumptions about which type of TeX is in use.</description>
		<content:encoded><![CDATA[<p>Leo,</p>
<p>It depends on what you think of as &#8220;features&#8221;. The aim of TeXworks is to have a relatively &#8220;clean&#8221; interface that newer users can get to grips with, without dropping powerful features. AUCTeX is built on emacs, which as we know is not everyone&#8217;s choice for ease of use! Remember that TeXworks is inspired by the Mac-only TeXshop programme. Emacs it is not <img src='http://www.texdev.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>TeXworks doesn&#8217;t do any kind of incremental compilation. What you get is two windows, with one showing source and the other PDF output. The user decides when to compile, and the magic of SyncTeX lets you go from source to PDF or vice versa. The key point here is that this works with any TeX variant. As I understand it, AUCTeX uses preview-latex, but this is not much use for plain TeX or ConTeXt users. TeXworks is &#8220;format neutral&#8221;, with nothing in the core code which makes assumptions about which type of TeX is in use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/06/09/scripting-in-texworks/comment-page-1/#comment-1027</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Tue, 09 Jun 2009 15:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=307#comment-1027</guid>
		<description>Simon,

I think that&#039;s why there are not &quot;official&quot; builds that often :-) I get the feeling once you have a &quot;recipe&quot; all is well, but getting to that stage is a pain.</description>
		<content:encoded><![CDATA[<p>Simon,</p>
<p>I think that&#8217;s why there are not &#8220;official&#8221; builds that often <img src='http://www.texdev.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I get the feeling once you have a &#8220;recipe&#8221; all is well, but getting to that stage is a pain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://www.texdev.net/2009/06/09/scripting-in-texworks/comment-page-1/#comment-1026</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=307#comment-1026</guid>
		<description>I looked at TeXworks features ( haven&#039;t tried the program tho ) and it seems to me that AUCTeX has all its features. Do you know if this is a roughly correct impression?

One of its key features, immediate preview of the document, do you know if this is implemented by incremental compiling, or by recompiling the whole doc everytime changes are saved?

Thanks. -- Leo</description>
		<content:encoded><![CDATA[<p>I looked at TeXworks features ( haven&#8217;t tried the program tho ) and it seems to me that AUCTeX has all its features. Do you know if this is a roughly correct impression?</p>
<p>One of its key features, immediate preview of the document, do you know if this is implemented by incremental compiling, or by recompiling the whole doc everytime changes are saved?</p>
<p>Thanks. &#8212; Leo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Spiegel</title>
		<link>http://www.texdev.net/2009/06/09/scripting-in-texworks/comment-page-1/#comment-1025</link>
		<dc:creator>Simon Spiegel</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=307#comment-1025</guid>
		<description>I&#039;d be even ready to create builds from time to time and host; unfortunately I can&#039;t even build the damn thing …</description>
		<content:encoded><![CDATA[<p>I&#8217;d be even ready to create builds from time to time and host; unfortunately I can&#8217;t even build the damn thing …</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/06/09/scripting-in-texworks/comment-page-1/#comment-1024</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Tue, 09 Jun 2009 11:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=307#comment-1024</guid>
		<description>I&#039;m luck that Windows builds are made available by Alain Delmoitte. In the longer term, some kind of installer is going to be needed. I guess Jonathan is hoping for volunteers!</description>
		<content:encoded><![CDATA[<p>I&#8217;m luck that Windows builds are made available by Alain Delmoitte. In the longer term, some kind of installer is going to be needed. I guess Jonathan is hoping for volunteers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Spiegel</title>
		<link>http://www.texdev.net/2009/06/09/scripting-in-texworks/comment-page-1/#comment-1023</link>
		<dc:creator>Simon Spiegel</dc:creator>
		<pubDate>Tue, 09 Jun 2009 11:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=307#comment-1023</guid>
		<description>It would be really nice if Jonathan updated the builds; they&#039;re quite dated and I so far was unable to build TeXWorks myself.</description>
		<content:encoded><![CDATA[<p>It would be really nice if Jonathan updated the builds; they&#8217;re quite dated and I so far was unable to build TeXWorks myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juergenfenn's status on Tuesday, 09-Jun-09 10:17:17 UTC - Identi.ca</title>
		<link>http://www.texdev.net/2009/06/09/scripting-in-texworks/comment-page-1/#comment-1022</link>
		<dc:creator>juergenfenn's status on Tuesday, 09-Jun-09 10:17:17 UTC - Identi.ca</dc:creator>
		<pubDate>Tue, 09 Jun 2009 10:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=307#comment-1022</guid>
		<description>[...] von Lua in den Editor TeXworks: http://www.texdev.net/2009/06/09/scripting-in-texworks/ [...]</description>
		<content:encoded><![CDATA[<p>[...] von Lua in den Editor TeXworks: <a href="http://www.texdev.net/2009/06/09/scripting-in-texworks/" rel="nofollow">http://www.texdev.net/2009/06/09/scripting-in-texworks/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
