On Tue, Jan 14, 2003 at 12:02:04PM +0800, Pavel Stupin wrote: > On Mon, 13 Jan 2003 22:42:14 +0100 > Simon Pepping <[EMAIL PROTECTED]> wrote: > > > It is small: > > > > #!/bin/sh > > test -f "`kpsewhich cont-en.efmt`" || fmtutil --byfmt cont-en > > exec pdfetex -efmt=cont-en -progname=context "$@" > > > > > Well, running ConTeXt this way _works_. Thank you. > However, I'm just curious why texexec fails.
Your error message was: sh: cont-en: command not found This means that texexec.pl asks the shell to execute the command cont-en, and then the shell fails because it cannot find cont-en. So it is not a failure of texexec, but the absence of cont-en that is the problem. Or if cont-en exists, it is not in your path or not executable. Regards, Simon -- Simon Pepping email: [EMAIL PROTECTED] _______________________________________________ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context
