From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/43604 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Installing ConTeXt Minimals on a Mac Date: Mon, 1 Sep 2008 23:19:53 +0200 Message-ID: <6faad9f00809011419y2544d5cp5a1e13d18bb5ac4e@mail.gmail.com> References: <0846FCD8-7EB4-438B-A370-C423A769520B@princeton.edu> <6faad9f00809010016u2c2db572n6b571abfa6b73dc1@mail.gmail.com> <5BDADCB0-B359-4C48-99AC-1A7BAA9AEC5C@princeton.edu> <6faad9f00809010924r7b6e7dcfxfb65651cd900f83e@mail.gmail.com> <6faad9f00809011043o234fe79dt80d3a1d7d0b46974@mail.gmail.com> <05756B0D-BCCD-4D6D-8176-F36D21714323@princeton.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220304118 18179 80.91.229.12 (1 Sep 2008 21:21:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2008 21:21:58 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 01 23:22:50 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1KaGqz-0005qe-14 for gctc-ntg-context-518@m.gmane.org; Mon, 01 Sep 2008 23:22:29 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 82E921FC39; Mon, 1 Sep 2008 23:21:27 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26780-03; Mon, 1 Sep 2008 23:20:34 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E26E11FC7B; Mon, 1 Sep 2008 23:20:33 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1055C1FB5A for ; Mon, 1 Sep 2008 23:20:29 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26655-03 for ; Mon, 1 Sep 2008 23:19:55 +0200 (CEST) Original-Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.155]) by ronja.ntg.nl (Postfix) with ESMTP id 8A4791FC66 for ; Mon, 1 Sep 2008 23:19:54 +0200 (CEST) Original-Received: by yx-out-1718.google.com with SMTP id 3so938623yxi.74 for ; Mon, 01 Sep 2008 14:19:53 -0700 (PDT) Original-Received: by 10.150.98.18 with SMTP id v18mr9338868ybb.94.1220303993517; Mon, 01 Sep 2008 14:19:53 -0700 (PDT) Original-Received: by 10.151.83.13 with HTTP; Mon, 1 Sep 2008 14:19:53 -0700 (PDT) In-Reply-To: <05756B0D-BCCD-4D6D-8176-F36D21714323@princeton.edu> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:43604 Archived-At: On Mon, Sep 1, 2008 at 10:18 PM, Alan Bowen wrote: > My ConTeXtMinimals.engine file currently has the the following lines: > #!/bin/bash > source /Applications/ConTeXtMinimals/tex/setuptex /Applications/ConTeXtMinimals/context/tex > texexec "$1" Remove "context" from the second argument: source /Applications/ConTeXtMinimals/tex/setuptex /Applications/ConTeXtMinimals/tex instead of source /Applications/ConTeXtMinimals/tex/setuptex /Applications/ConTeXtMinimals/context/tex > I am puzzled that > chmod a+x ~/Library/TeXShop/ConTeXtMinimals.engine > gets > chmod: /Users/alancbowen/Library/TeXShop/ConTeXtMinimals.engine: No such > file or directory Because you have probably created a file ~/Library/TeXShop/Engines/ConTeXtMinimals.engine and not a file ~/Library/TeXShop/ConTeXtMinimals.engine (tiny differences), so the second works. > while > chmod 775 ~/Library/TeXShop/Engines/ConTeXtMinimals.engine > seems to work (at least there are no error messages). > I am not quite sure what you mean here, but if I reduce > ConTeXtMinimals.engine to > source /Applications/ConTeXtMinimals/tex/setuptex > I get > The argument "/Users/alancbowen/Desktop/TeXTesting/hello.tex" is not a valid > TEXROOT path. > There is no file > "/Users/alancbowen/Desktop/TeXTesting/hello.tex/texmf/tex/plain/base/plain.tex" > Setting "/Applications/ConTeXtMinimals/tex" as TEXROOT instead. > and then nothing. Sorry - I thought that the issue has been fixed, but it hasn't. So you need source /Applications/ConTeXtMinimals/tex/setuptex /Applications/ConTeXtMinimals/tex only source /Applications/ConTeXtMinimals/tex/setuptex does not suffice. It does on Windows, but apparently there's no way to figure out location of the sourced script under linux (or at least I don't know any). Mojca ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________