From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/43601 Path: news.gmane.org!not-for-mail From: Alan Bowen Newsgroups: gmane.comp.tex.context Subject: Re: Installing ConTeXt Minimals on a Mac Date: Mon, 01 Sep 2008 16:18:02 -0400 Message-ID: <05756B0D-BCCD-4D6D-8176-F36D21714323@princeton.edu> 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> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1220300468 6393 80.91.229.12 (1 Sep 2008 20:21:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2008 20:21:08 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 01 22:22:02 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 1KaFtT-0004n1-Cj for gctc-ntg-context-518@m.gmane.org; Mon, 01 Sep 2008 22:20:59 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CF5541FC67; Mon, 1 Sep 2008 22:19:52 +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 08195-04-7; Mon, 1 Sep 2008 22:18:58 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4A5B71FC43; Mon, 1 Sep 2008 22:18:58 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C6CF51FC43 for ; Mon, 1 Sep 2008 22:18:52 +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 08195-04-6 for ; Mon, 1 Sep 2008 22:18:15 +0200 (CEST) Original-Received: from vms173005pub.verizon.net (vms173005pub.verizon.net [206.46.173.5]) by ronja.ntg.nl (Postfix) with ESMTP id A40691FB3C for ; Mon, 1 Sep 2008 22:18:12 +0200 (CEST) Original-Received: from new-host.home ([71.188.48.133]) by vms173005.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K6J001MR9Q23T9L@vms173005.mailsrvcs.net> for ntg-context@ntg.nl; Mon, 01 Sep 2008 15:18:03 -0500 (CDT) In-reply-to: <6faad9f00809011043o234fe79dt80d3a1d7d0b46974@mail.gmail.com> X-Mailer: Apple Mail (2.926) 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:43601 Archived-At: On Sep 1, 2008, at 13;43,19 , Mojca Miklavec wrote: > On Mon, Sep 1, 2008 at 7:27 PM, Alan Bowen = > wrote: >> Mocja=97 >> This is great. I now have access to the binaries in ConTeXtMinimals/ = >> tex: >> context --version >> gives the right answer. >> Alan >> >> On Sep 1, 2008, at 12;24,41 , Mojca Miklavec wrote: >> >> For setting HOMETEXMF you can help yourself, though it would be nice >> if we provided a solution that worked out of the box. But I would = >> like >> to get a confirmation from Hans that it's OK to do that. >> >> I have modified the texmf.cnf in >> ./Applications/ConTeXtMinimals/tex/texmf/web2c with the lines >> export HOMETEXMF=3D~/Library/texmf >> export >> TEXMF=3D'{$TEXMFHOME,$TEXMFLOCAL,!!$TEXMFOS,!!$TEXMFCONTEXT,!! = >> $TEXMFEXTRA,!!$TEXMFMAIN}' >> but ConTeXt still does not find my personal texmf folder > > I probably told you wrong, but: > 1.) you have HOMETEXMF first and then TEXMFHOME: these need to be = > equal > 2.) unless you are following (3), don't modify the file in texmf/, = > but create > /Applications/ConTeXtMinimals/tex/texmf-local/web2c/texmf.cnf > instead, else the file will be overwritten at first update > 3.) even then I'm not completely sure, but I guess that environmental > variables override settings in texmf.cnf, so you either need to > a) modify setuptex (rename it and run the renamed file instead of = > setuptex) > b) only export PATH and not run setuptex at all; in that case values > from texmf.cnf will be used > - maybe you need to run "mktexlsr" or "luatools --generate" I need to think about this and learn more. >> The opening lines of the console read: >> /Applications/ConTeXtMinimals/tex/setuptex: line 83: cd: >> /Applications/ConTeXtMinimals/context: No such file or directory > > Where does this "context" come from? From .engine file for TeXShop? > >> The argument "" is not a valid TEXROOT path. >> There is no file "/texmf/tex/plain/base/plain.tex" >> Setting "/Applications/ConTeXtMinimals/tex" as TEXROOT instead. >> TeXExec | processing document 'c_2007-10-04_Hannah.tex' >> TeXExec | no ctx file found >> TeXExec | tex processing method: context >> TeXExec | TeX run 1 >> TeXExec | writing option file c_2007-10-04_Hannah.top >> TeXExec | using randomseed 764 >> TeXExec | tex engine: pdftex >> TeXExec | tex format: cont-en >> This is pdfTeX, Version 3.1415926-1.40.9-rc1 (Web2C 7.5.7) >> \write18 enabled. >> (/Applications/ConTeXtMinimals/tex/texmf-context/web2c/natural.tcx) >> entering extended mode >> (./c_2007-10-04_Hannah.tex >> ConTeXt ver: 2008.08.29 10:30 MKII fmt: 2008.8.29 int: english/ = >> english This comes from the console window that TeXShop opens when it typesets = a file. >> > > 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-co= ntext > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : https://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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________