From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/54989 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: Wed, 02 Dec 2009 13:51:54 -0500 Message-ID: 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="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1259779941 14919 80.91.229.12 (2 Dec 2009 18:52:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Dec 2009 18:52:21 +0000 (UTC) To: mailing ConTeXt users list for Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 02 19:52:14 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 1NFuJA-0003Gv-7H for gctc-ntg-context-518@m.gmane.org; Wed, 02 Dec 2009 19:52:12 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 39128C9CBA; Wed, 2 Dec 2009 19:49:00 +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 JKoyNNmBFeht; Wed, 2 Dec 2009 19:48:57 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4BDC0C9C8F; Wed, 2 Dec 2009 19:48:57 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 04DF1C9C8F for ; Wed, 2 Dec 2009 19:48:55 +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 TUeWdeDK9m3p for ; Wed, 2 Dec 2009 19:48:52 +0100 (CET) Original-Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by balder.ntg.nl (Postfix) with ESMTP id 4A84FC9C8B for ; Wed, 2 Dec 2009 19:48:52 +0100 (CET) Original-Received: from w144173.wireless.ias.edu ([192.16.204.74]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KU100J5KGELHU10@vms173003.mailsrvcs.net> for ntg-context@ntg.nl; Wed, 02 Dec 2009 12:51:58 -0600 (CST) 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:54989 Archived-At: Thanks to Otared and Dick Koch, I now have MKII up and running again. The primary change in TeXshop involved setting the path in Preferences/Engine to /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin. for the MKII engine, Otared suggested #!/bin/bash source /Applications/ConTeXtMinimals/tex/setuptex texexec "$1" What would be best for the MKIV and XeTeX engines? Right now I have, MKIV #!/bin/bash export PATH=/Applications/ConTeXtMinimals/tex/texmf-osx-64l/bin:$PATH export TEXMFCACHE=/Applications/ConTeXtMinimals/tex/texmf-cache context "$1" XeTeX #!/bin/bash export PATH=/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin:$PATH texexec --xtx "$1" Alan ___________________________________________________________________________________ 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 ___________________________________________________________________________________