From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/68638 Path: news.gmane.org!not-for-mail From: Matthias Weber Newsgroups: gmane.comp.tex.context Subject: Re: MkIV : MTXrun | unknown script 'context.lua' or 'mtx-context.lua' Date: Mon, 23 May 2011 15:06:55 -0400 Message-ID: <1168D503-5F5F-462E-AD15-9B485F9CA952@indiana.edu> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: multipart/mixed; boundary="===============1421064784==" X-Trace: dough.gmane.org 1306177637 28849 80.91.229.12 (23 May 2011 19:07:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 May 2011 19:07:17 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon May 23 21:07:11 2011 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.69) (envelope-from ) id 1QOaT8-0006xc-JL for gctc-ntg-context-518@m.gmane.org; Mon, 23 May 2011 21:07:10 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 62F9CCAD5A; Mon, 23 May 2011 21:07:10 +0200 (CEST) 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 fW5H9h5SKJCn; Mon, 23 May 2011 21:07:07 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A815DCAD50; Mon, 23 May 2011 21:07:07 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 43EA7CAD50 for ; Mon, 23 May 2011 21:07:06 +0200 (CEST) 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 Zz1tsL1ER6F1 for ; Mon, 23 May 2011 21:07:03 +0200 (CEST) Original-Received: from filter3-til.mf.surf.net (filter3-til.mf.surf.net [194.171.167.219]) by balder.ntg.nl (Postfix) with ESMTP id 9FA69CAD45 for ; Mon, 23 May 2011 21:07:03 +0200 (CEST) Original-Received: from internal-relay.indiana.edu (hartman.uits.indiana.edu [129.79.1.194]) by filter3-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p4NJ70Eq022527 for ; Mon, 23 May 2011 21:07:02 +0200 Original-Received: from mail-relay.iu.edu (candy.uits.indiana.edu [129.79.1.201]) by internal-relay.indiana.edu (8.14.4/8.14.4/IU Messaging Team) with ESMTP id p4NJ6xv9019683 for ; Mon, 23 May 2011 15:06:59 -0400 Original-Received: from [10.0.1.6] (c-98-223-194-47.hsd1.in.comcast.net [98.223.194.47]) (authenticated bits=0) by mail-relay.iu.edu (8.14.4/8.14.4/IU Messaging Team Submission) with ESMTP id p4NJ6udJ010245 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Mon, 23 May 2011 15:06:58 -0400 In-Reply-To: X-Mailer: Apple Mail (2.1084) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=129.79.1.194; country=US; region=IN; city=Bloomington; postalcode=47403; latitude=39.0790; longitude=-86.6175; metrocode=527; areacode=812; http://maps.google.com/maps?q=39.0790,-86.6175&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0eEL770F8 - 3d0f1f910a2b - 20110523 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.219 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:68638 Archived-At: --===============1421064784== Content-Type: multipart/alternative; boundary=Apple-Mail-1--694582431 --Apple-Mail-1--694582431 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I ran into the exact same problem. Aditya resolved the issue as follows: The wiki info to create an executable file ConTeXt-MKIV.engine = containing #!/bin/bash export PATH=3D/Applications/ConTeXtMinimals/tex/texmf-osx-intel/bin:$PATH export TEXMFCACHE=3D/Applications/ConTeXtMinimals/tex/texmf-cache context "$1" in ~/Library/TeXShop/Engines is slightly but catastrophically outdated. The file needs to read #!/bin/bash export PATH=3D/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin:$PATH export TEXMFCACHE=3D/Applications/ConTeXtMinimals/tex/texmf-cache context "$1" Matthias On May 23, 2011, at 2:13 PM, Mathieu DUPONT wrote: >=20 > I followed all these steps to install MkIV on a Mac and to run it with = either Smultron or TexShop : >=20 > http://wiki.contextgarden.net/ConTeXt_Minimals/Mac_Installation >=20 > However it works fine with Smultron (but I am more used to TexShop to = run TeX files), with TexShop I get : >=20 > MTXrun | unknown script 'context.lua' or 'mtx-context.lua' >=20 > Even after running the following command line : >=20 > luatools --generate >=20 > it doesn't help at all. >=20 >=20 > Thanks for any hint, >=20 >=20 > Mathieu >=20 >=20 > = __________________________________________________________________________= _________ > If your question is of interest to others as well, please add an entry = to the Wiki! >=20 > 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 > = __________________________________________________________________________= _________ --Apple-Mail-1--694582431 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii I ran = into the exact same problem. Aditya resolved the issue as = follows:


The wiki info to = create  an executable  file ConTeXt-MKIV.engine = containing

#!/bin/bash
export = PATH=3D/Applications/ConTeXtMinimals/tex/texmf-osx-intel/bin:$PATH
export = TEXMFCACHE=3D/Applications/ConTeXtMinimals/tex/texmf-cache
conte= xt "$1"

in = ~/Library/TeXShop/Engines
is slightly but = catastrophically outdated. The file needs to = read

#!/bin/bash
export = PATH=3D/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin:$PATH
= export = TEXMFCACHE=3D/Applications/ConTeXtMinimals/tex/texmf-cache
conte= xt = "$1"

Matthias



On May 23, 2011, at 2:13 PM, = Mathieu DUPONT wrote:


I followed all these = steps to install MkIV on a Mac and to run it with either Smultron or = TexShop :

However it works fine with Smultron (but I am more used to = TexShop to run TeX files), with TexShop I get = :

MTXrun | unknown script 'context.lua' or = 'mtx-context.lua'

Even after running the = following command line :

luatools = --generate

it doesn't help at = all.


Thanks for any = hint,


Mathieu


_____________= ______________________________________________________________________
= 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.sup= elec.fr/projects/contextrev/
wiki     : http://contextgarden.net
_______= __________________________________________________________________________= __

= --Apple-Mail-1--694582431-- --===============1421064784== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============1421064784==--