2 Sep
2008
2 Sep
'08
12:22 a.m.
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 But then: you have an intel processor, right? If not, change that line accordingly. (Check if you have binaries in that folder.) Mojca