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 you check what context.sh does?

-
  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
-
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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 7.5.7)

What is wrong ?


Do you have the file 'mtx-metatex.lua' in your minimals directory?

Wolfgang

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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
./tex/texmf-context/scripts/context/stubs/mswin/metatex.cmd
./tex/texmf-cache/luatex-cache/context/e2d590ed08d5bb7ce264a85c7599601d/formats/metatex.log
./tex/texmf-cache/luatex-cache/context/e2d590ed08d5bb7ce264a85c7599601d/formats/metatex.luc
./tex/texmf-cache/luatex-cache/context/e2d590ed08d5bb7ce264a85c7599601d/formats/metatex.fmt
./tex/texmf-cache/luatex-cache/context/e2d590ed08d5bb7ce264a85c7599601d/formats/metatex.lua

-- 
luigi
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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
/opt/luatex/minimals/tex/texmf-cache/luatex-cache/context/4330c3ed7721ca11f9d108c60c58eea4/trees/257cb664e33fa436e2a64b07b5d4b874
/opt/luatex/minimals/tex/texmf-linux/bin/mtxrun:8044: bad argument #2
to 'format' (string expected, got nil)


-- 
luigi
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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
 mtxrun --script metatex $@

 huh? where does that come from?
from minimals
Just deleted context ; then
./first-setup.sh
and again

$cat context
#!/bin/sh
mtxrun --script metatex $@

--
luigi
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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
#!/bin/sh#!/bin/sh
mtxrun --script metatex $@

huh? where does that come from?

from minimals
Just deleted context ; then
./first-setup.sh
and again

$cat context
#!/bin/sh
mtxrun --script metatex $@


bad server-side symlink?
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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 site, it has all files.
yes , i will try it




-- 
luigi
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___