On 2 déc. 2009, at 18:06, Bowen Alan C. wrote:
Mocja—
I can process files from the command line. The problem seems to be with TeXShop (which I suspect needs some updating for Snow Leopard). Reinstalling TeXShop does not help.
Alan
Hi Alan, You have to add a ".engine" file to ~/Library/TeXShop/Engines and open again TeXShop. For instance I have a file called "mkii.engine" containing these lines (between %%%begin and %%%end of course!): %%% begin #!/bin/bash source /Volumes/OK/context-minimal/tex/setuptex texexec "$1" %%%end and then in TeXShop by default the engine is chosen to be mkii. It is important to know that this file must have the "x" bit as its rights. In your case this "mkii.engine" file should contain #!/bin/bash source /Applications/ConTeXtMinimals/tex/setuptex texexec "$1" Don't forget to chmod +x. Good luck! Best regards: OK