<?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: Lua, TeX, LaTeX and ConTeXt</title>
	<atom:link href="http://www.texdev.net/2009/05/21/lua-tex-latex-and-context/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.texdev.net/2009/05/21/lua-tex-latex-and-context/</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: LuaLateX runs @ Debian unstable (&#8220;Sid&#8221;) : Granthinām</title>
		<link>http://www.texdev.net/2009/05/21/lua-tex-latex-and-context/comment-page-1/#comment-2123</link>
		<dc:creator>LuaLateX runs @ Debian unstable (&#8220;Sid&#8221;) : Granthinām</dc:creator>
		<pubDate>Sat, 23 Jan 2010 16:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=298#comment-2123</guid>
		<description>[...] Wollmilchsau&#8221; one could say in German (for a collection of advantages of that approach see here). On the professional level that means that the rebuild engine could have been made much more [...]</description>
		<content:encoded><![CDATA[<p>[...] Wollmilchsau&#8221; one could say in German (for a collection of advantages of that approach see here). On the professional level that means that the rebuild engine could have been made much more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/05/21/lua-tex-latex-and-context/comment-page-1/#comment-979</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Tue, 26 May 2009 18:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=298#comment-979</guid>
		<description>I&#039;ve always thought that XML is fine as an exchange format, but that I&#039;m not sure about it as an input format for end users. The LaTeX input format is much &quot;nicer&quot; to write, I&#039;d say. So I&#039;d agree that the challenge is to define a version of LaTeX which works for LaTeX and is easy to convert to well-formed XML. I&#039;d guess that needs to be done using LaTeX itself, suggesting some kind of LaTeX-to-XML two-way functionality for LaTeX3.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always thought that XML is fine as an exchange format, but that I&#8217;m not sure about it as an input format for end users. The LaTeX input format is much &#8220;nicer&#8221; to write, I&#8217;d say. So I&#8217;d agree that the challenge is to define a version of LaTeX which works for LaTeX and is easy to convert to well-formed XML. I&#8217;d guess that needs to be done using LaTeX itself, suggesting some kind of LaTeX-to-XML two-way functionality for LaTeX3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomek</title>
		<link>http://www.texdev.net/2009/05/21/lua-tex-latex-and-context/comment-page-1/#comment-973</link>
		<dc:creator>Tomek</dc:creator>
		<pubDate>Sun, 24 May 2009 10:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=298#comment-973</guid>
		<description>XML input in not such a problem. It is the other way around that gives a lot of headaches. Some people advocate XML as an alternative/successor to LaTeX, but its verbosity is a show stopper for many.

As a side note, one interresting example w.r.t. XML verbosity is RELAX NG:

http://en.wikipedia.org/wiki/RELAX_NG

It has a compact syntax that is isomorphic to its XML representation.</description>
		<content:encoded><![CDATA[<p>XML input in not such a problem. It is the other way around that gives a lot of headaches. Some people advocate XML as an alternative/successor to LaTeX, but its verbosity is a show stopper for many.</p>
<p>As a side note, one interresting example w.r.t. XML verbosity is RELAX NG:</p>
<p><a href="http://en.wikipedia.org/wiki/RELAX_NG" rel="nofollow">http://en.wikipedia.org/wiki/RELAX_NG</a></p>
<p>It has a compact syntax that is isomorphic to its XML representation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya Mahajan</title>
		<link>http://www.texdev.net/2009/05/21/lua-tex-latex-and-context/comment-page-1/#comment-972</link>
		<dc:creator>Aditya Mahajan</dc:creator>
		<pubDate>Sun, 24 May 2009 07:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=298#comment-972</guid>
		<description>Dealing with xml input is one of the places where lua really shines (compared to TeX82). You can easily write parsers in lua. ConTeXt already has two different parsers for xml, and it is relatively straight forward to typeset xml documents directly. Some users use xml as the input format, and some are typing to write a style for the xml generated by open office.</description>
		<content:encoded><![CDATA[<p>Dealing with xml input is one of the places where lua really shines (compared to TeX82). You can easily write parsers in lua. ConTeXt already has two different parsers for xml, and it is relatively straight forward to typeset xml documents directly. Some users use xml as the input format, and some are typing to write a style for the xml generated by open office.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/05/21/lua-tex-latex-and-context/comment-page-1/#comment-962</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Sat, 23 May 2009 08:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=298#comment-962</guid>
		<description>Leo,

I can see the HURD analogy, but things are a bit different there as there is Linux. The comparison doesn&#039;t quite add up in the TeX world: ConTeXt is more complementary to LaTeX than Linux is to HURD.

I&#039;d also agree that getting something out of the door is the priority. That doesn&#039;t mean that engine ideas are not worth discussion. Hence my suggestion that a planned move to newer engines &quot;in the future&quot; is the best compromise: deliver something, then move over time but with this flagged in advance.</description>
		<content:encoded><![CDATA[<p>Leo,</p>
<p>I can see the HURD analogy, but things are a bit different there as there is Linux. The comparison doesn&#8217;t quite add up in the TeX world: ConTeXt is more complementary to LaTeX than Linux is to HURD.</p>
<p>I&#8217;d also agree that getting something out of the door is the priority. That doesn&#8217;t mean that engine ideas are not worth discussion. Hence my suggestion that a planned move to newer engines &#8220;in the future&#8221; is the best compromise: deliver something, then move over time but with this flagged in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://www.texdev.net/2009/05/21/lua-tex-latex-and-context/comment-page-1/#comment-955</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Fri, 22 May 2009 18:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=298#comment-955</guid>
		<description>Tomek,

Which engine latex3 is based on is invisible to users. I think it is more important to get something out of the door. I am only interested in that because I am not technical enough to speak about the merits of each engine although I sense LuaTeX is a good candidate.

Leo</description>
		<content:encoded><![CDATA[<p>Tomek,</p>
<p>Which engine latex3 is based on is invisible to users. I think it is more important to get something out of the door. I am only interested in that because I am not technical enough to speak about the merits of each engine although I sense LuaTeX is a good candidate.</p>
<p>Leo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://www.texdev.net/2009/05/21/lua-tex-latex-and-context/comment-page-1/#comment-954</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Fri, 22 May 2009 18:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=298#comment-954</guid>
		<description>Joseph,

The situation with LaTeX3 now reminds me of GNU hurd http://www.gnu.org/software/hurd/hurd.html. It is been under development longer than LaTeX3 and now is almost completely lost with the emerging of Linux ;)

Leo</description>
		<content:encoded><![CDATA[<p>Joseph,</p>
<p>The situation with LaTeX3 now reminds me of GNU hurd <a href="http://www.gnu.org/software/hurd/hurd.html" rel="nofollow">http://www.gnu.org/software/hurd/hurd.html</a>. It is been under development longer than LaTeX3 and now is almost completely lost with the emerging of Linux <img src='http://www.texdev.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Leo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomek</title>
		<link>http://www.texdev.net/2009/05/21/lua-tex-latex-and-context/comment-page-1/#comment-953</link>
		<dc:creator>Tomek</dc:creator>
		<pubDate>Fri, 22 May 2009 14:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=298#comment-953</guid>
		<description>@Leo, if read my argumentation on c.t.t. for making LuaTeX an explicit dependency for LaTeX3, you will see that this is not about coding in Lua at all. I give more explanation in the thread but in short, if you release LaTeX 3.0 with minimal requirements of pdfTeX, then you make a commitment to support that even if you  decide to switch to LuaTeX in the future. I see this as a decision to accumulate legacy baggage that will only drag on you later on. This is not the end of the world, but I think it&#039;s good to realize that fact.

In the context of what&#039;s wrong with LaTeX2e I think that by far the bigest problem is that LaTeX2e as a document delivery format is not structured enough and too much tied to TeX. This lies at the base of many other problems, one of them is getting content out of LaTeX sources. The example given at c.t.t. of  &quot;Optics Express&quot; journal urging users to switch to Word is just frightening. It&#039;s a clear sign that LaTeX is on its way out from the publishing industry. Once that happens, it will not make its way back no matter what. That would be a truly serious blow to the LaTeX community.</description>
		<content:encoded><![CDATA[<p>@Leo, if read my argumentation on c.t.t. for making LuaTeX an explicit dependency for LaTeX3, you will see that this is not about coding in Lua at all. I give more explanation in the thread but in short, if you release LaTeX 3.0 with minimal requirements of pdfTeX, then you make a commitment to support that even if you  decide to switch to LuaTeX in the future. I see this as a decision to accumulate legacy baggage that will only drag on you later on. This is not the end of the world, but I think it&#8217;s good to realize that fact.</p>
<p>In the context of what&#8217;s wrong with LaTeX2e I think that by far the bigest problem is that LaTeX2e as a document delivery format is not structured enough and too much tied to TeX. This lies at the base of many other problems, one of them is getting content out of LaTeX sources. The example given at c.t.t. of  &#8220;Optics Express&#8221; journal urging users to switch to Word is just frightening. It&#8217;s a clear sign that LaTeX is on its way out from the publishing industry. Once that happens, it will not make its way back no matter what. That would be a truly serious blow to the LaTeX community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/05/21/lua-tex-latex-and-context/comment-page-1/#comment-951</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Fri, 22 May 2009 12:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=298#comment-951</guid>
		<description>Leo,

The LaTeX3 fund certainly contains some money, but as I understand it not at the level where it would pay for someone to work full time on LaTeX3. LuaTeX has gained funding from various sources, I think, with lots of small parcels adding up to a reasonable amount. Even if there were the money, I&#039;m not sure if there is anyone &quot;available&quot; to develop LaTeX3 full time at the moment!

On my microkernel idea, TUG was not picked by Google this year. There are some issues with getting something together, but I&#039;d hope that if we can get the next phase of LaTeX3 sorted then we may be in a position to produce a kernel. It won&#039;t do much to start with!</description>
		<content:encoded><![CDATA[<p>Leo,</p>
<p>The LaTeX3 fund certainly contains some money, but as I understand it not at the level where it would pay for someone to work full time on LaTeX3. LuaTeX has gained funding from various sources, I think, with lots of small parcels adding up to a reasonable amount. Even if there were the money, I&#8217;m not sure if there is anyone &#8220;available&#8221; to develop LaTeX3 full time at the moment!</p>
<p>On my microkernel idea, TUG was not picked by Google this year. There are some issues with getting something together, but I&#8217;d hope that if we can get the next phase of LaTeX3 sorted then we may be in a position to produce a kernel. It won&#8217;t do much to start with!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/05/21/lua-tex-latex-and-context/comment-page-1/#comment-950</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Fri, 22 May 2009 12:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=298#comment-950</guid>
		<description>Vafa,

Sorry if I come across as negative. The point I&#039;m aiming at is that *at the moment* there is no experimental LaTeX3 format as such. There are a number of packages which the team are trying to build on. I hope this will lead to a working LaTeX3, but at the moment things are not in the same situation as say LuaTeX or ConTeXt Mark IV. They both have a lot of material already done, and we can all be confident they will deliver. I working on LaTeX3 with the exception it will work: otherwise I&#039;d rather be wasting my time. I just can&#039;t say *today* that things are as clear as they are for other current projects. If things go the way I hope, my assessment in 6 months to a years time will be different.</description>
		<content:encoded><![CDATA[<p>Vafa,</p>
<p>Sorry if I come across as negative. The point I&#8217;m aiming at is that *at the moment* there is no experimental LaTeX3 format as such. There are a number of packages which the team are trying to build on. I hope this will lead to a working LaTeX3, but at the moment things are not in the same situation as say LuaTeX or ConTeXt Mark IV. They both have a lot of material already done, and we can all be confident they will deliver. I working on LaTeX3 with the exception it will work: otherwise I&#8217;d rather be wasting my time. I just can&#8217;t say *today* that things are as clear as they are for other current projects. If things go the way I hope, my assessment in 6 months to a years time will be different.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
