<?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: TeX Live on Windows</title>
	<atom:link href="http://www.texdev.net/2009/08/23/tex-live-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.texdev.net/2009/08/23/tex-live-on-windows/</link>
	<description>Coding in the TeX world</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:29:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/08/23/tex-live-on-windows/#comment-1222</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Mon, 31 Aug 2009 20:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=395#comment-1222</guid>
		<description>Aditya,

The key point, at least for me, is that ifplatform has to work with older distributions. At least for MiKTeX users there is no sign of LuaTeX at the moment, so it will be some time before &quot;just use Lua&quot; is a general option.

Joseph</description>
		<content:encoded><![CDATA[<p>Aditya,</p>
<p>The key point, at least for me, is that ifplatform has to work with older distributions. At least for MiKTeX users there is no sign of LuaTeX at the moment, so it will be some time before &#8220;just use Lua&#8221; is a general option.</p>
<p>Joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya Mahajan</title>
		<link>http://www.texdev.net/2009/08/23/tex-live-on-windows/#comment-1203</link>
		<dc:creator>Aditya Mahajan</dc:creator>
		<pubDate>Mon, 24 Aug 2009 05:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=395#comment-1203</guid>
		<description>Luatex does provides a clean solution. The manual says:

The os library has a few extra functions and variables:
...

* os.type This is a string that gives a global indication of the class of operating system. The possible values are currently windows, unix, and msdos (you are unlikely to find this value ‘in the wild&#039;).

* os.name This is a string that gives a more precise indication of the operating system. These possible values are not yet fixed, and for os.type values windows and msdos, the os.name values are simply windows and msdos

  The list for the type unix is more precise: linux, freebsd, openbsd, solaris, sunos (pre-solaris), hpux, irix, macosx, bsd (unknown, but bsd-like), sysv (unknown, but sysv-like), generic (unknown).

  (os.version is planned as a future extension)

So, if you want to call luatex through shell escape, you can create a tex that writes os.name to a text file, process it through luatex, and read the result.</description>
		<content:encoded><![CDATA[<p>Luatex does provides a clean solution. The manual says:</p>
<p>The os library has a few extra functions and variables:<br />
&#8230;</p>
<p>* os.type This is a string that gives a global indication of the class of operating system. The possible values are currently windows, unix, and msdos (you are unlikely to find this value ‘in the wild&#8217;).</p>
<p>* os.name This is a string that gives a more precise indication of the operating system. These possible values are not yet fixed, and for os.type values windows and msdos, the os.name values are simply windows and msdos</p>
<p>  The list for the type unix is more precise: linux, freebsd, openbsd, solaris, sunos (pre-solaris), hpux, irix, macosx, bsd (unknown, but bsd-like), sysv (unknown, but sysv-like), generic (unknown).</p>
<p>  (os.version is planned as a future extension)</p>
<p>So, if you want to call luatex through shell escape, you can create a tex that writes os.name to a text file, process it through luatex, and read the result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Robertson</title>
		<link>http://www.texdev.net/2009/08/23/tex-live-on-windows/#comment-1200</link>
		<dc:creator>Will Robertson</dc:creator>
		<pubDate>Mon, 24 Aug 2009 00:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=395#comment-1200</guid>
		<description>Oops, sorry; too early in the morning; those quote marks obviously have nothing at all to do with the quoting test!</description>
		<content:encoded><![CDATA[<p>Oops, sorry; too early in the morning; those quote marks obviously have nothing at all to do with the quoting test!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Robertson</title>
		<link>http://www.texdev.net/2009/08/23/tex-live-on-windows/#comment-1199</link>
		<dc:creator>Will Robertson</dc:creator>
		<pubDate>Mon, 24 Aug 2009 00:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=395#comment-1199</guid>
		<description>Thanks for tracking this down, Joseph. You didn&#039;t mention it, but I assume that writing this doesn&#039;t work either?

\immediate\write18{echo \ip@win &gt; &quot;\ip@file&quot;}

Unfortunately I don&#039;t have of an opportunity to test with a Windows TeX Live installation. I wonder if LuaTeX would provide a more robust solution to this problem (i.e., calling LuaTeX through shell escape, not requiring LuaTeX for the ifplatform package).</description>
		<content:encoded><![CDATA[<p>Thanks for tracking this down, Joseph. You didn&#8217;t mention it, but I assume that writing this doesn&#8217;t work either?</p>
<p>\immediate\write18{echo \ip@win &gt; &#8220;\ip@file&#8221;}</p>
<p>Unfortunately I don&#8217;t have of an opportunity to test with a Windows TeX Live installation. I wonder if LuaTeX would provide a more robust solution to this problem (i.e., calling LuaTeX through shell escape, not requiring LuaTeX for the ifplatform package).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jürgen Fenn (juergenfenn) 's status on Sunday, 23-Aug-09 20:49:48 UTC - Identi.ca</title>
		<link>http://www.texdev.net/2009/08/23/tex-live-on-windows/#comment-1198</link>
		<dc:creator>Jürgen Fenn (juergenfenn) 's status on Sunday, 23-Aug-09 20:49:48 UTC - Identi.ca</dc:creator>
		<pubDate>Sun, 23 Aug 2009 20:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=395#comment-1198</guid>
		<description>[...]  http://www.texdev.net/2009/08/23/tex-live-on-windows/  [...]</description>
		<content:encoded><![CDATA[<p>[...]  <a href="http://www.texdev.net/2009/08/23/tex-live-on-windows/" rel="nofollow">http://www.texdev.net/2009/08/23/tex-live-on-windows/</a>  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

