14 Jan
2003
14 Jan
'03
7:46 p.m.
On Tue, Jan 14, 2003 at 12:02:04PM +0800, Pavel Stupin wrote:
On Mon, 13 Jan 2003 22:42:14 +0100 Simon Pepping
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: spepping@scaprea.hobby.nl