On Sep 1, 2008, at 18;22,17 , Mojca Miklavec wrote: > On Tue, Sep 2, 2008 at 12:13 AM, Alan Bowen wrote: >> Mocja---I will start with the second proposal and save the first for >> tomorrow. >> >> ~/Library/TeXShop/Engines/ConTeXt-luaTeX.engine >> >> #!/bin/bash >> export PATH=/Applications/ConTeXtMinimals/tex/texmf-osx-intel:$PATH >> export TEXMFCACHE=/Applications/ConTeXtMinimals/tex/texmf-cache >> context "$1" >> >> Done. No joy. ConTeXt complains: >> /Users/alancbowen/Library/TeXShop/Engines/ConTeXt-luaTeX.engine: >> line 4: >> context: command not found > > Oh, sorry again. > export PATH=/Applications/ConTeXtMinimals/tex/texmf-osx-intel/bin: > $PATH With this change in all the engines---thanks to Aditya too---ConTeXt- pdftex.engine and ConTeXt-XeTeX.engine now work as they should (which is great!) But running ConTeXt-luatex.engine gets MtxRun | skipping configuration for /Applications/ConTeXtMinimals/tex/ texmf-local/web2c from /Applications/ConTeXtMinimals/tex/texmf-cache/ luatex-cache/context/3fc847143b06f084e10e73c8fbdf4ae2/trees/ 3beab8509a03fa29e95f93134a943a7f MtxRun | loading configuration for /Applications/ConTeXtMinimals/tex/ texmf/web2c from /Applications/ConTeXtMinimals/tex/texmf-cache/luatex- cache/context/3fc847143b06f084e10e73c8fbdf4ae2/trees/ d9ef00871d7b11751a275cffd8a85753 MtxRun | error, no format found with name: cont-en MtxRun | total runtime: 0.010 > But then: you have an intel processor, right? If not, change that line > accordingly. (Check if you have binaries in that folder.) I have an Intel processor and there is a bin folder in ./Applications/ ConTeXtMinimals/tex/texmf-osx-intel/ > Mojca