<?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: Cross-platform working</title>
	<atom:link href="http://www.texdev.net/2009/08/18/cross-platform-working/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.texdev.net/2009/08/18/cross-platform-working/</link>
	<description>Coding in the TeX world</description>
	<lastBuildDate>Tue, 17 Aug 2010 20:17:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Will Robertson</title>
		<link>http://www.texdev.net/2009/08/18/cross-platform-working/comment-page-1/#comment-1338</link>
		<dc:creator>Will Robertson</dc:creator>
		<pubDate>Mon, 05 Oct 2009 10:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=382#comment-1338</guid>
		<description>@Tomek -- if you&#039;re not keen on digging into the DTX format, take a look at my sources for asyfig or pstool. They use gmdoc instead and (IMO) are much easier to wrap your head around (albeit with quite a significant drop in flexibility -- but who needs to re-arrange and conditionally output discontiguous sources very often?).</description>
		<content:encoded><![CDATA[<p>@Tomek &#8212; if you&#8217;re not keen on digging into the DTX format, take a look at my sources for asyfig or pstool. They use gmdoc instead and (IMO) are much easier to wrap your head around (albeit with quite a significant drop in flexibility &#8212; but who needs to re-arrange and conditionally output discontiguous sources very often?).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomek</title>
		<link>http://www.texdev.net/2009/08/18/cross-platform-working/comment-page-1/#comment-1332</link>
		<dc:creator>Tomek</dc:creator>
		<pubDate>Sat, 03 Oct 2009 19:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=382#comment-1332</guid>
		<description>Thanks for the dtxgallery pointer. I was looking for something like this, actually. I don&#039;t quite get how it all works yet but having some examples should help. It seems that I won&#039;t escape digging into that stuff a bit deeper if I want to use it. I wrote a very small package recently that needs to be documented now, so maybe I will experiment with that before trying to repackage my bigger project.</description>
		<content:encoded><![CDATA[<p>Thanks for the dtxgallery pointer. I was looking for something like this, actually. I don&#8217;t quite get how it all works yet but having some examples should help. It seems that I won&#8217;t escape digging into that stuff a bit deeper if I want to use it. I wrote a very small package recently that needs to be documented now, so maybe I will experiment with that before trying to repackage my bigger project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/08/18/cross-platform-working/comment-page-1/#comment-1330</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Sat, 03 Oct 2009 15:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=382#comment-1330</guid>
		<description>Hello Tomek,

Thanks for the comment. As you might guess, flexibility was not priority number one for me. What I&#039;ve posted is a starting point for editing for each case. (As I&#039;ve developed my LaTeX work, I&#039;ve altered how I make my DTX files, so the older ones need different treatment to the newer or updated ones.) Of course, I&#039;d be intrigued to see what you have (I&#039;m well aware of my limitations with batch programming: I&#039;ve got a lot better, but there is still much to learn).

The DTX structure in the latest stuff is something I&#039;ve taken from what Will Robertson has been doing. I quite like the idea of keeping everything in one file, but having the ability to extract or typeset easily. There is some information on DTX creation in the &quot;dtxgallery&quot; bundle on CTAN. As you might guess, I tend to start with &quot;take an existing file, delete all of the code and rename&quot;!

On the zip stuff, I can only comment on what I&#039;ve tried. &quot;zip -ll&quot; works with the copy of Info-ZIP I have (downloaded from their site once I&#039;d worked out where it was):

ftp://ftp.info-zip.org/pub/infozip/win32/

The same works on my new Mac, and the PDFs seem to survive OK. (The current expl3 and biblatex-chem releases were done this way from the Mac, while notes2bib was released from Windows.)

Joseph</description>
		<content:encoded><![CDATA[<p>Hello Tomek,</p>
<p>Thanks for the comment. As you might guess, flexibility was not priority number one for me. What I&#8217;ve posted is a starting point for editing for each case. (As I&#8217;ve developed my LaTeX work, I&#8217;ve altered how I make my DTX files, so the older ones need different treatment to the newer or updated ones.) Of course, I&#8217;d be intrigued to see what you have (I&#8217;m well aware of my limitations with batch programming: I&#8217;ve got a lot better, but there is still much to learn).</p>
<p>The DTX structure in the latest stuff is something I&#8217;ve taken from what Will Robertson has been doing. I quite like the idea of keeping everything in one file, but having the ability to extract or typeset easily. There is some information on DTX creation in the &#8220;dtxgallery&#8221; bundle on CTAN. As you might guess, I tend to start with &#8220;take an existing file, delete all of the code and rename&#8221;!</p>
<p>On the zip stuff, I can only comment on what I&#8217;ve tried. &#8220;zip -ll&#8221; works with the copy of Info-ZIP I have (downloaded from their site once I&#8217;d worked out where it was):</p>
<p><a href="ftp://ftp.info-zip.org/pub/infozip/win32/" rel="nofollow">ftp://ftp.info-zip.org/pub/infozip/win32/</a></p>
<p>The same works on my new Mac, and the PDFs seem to survive OK. (The current expl3 and biblatex-chem releases were done this way from the Mac, while notes2bib was released from Windows.)</p>
<p>Joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomek</title>
		<link>http://www.texdev.net/2009/08/18/cross-platform-working/comment-page-1/#comment-1329</link>
		<dc:creator>Tomek</dc:creator>
		<pubDate>Sat, 03 Oct 2009 14:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=382#comment-1329</guid>
		<description>Joseph, thanks for sharing this. I tried to use your script but it was not flexible enough for my needs. I started to do some (a lot) modifications, but I&#039;m not done with this yet (other things to do atm). I can send you my work-in-progress if you are interested.

I&#039;m quite intrigued by your self-extracting .dtx sources. Is there some information available on how to prepare them. I&#039;m still trying to get the hang of .dtx format.

BTW, line conversion with &#039;zip -ll ...&#039; damaged my pdf documentation, so I&#039;m not sure if this is such a good idea. It&#039;s probably better to do it for selected files with a dedicated tool (or a text editor).</description>
		<content:encoded><![CDATA[<p>Joseph, thanks for sharing this. I tried to use your script but it was not flexible enough for my needs. I started to do some (a lot) modifications, but I&#8217;m not done with this yet (other things to do atm). I can send you my work-in-progress if you are interested.</p>
<p>I&#8217;m quite intrigued by your self-extracting .dtx sources. Is there some information available on how to prepare them. I&#8217;m still trying to get the hang of .dtx format.</p>
<p>BTW, line conversion with &#8216;zip -ll &#8230;&#8217; damaged my pdf documentation, so I&#8217;m not sure if this is such a good idea. It&#8217;s probably better to do it for selected files with a dedicated tool (or a text editor).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Phones Show 83 (HTC Touch Pro 2 vs Nokia N97, Proporta) &#124; Business Telephone System</title>
		<link>http://www.texdev.net/2009/08/18/cross-platform-working/comment-page-1/#comment-1208</link>
		<dc:creator>The Phones Show 83 (HTC Touch Pro 2 vs Nokia N97, Proporta) &#124; Business Telephone System</dc:creator>
		<pubDate>Wed, 26 Aug 2009 04:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=382#comment-1208</guid>
		<description>[...] Cross-platform working at Some TeX Developments [...]</description>
		<content:encoded><![CDATA[<p>[...] Cross-platform working at Some TeX Developments [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/08/18/cross-platform-working/comment-page-1/#comment-1185</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Wed, 19 Aug 2009 20:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=382#comment-1185</guid>
		<description>Yes, but:

&quot;So far, ctanify has been tested only on Linux.&quot;

The aim of my batch file is to work without needing too much in the way of &quot;extras&quot;. You need a ZIP program to make zip files at the command line, but that it it here. I should add that the more complex version for doing LaTeX releases does need Perl, but only to run the automated check system, not to do the basics.</description>
		<content:encoded><![CDATA[<p>Yes, but:</p>
<p>&#8220;So far, ctanify has been tested only on Linux.&#8221;</p>
<p>The aim of my batch file is to work without needing too much in the way of &#8220;extras&#8221;. You need a ZIP program to make zip files at the command line, but that it it here. I should add that the more complex version for doing LaTeX releases does need Perl, but only to run the automated check system, not to do the basics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karl</title>
		<link>http://www.texdev.net/2009/08/18/cross-platform-working/comment-page-1/#comment-1184</link>
		<dc:creator>karl</dc:creator>
		<pubDate>Wed, 19 Aug 2009 20:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=382#comment-1184</guid>
		<description>fyi, scott pakin wrote something related in perl. ctan:support/ctanify/ ...</description>
		<content:encoded><![CDATA[<p>fyi, scott pakin wrote something related in perl. ctan:support/ctanify/ &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
