[NTG-context] Minimals installation problem

2011-03-12 Thread Tom
After installing Minimals apparently successfully on a Windows Vista system,
I got the following messages when executing context hello:

MTXrun | forcing cache reload
MTXrun | resolvers: loading configuration file
'C:/Context/tex/texmf/web2c/texmfcnf.lua'
MTXrun | resolvers
MTXrun | resolvers
MTXrun | resolvers
MTXrun | the resolver databases are not present or outdated
MTXrun | resolvers: using suffix based filetype 'lua'
MTXrun | resolvers: using suffix based filetype 'lua'
MTXrun | resolvers: remembering file 'mtx-context.lua'
MTXrun | resolvers: using suffix based filetype 'lua'
MTXrun | unknown script 'context.lua' or 'mtx-context.lua'

The directory name, Context, is not longer than eight characters and has no
embedded spaces, so that should not be a problem. Executing texexec hello
works fine. However, I want to use MKIV not MKII. BTW, I chose the current
option to get a stable version.

What could be the problem? 

Tom Benjey
717-258-9733 voice
717-243-0074 fax
blog: www.TomBenjey.com





___
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
___


[NTG-context] Minimals installation problem OS X 10.6.2

2010-01-16 Thread paul morgan
Hi,

On a new Snow Leopard machine, I ran ./first-setup.sh in ~/context.

As instructed at the end of the ./first-setup.sh run, I then
added /Users/pm/context/tex/texmf-osx-64/bin to my .zshenv, and % echo $PATH
shows correct path when I source, logout, restart, etc.

I ran:

p% texexec example.tex
MTXrun | kpse fallback with progname 'context' initialized in 0.001019
seconds

I then tried

p% luatex sample.tex
This is LuaTeX, Version beta-0.50.0-2009122423
 \write18 enabled.

kpathsea: Running mktexfmt luatex.fmt
mktexfmt: No such file or directory
I can't find the format file `luatex.fmt'!

Any suggestions on what I should do?

Also, first-setup.sh creates the dir ...tex/texmf-osx-64/bin, but,

p% uname -m
i386

Thank you very much for any help you can offer.
___
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
___


Re: [NTG-context] Minimals installation problem OS X 10.6.2

2010-01-16 Thread Khaled Hosny
On Sat, Jan 16, 2010 at 04:06:47PM -0500, paul morgan wrote:
 Hi,
 
 On a new Snow Leopard machine, I ran ./first-setup.sh in ~/context. 
 
 As instructed at the end of the ./first-setup.sh run, I then added /Users/pm/
 context/tex/texmf-osx-64/bin to my .zshenv, and % echo $PATH shows correct 
 path
 when I source, logout, restart, etc. 
 
 I ran:
 
 p% texexec example.tex
 MTXrun | kpse fallback with progname 'context' initialized in 0.001019 seconds
 
 I then tried 
 
 p% luatex sample.tex 
 This is LuaTeX, Version beta-0.50.0-2009122423
  \write18 enabled.
 
 kpathsea: Running mktexfmt luatex.fmt
 mktexfmt: No such file or directory
 I can't find the format file `luatex.fmt'!
 
 Any suggestions on what I should do?

Minimals doesn't ship with plain format, only context. If you want
ConTeXt MkIV then run 'context file.tex' (which can process plain tex
files as well, but I don't know how far compatible is it).



-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer
___
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
___


Re: [NTG-context] Minimals installation problem OS X 10.6.2

2010-01-16 Thread paul morgan
On Sat, Jan 16, 2010 at 4:13 PM, Khaled Hosny khaledho...@eglug.org wrote:

 On Sat, Jan 16, 2010 at 04:06:47PM -0500, paul morgan wrote:
  Hi,
 
  On a new Snow Leopard machine, I ran ./first-setup.sh in ~/context.
 
  As instructed at the end of the ./first-setup.sh run, I then
 added /Users/pm/
  context/tex/texmf-osx-64/bin to my .zshenv, and % echo $PATH shows
 correct path
  when I source, logout, restart, etc.
 
  I ran:
 
  p% texexec example.tex
  MTXrun | kpse fallback with progname 'context' initialized in 0.001019
 seconds
 
  I then tried
 
  p% luatex sample.tex
  This is LuaTeX, Version beta-0.50.0-2009122423
   \write18 enabled.
 
  kpathsea: Running mktexfmt luatex.fmt
  mktexfmt: No such file or directory
  I can't find the format file `luatex.fmt'!
 
  Any suggestions on what I should do?

 Minimals doesn't ship with plain format, only context. If you want
 ConTeXt MkIV then run 'context file.tex' (which can process plain tex
 files as well, but I don't know how far compatible is it).


Thank-you, still no luck:

p% context test.tex
MTXrun | unknown script 'context.lua' or 'mtx-context.lua'
___
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
___


Re: [NTG-context] Minimals installation problem OS X 10.6.2

2010-01-16 Thread Aditya Mahajan

On Sat, 16 Jan 2010, paul morgan wrote:


On Sat, Jan 16, 2010 at 4:13 PM, Khaled Hosny khaledho...@eglug.org wrote:


On Sat, Jan 16, 2010 at 04:06:47PM -0500, paul morgan wrote:

Hi,

On a new Snow Leopard machine, I ran ./first-setup.sh in ~/context.

As instructed at the end of the ./first-setup.sh run, I then

added /Users/pm/

context/tex/texmf-osx-64/bin to my .zshenv, and % echo $PATH shows

correct path

when I source, logout, restart, etc.


AFAIK, you actually need to add

source /Users/pm/context/tex/setuptex

to your .zshrc file rather than adding the path. (The path might also 
work, but I have never tried it. I use source setuptex in my setup.)



I ran:

p% texexec example.tex
MTXrun | kpse fallback with progname 'context' initialized in 0.001019

seconds


I then tried

p% luatex sample.tex
This is LuaTeX, Version beta-0.50.0-2009122423
 \write18 enabled.

kpathsea: Running mktexfmt luatex.fmt
mktexfmt: No such file or directory
I can't find the format file `luatex.fmt'!

Any suggestions on what I should do?


Minimals doesn't ship with plain format, only context. If you want
ConTeXt MkIV then run 'context file.tex' (which can process plain tex
files as well, but I don't know how far compatible is it).



Thank-you, still no luck:

p% context test.tex
MTXrun | unknown script 'context.lua' or 'mtx-context.lua'


You may also try

luatools --generate

before running context.

Aditya
___
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
___


Re: [NTG-context] Minimals installation problem OS X 10.6.2

2010-01-16 Thread paul morgan
On Sat, Jan 16, 2010 at 4:33 PM, Aditya Mahajan adit...@umich.edu wrote:

 On Sat, 16 Jan 2010, paul morgan wrote:

  On Sat, Jan 16, 2010 at 4:13 PM, Khaled Hosny khaledho...@eglug.org
 wrote:

  On Sat, Jan 16, 2010 at 04:06:47PM -0500, paul morgan wrote:


 You may also try

 luatools --generate

 before running context.


Thank you Aditya, this was the necessary step, ConTeXt working.

Paul
___
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
___