I have been revising my notes for newbie Mac installation of the ConTeXt Minimals and was about to put them online when I discovered that, when I try to process a file using MKIV, it does not find my personal texmf folder (~Library/texmf). There is no problem when I process the same file using MKII.

I am accessing MKIV by way of a ConTeXt-luaTeX engine in TeXShop:

(#!/bin/bash
export PATH=/Applications/ConTeXtMinimals/tex/texmf-osx-intel/bin:$PATH
export TEXMFCACHE=/Applications/ConTeXtMinimals/tex/texmf-cache
context "$1"

Any suggestions or pointers will be much appreciated.

Alan

**************
My test file is:

\enableregime[utf-8]
\mainlanguage[en]

\usetypescript[serif,sans,mono,mm][hanging][normal]
\setupalign[hz,hanging]
\setupfootnotes[align={hz,hanging}]

\setupencoding[default=utf]

\usetypescript[fiee][sil-gentium]
\setupbodyfont[sil-gentium,10.5pt]

\usemodule[ancientgreek] [font=GreekGentiumAlt,altfont=GreekDioxipe,altscale=1.03]

\starttext

\localgreek{....}

\stoptext

**************
The console reads:

This is luaTeX, Version snapshot-0.31.3
(unitest.tex

ConTeXt ver: 2009.01.18 14:39 MKIV fmt: 2009.2.19 int: english/ english

system         : cont-new loaded
(/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/cont- new.tex
systems         : beware: some patches loaded from cont-new.tex
(/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/cont- new.mkiv) (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/ base/cont-mtx.tex))
system         : cont-fil loaded
(/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/cont- fil.tex
loading        : Context File Synonyms
)
system         : cont-sys loaded
(/Users/alancbowen/Library/texmf/tex/context/cont-sys.tex (/ Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/type- tmf.tex) (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/ base/type-siz.tex) (/Applications/ConTeXtMinimals/tex/texmf-context/ tex/context/base/type-otf.tex))
bodyfont       : 12pt rm is loaded
specials       : pdftex loaded
language       : language en is active
system         : unitest.top loaded
(unitest.top) (/Applications/ConTeXtMinimals/tex/texmf-context/tex/ context/base/type-tmf.tex) (/Applications/ConTeXtMinimals/tex/texmf- context/tex/context/base/type-siz.tex) (/Applications/ConTeXtMinimals/ tex/texmf-context/tex/context/base/type-otf.tex) (/Applications/ ConTeXtMinimals/tex/texmf-context/tex/context/base/type-tmf.tex) (/ Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/type- siz.tex) (/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/ base/type-otf.tex) (/Applications/ConTeXtMinimals/tex/texmf-context/ tex/context/base/type-pre.tex)
system         : module ancientgreek not found
(unitest.tuo) (unitest.tuo)
systems        : begin file unitest at line 24
! Undefined control sequence.
l.28 \localgreek
                {....}


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

Reply via email to