Mojca Miklavec wrote:
On Jan 15, 2008 12:17 AM, Peter Münster wrote:
Hello,
What about these 2 new stubs:
stubs/unix/texmfstart:
#!/bin/sh script=$(dirname $0)/../../ruby/texmfstart.rb exec $script "$@" # (or exec ruby $script "$@")
texmfstart is usually "copy texmfstart.rb to texmfstart in bin and make it executable". The drawback is that if something changes, it needs to be updated in the bin folder as well.
it's faster to have texmfstart as copy (on unix), on windows one can associate the suffix 'rb' with ruby and add the scripts path to %path%
(In case that you figure out some more details about "context" stub, please let me know ... I didn't manage to make it work either. It seemed as if luatex didn't manage to find mtx-context.)
this is fixed so you you need to mtxrun --selfupdate (luatools --selfupdate also works; the selfupdating is easier than copying) ----------------------------------------------------------------- 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 -----------------------------------------------------------------