On Fri, 20 Feb 2009, Alan Bowen wrote:
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
It is possible that a wrong texmf.cnf file is being read. What is the output of luatools --expand-var TEXMF and kpsewhich --expand-var $TEXMF Aditya