Surprised this works somewhere. I uploaded the beta with the script I am using for sometime now: #!/bin/bash mkdir -p $TEXMINIMAL/tex cd $TEXMINIMAL ln -s $TEXPRIVATE tex/texmf-local curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh sh ./first-setup.sh >first-setup.log cd tex echo "luatools --selfupdate" luatools --selfupdate echo "mtxrun -selfupdate" mtxrun -selfupdate echo "mtxrun -selfupdate" echo "installation context minimals done" But now I get an error in running my TeXShop after installing: MTXrun | unknown script 'context.lua' or 'mtx-context.lua' Confirmed that something is broken by regressing to my previous installation of ConTeXt ver: 2011.01.26 11:02 MKIV fmt: 2011.1.31 int: english/english Changing the script to mtxrun --generate do not improve things here. Thanks for changing things that way between one and the other. I am starting to get a bit choleric about all things that constantly seem broken with the next update. Sorry for the sour note but these are costing me hours to iron out, time I do not have at the moment. Hans van der Meer On 31 jan 2011, at 18:45, Thomas Schmitz wrote:
On Mon, 31 Jan 2011 18:33:57 +0100 Otared Kavian
wrote: Hi Hans, I uploaded the new beta with the Minimals, but neither mkii nor mkiv work anymore… I get MTXrun | unknown script 'context.lua' or 'mtx-context.lua' and luatools --generate gives the same result.
This has been deprecated for quite a while now; you have to run
mtxrun --generate
Has something changed in first-setup.sh for Mac OS X and other machines (I followed the thread about that file being changed for Windows by Mojca, but I don't know about other operating systems).
I see the same thing on linux: you have to run mtxrun --generate and mktexlsr and texexec --make by hand now; after that, mkiv and mkii will run.
I assume that's a result of our discussion last week, but not quite what Hans and Mojca are aiming at...
Thomas ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________