Aditya Mahajan wrote:
> On Tue, 9 May 2006, Aditya Mahajan wrote:
> 
> 
>>--batch --interaction=batch does not always process file in batch
>>mode, while internally running mp.
>>
>>\starttext
>>\startMPpage
>>  draw path ;
>>\stopMPpage
>>\stoptext
>>
>>texmfstart texexec.rb --batch --interaction=batchmode --pdf test
>>
>>should not stop at the error.
> 
> 
> Realized that the correct method to run it is
> texmfstart texexec --batch --nonstopmode
> 
> Is --batch redundant here?

No, they are separate options, use:

   texmfstart texexec --batch
or
   texmfstart texexec --nonstopmode

The first has no terminal output, the second does.
(cf. \batchmode and \nonstopmode).  texexec does
not interpret --interaction at all, but maybe this works:

   texmfstart texexec.rb --passon='--interaction=batchmode'

Cheers, Taco
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to