Hi all,

> is there a way to pass parameters from texmfstart texexec  to pdftex?
> I'd like to call pdftex with -file-line-error and -halt-on-error.

Just for the record: I've found a simple solution, which works OK here
on MacOS X (should be the same on any unix):

texmfstart  texexec --pass=\'-file-line-error -halt-on-error\' hello

this way (internally) the command looks like --pass='.....' which will
be the way it gets passed to texmfstart.

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to