From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/54999 Path: news.gmane.org!not-for-mail From: "Bowen Alan C." Newsgroups: gmane.comp.tex.context Subject: Re: latest beta and file mismatch problem Date: Thu, 03 Dec 2009 07:22:41 -0500 Message-ID: <0DBD0884-B6BE-4B7E-B8D1-46698FAD74C1@Princeton.edu> References: <0555F108-805E-425F-ACD4-E854E29E8527@Princeton.edu> <6faad9f00912010740t2596cc3et9ba0d84e92525702@mail.gmail.com> <6faad9f00912020013x39dafb32u2636768e0dc5dbc4@mail.gmail.com> <83158BB8-93FD-4991-BB54-B2DA63B62C2A@Princeton.edu> <6faad9f00912020355t17d4a016r27ebce8c794126a@mail.gmail.com> <6faad9f00912020743l76d4b219sc4132d2c42d8da6e@mail.gmail.com> <6129EC9F-6EB7-489D-BC79-BC10259BDC63@Princeton.edu> <8FC789AD-6F62-4CD1-8A42-CB99626A11BC@Princeton.EDU> <1728F586-3C1B-40B4-8446-BBB6780150F7@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1259842989 15663 80.91.229.12 (3 Dec 2009 12:23:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2009 12:23:09 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Dec 03 13:23:02 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1NGAi5-0003Ag-Lw for gctc-ntg-context-518@m.gmane.org; Thu, 03 Dec 2009 13:23:01 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B89FCC9CD1; Thu, 3 Dec 2009 13:19:42 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id T6VEh1ULJwkO; Thu, 3 Dec 2009 13:19:39 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8878BC9CC5; Thu, 3 Dec 2009 13:19:39 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 14B77C9CC5 for ; Thu, 3 Dec 2009 13:19:36 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3RcfTs8ZErZz for ; Thu, 3 Dec 2009 13:19:33 +0100 (CET) Original-Received: from vms173013pub.verizon.net (vms173013pub.verizon.net [206.46.173.13]) by balder.ntg.nl (Postfix) with ESMTP id 30885C9CC3 for ; Thu, 3 Dec 2009 13:19:33 +0100 (CET) Original-Received: from new-host-3.home ([98.110.125.115]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KU200HFST1TJC10@vms173013.mailsrvcs.net> for ntg-context@ntg.nl; Thu, 03 Dec 2009 06:22:41 -0600 (CST) In-reply-to: <1728F586-3C1B-40B4-8446-BBB6780150F7@gmail.com> X-Mailer: Apple Mail (2.1077) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:54999 Archived-At: Otared, This works perfectly. In all the changes to ConTeXt, I had neglected to upd= ate 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=E9c. 2009, at 18:06, Bowen Alan C. wrote: > = >> Mocja=97 >> = >> I can process files from the command line. The problem seems to be with = TeXShop (which I suspect needs some updating for Snow Leopard). Reinstallin= g 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" c= ontaining 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 imp= ortant 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-co= ntext > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > _________________________________________________________________________= __________ ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________