On Tue, Oct 6, 2009 at 4:12 PM, Jörg Hagmann
luigi scarso wrote:
hmm -- I don't have osx , I have linux -- what about $> find minimals-beta -name "*.fmt" ? Assuming minimals-beta as root dir, I have them only under the cache, ie
./tex/texmf-cache/luatex-cache/context/e2d590ed08d5bb7ce264a85c7599601d/formats
./texmf-cache/luatex-cache/context/b111a13fc9cf27f239092c82f78b3124/formats/cont-en.fmt
./texmf-cache/luatex-cache/context/b111a13fc9cf27f239092c82f78b3124/formats/cont-nl.fmt
./texmf-cache/luatex-cache/context/b111a13fc9cf27f239092c82f78b3124/formats/mptopdf.fmt
./texmf-cache/luatex-cache/context/b111a13fc9cf27f239092c82f78b3124/formats/plain.fmt ./texmf-osx-intel/web2c/pdftex/cont-en.fmt ./texmf-osx-intel/web2c/pdftex/cont-nl.fmt ./texmf-osx-intel/web2c/pdftex/mptopdf.fmt ./texmf-osx-intel/web2c/xetex/cont-en.fmt ./texmf-osx-intel/web2c/xetex/cont-nl.fmt
ok put this in test.tex \starttext \input tufte \stoptext Then delete luatex-cache; $> cd ./tex/texmf-context/scripts/context/lua $> context --generate $> context --make and try to $>context test.tex -- luigi