Re: [XeTeX] Pipes in XeTeX

2010-07-29 Thread Will Robertson
On 2010-07-28 22:10:49 +0930, Florian Gilcher said: Actually, pdftex in both texlive 2009 and 2010 supports it. The difference between MiKTeX and texlive is that MiKTeX has a special CLI flag for it (--enable-pipes) while pdftex on texlive checks for (--shell-escape). Thanks for the info.

Re: [XeTeX] Pipes in XeTeX

2010-07-29 Thread Ulrike Fischer
Am Mon, 26 Jul 2010 16:37:02 +0200 schrieb Florian Gilcher: > I really like the following feature of pdftex and others for development > purposes: > \input{|"darcs changes -s"} % print a detailed log of changes > and include that into my document as a "running log" for other reviewers.

Re: [XeTeX] Pipes in XeTeX

2010-07-28 Thread Peter Dyballa
Am 28.07.2010 um 14:40 schrieb Florian Gilcher: Now, I would try my theory if i could just get XeTeX (or, more specifically, the bundled ICU) to build from sources on Snow Leopard... You could try to build a 32-bit binary... -- Mit friedvollen Grüßen Pete Der Unterschied zwischen The

Re: [XeTeX] Pipes in XeTeX

2010-07-28 Thread Florian Gilcher
On Jul 28, 2010, at 1:05 PM, Will Robertson wrote: > On 2010-07-27 00:07:02 +0930, Florian Gilcher said: > >> I really like the following feature of pdftex and others for development >> purposes: >> \input{|"darcs changes -s"} % print a detailed log of changes >> and include that into my docu

Re: [XeTeX] Pipes in XeTeX

2010-07-28 Thread Will Robertson
On 2010-07-27 00:07:02 +0930, Florian Gilcher said: I really like the following feature of pdftex and others for development purposes: \input{|"darcs changes -s"} % print a detailed log of changes and include that into my document as a "running log" for other reviewers. Sure, it requires

[XeTeX] Pipes in XeTeX

2010-07-26 Thread Florian Gilcher
Hi, I really like the following feature of pdftex and others for development purposes: \input{|"darcs changes -s"} % print a detailed log of changes and include that into my document as a "running log" for other reviewers. Sure, it requires --shell-escape and --enable-write18, but thats j