Robert Ullrey wrote:
I know someone out there has the answer to this. If I run texexec through a shell, even with the full path to texexec, I get an error, "//usr/local/teTeX/bin/powerpc-apple-darwin-current/texexec: line 1: sed: command not found
`.pl' not found."

you can use the call:

  texmfstart texexec ...

alternative you can replace texexec in you bin path by:

  #!/bin/sh
  texmfstart texexec.pl $@

first of all, texmfstart only depends on ruby, and more important, it knows how to locate things in the texmftree (the tds structure occasionally changes and texmfstart can adapt to that)

Hans


----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------

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

Reply via email to