ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Minimals installation problem OS X 10.6.2
@ 2010-01-16 21:06 paul morgan
  2010-01-16 21:13 ` Khaled Hosny
  0 siblings, 1 reply; 5+ messages in thread
From: paul morgan @ 2010-01-16 21:06 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 772 bytes --]

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.

[-- Attachment #1.2: Type: text/html, Size: 1173 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Minimals installation problem OS X 10.6.2
  2010-01-16 21:06 Minimals installation problem OS X 10.6.2 paul morgan
@ 2010-01-16 21:13 ` Khaled Hosny
  2010-01-16 21:23   ` paul morgan
  0 siblings, 1 reply; 5+ messages in thread
From: Khaled Hosny @ 2010-01-16 21:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Minimals installation problem OS X 10.6.2
  2010-01-16 21:13 ` Khaled Hosny
@ 2010-01-16 21:23   ` paul morgan
  2010-01-16 21:33     ` Aditya Mahajan
  0 siblings, 1 reply; 5+ messages in thread
From: paul morgan @ 2010-01-16 21:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1185 bytes --]

On Sat, Jan 16, 2010 at 4:13 PM, Khaled Hosny <khaledhosny@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'

[-- Attachment #1.2: Type: text/html, Size: 1700 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Minimals installation problem OS X 10.6.2
  2010-01-16 21:23   ` paul morgan
@ 2010-01-16 21:33     ` Aditya Mahajan
  2010-01-16 21:46       ` paul morgan
  0 siblings, 1 reply; 5+ messages in thread
From: Aditya Mahajan @ 2010-01-16 21:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, 16 Jan 2010, paul morgan wrote:

> On Sat, Jan 16, 2010 at 4:13 PM, Khaled Hosny <khaledhosny@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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Minimals installation problem OS X 10.6.2
  2010-01-16 21:33     ` Aditya Mahajan
@ 2010-01-16 21:46       ` paul morgan
  0 siblings, 0 replies; 5+ messages in thread
From: paul morgan @ 2010-01-16 21:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 427 bytes --]

On Sat, Jan 16, 2010 at 4:33 PM, Aditya Mahajan <adityam@umich.edu> wrote:

> On Sat, 16 Jan 2010, paul morgan wrote:
>
>  On Sat, Jan 16, 2010 at 4:13 PM, Khaled Hosny <khaledhosny@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

[-- Attachment #1.2: Type: text/html, Size: 1163 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-01-16 21:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-16 21:06 Minimals installation problem OS X 10.6.2 paul morgan
2010-01-16 21:13 ` Khaled Hosny
2010-01-16 21:23   ` paul morgan
2010-01-16 21:33     ` Aditya Mahajan
2010-01-16 21:46       ` paul morgan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).