Otared, This works perfectly. In all the changes to ConTeXt, I had neglected to update my TeXShop settings. Many thanks for your help (and patience). Alan On Dec 2, 2009, at 12;24,37 , Otared Kavian wrote:
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 ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________