Taco Hoekwater wrote:


Hi,

I think I've found it.

You have generated the formats with the old texexec (version 5.2.4,
from tetex), but that should have been done with the new one
(5.4.2, from the zip file). My guess is that the old one is still
somewhere in root's search path.


The best way to deal with this is to change texexec in thebin path into:

#!/bin/sh
texmfstart texexec $@

given that texmfstart is present in the bin path (you copy texmfstart.rb from 
../scripts/context/ruby)

that way, you always run the latest texexec (since texmfstart can locate it) 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