[NTG-context] minimals broken ?

2009-03-10 Thread luigi scarso
# ./first-setup.sh # cd tex; . setuptex ; cd .. # luatools --generate # luatools --make cont-en # # context test.tex MtxRun | unknown script 'metatex.lua' or 'mtx-metatex.lua' # luatex This is LuaTeX, Version snapshot-0.35.0-2009022702 (Web2C 7.5.7) What is wrong ? -- luigi

Re: [NTG-context] minimals broken ?

2009-03-10 Thread Hans Hagen
luigi scarso wrote: # ./first-setup.sh # cd tex; . setuptex ; cd .. # luatools --generate # luatools --make cont-en # # context test.tex MtxRun | unknown script 'metatex.lua' or 'mtx-metatex.lua' # luatex This is LuaTeX, Version snapshot-0.35.0-2009022702 (Web2C 7.5.7) What is wrong ? can

Re: [NTG-context] minimals broken ?

2009-03-10 Thread Wolfgang Schuster
Am 10.03.2009 um 23:21 schrieb luigi scarso: # ./first-setup.sh # cd tex; . setuptex ; cd .. # luatools --generate # luatools --make cont-en # # context test.tex MtxRun | unknown script 'metatex.lua' or 'mtx-metatex.lua' # luatex This is LuaTeX, Version snapshot-0.35.0-2009022702 (Web2C

Re: [NTG-context] minimals broken ?

2009-03-10 Thread luigi scarso
can you check what context.sh does? minimals/tex/texmf-linux/bin# context MtxRun | unknown script 'metatex.lua' or 'mtx-metatex.lua' minimals/tex/texmf-linux/bin# cat context #!/bin/sh#!/bin/sh mtxrun --script metatex $@ -- luigi

Re: [NTG-context] minimals broken ?

2009-03-10 Thread luigi scarso
Do you have the file 'mtx-metatex.lua' in your minimals directory? opt/luatex/minimals# find . -name *metatex* gives nothing for minimals-beta luatex/minimals-beta# find . -name *metatex* ./tex/texmf-context/tex/context/base/metatex.tex ./tex/texmf-context/scripts/context/lua/mtx-metatex.lua

Re: [NTG-context] minimals broken ?

2009-03-10 Thread luigi scarso
Do you have the file 'mtx-metatex.lua' in your minimals directory? If I copy mtx-metatex.lua from minimal-beta now I have # context test-curios.tex MtxRun | loading configuration for /opt/luatex/minimals/tex/texmf/web2c from

Re: [NTG-context] minimals broken ?

2009-03-10 Thread luigi scarso
On Tue, Mar 10, 2009 at 11:45 PM, Hans Hagen pra...@wxs.nl wrote: luigi scarso wrote: can you check what context.sh does? minimals/tex/texmf-linux/bin#  context MtxRun | unknown script 'metatex.lua' or 'mtx-metatex.lua' minimals/tex/texmf-linux/bin# cat context #!/bin/sh#!/bin/sh

Re: [NTG-context] minimals broken ?

2009-03-10 Thread Wolfgang Schuster
Am 10.03.2009 um 23:39 schrieb luigi scarso: Do you have the file 'mtx-metatex.lua' in your minimals directory? opt/luatex/minimals# find . -name *metatex* gives nothing Use the beta from Hans site, it has all files. Wolfgang

Re: [NTG-context] minimals broken ?

2009-03-10 Thread Taco Hoekwater
luigi scarso wrote: On Tue, Mar 10, 2009 at 11:45 PM, Hans Hagen pra...@wxs.nl wrote: luigi scarso wrote: can you check what context.sh does? minimals/tex/texmf-linux/bin# context MtxRun | unknown script 'metatex.lua' or 'mtx-metatex.lua' minimals/tex/texmf-linux/bin# cat context

Re: [NTG-context] minimals broken ?

2009-03-10 Thread luigi scarso
huh? where does that come from? aha, thank you . Just fixed context with #!/bin/sh mtxrun --script context $@ and minimals are ok now -- luigi ___ If your question is of interest to others as well, please add an

Re: [NTG-context] minimals broken ?

2009-03-10 Thread luigi scarso
On Tue, Mar 10, 2009 at 11:50 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 10.03.2009 um 23:39 schrieb luigi scarso: Do you have the file 'mtx-metatex.lua' in your minimals directory? opt/luatex/minimals# find . -name *metatex* gives nothing Use the beta from Hans