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.
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.
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
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
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
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