From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/44968 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: Re: TeXshop Date: Wed, 22 Oct 2008 15:21:11 +0200 Message-ID: <8CC457C2-A091-499F-A17D-70D1E38CB8D2@uva.nl> References: <2ADDA4CA-EA90-4A46-8F04-7F00383FF832@boede.nl> <709EF3EF-54EA-4468-B116-2E2F66CC1AEE@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1224681793 7483 80.91.229.12 (22 Oct 2008 13:23:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2008 13:23:13 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 22 15:24:11 2008 connect(): Connection refused 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 1Ksdgm-0000KB-9O for gctc-ntg-context-518@m.gmane.org; Wed, 22 Oct 2008 15:23:52 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5FBA81FC93; Wed, 22 Oct 2008 15:22:44 +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 28712-01-3; Wed, 22 Oct 2008 15:21:52 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 693FE1FC43; Wed, 22 Oct 2008 15:21:52 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AD44A1FB8E for ; Wed, 22 Oct 2008 15:21:50 +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 28712-01-2 for ; Wed, 22 Oct 2008 15:21:18 +0200 (CEST) Original-Received: from pony.ic.uva.nl (pony.ic.uva.nl [145.18.40.181]) by ronja.ntg.nl (Postfix) with ESMTP id 2F92A1FC43 for ; Wed, 22 Oct 2008 15:21:18 +0200 (CEST) Original-Received: from Mindolluin.lan (a82-95-102-36.adsl.xs4all.nl [82.95.102.36]) (authenticated bits=0) by pony.ic.uva.nl (8.13.1/8.13.1) with ESMTP id m9MDLBAM019294 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Wed, 22 Oct 2008 15:21:12 +0200 In-Reply-To: <709EF3EF-54EA-4468-B116-2E2F66CC1AEE@gmail.com> X-Mailer: Apple Mail (2.929.2) X-CanItPRO-Stream: auth (inherits from default) X-Canit-Stats-ID: Bayes signature not available X-Scanned-By: CanIt (www . roaringpenguin . com) on 145.18.40.181 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:44968 Archived-At: In order to run luatex in my TeXShop (MacOSX10.5.5) I did put the = following code into ~/Library/TeXShop/Engines/LuaTeX.engine #!/bin/bash export TEXLIVE=3D/usr/local/texlive export TEXHOME=3D$TEXLIVE/2008 export TEXBIN=3D$TEXHOME/bin/universal-darwin export TEXCONTEXT=3D$TEXLIVE/texmf-local export OSFONTDIR=3D"~/Library/Fonts;/Library/Fonts;/System/Library/Fonts" export TEXPRIVATE=3D/Users/hans/Library/texmf export TEXMFCACHE=3D/Users/hans/Library/Caches export TEXMF=3D"{$TEXPRIVATE,$TEXLIVE/texmf-local,$TEXHOME/texmf, = $TEXHOME/texmf-config,$TEXHOME/texmf-dist,$TEXHOME/texmf-var}" $TEXBIN/mtxrun --script context "$1" Also having set in $TEXBIN a softlink (ln -s) to mtxrun.lua in the = context distribution, here put into texmf-local. Maybe there are one = or two variables superfluous here, but it least it works. And to have luatex in TeXworks I call as a program the above engine = script (courtesy Taco Hoekwater) Hans van der Meer On 22 okt 2008, at 13:13, Otared Kavian wrote: > Hi Willi, > > Yes I did install mkiv through the ConTeXt Minimals (thanks to Luigi > Scarso) and I invoke that installation in TeXShop: everything works > fine. > However I have not added any environment variables as you have done in > your .bashrc. saying > env | grep TEX > in a Terminal window returns for me: > __CF_USER_TEXT_ENCODING=3D0x1F5:0:0 > which has nothing to do with any TeX related variable. > I think in order to use mkiv with the minimals you have to "unset" all > the environment variables you have in your .bashrc. > > Right now I have to run to take an exam with my students=85 as soon as I > have time I'll send you the whole procedure. > > Best regards: OK > > On 22 oct. 08, at 12:57, Willi Egger wrote: > >> Hi all, >> >> is there anybody who has TeXshop running with the COnTeXt minimals? >> >> I tried to make a new engine which looks up to now as stated her >> under. however I get an error message: >> >> MtxRun | unknown script 'context.lua' or 'mtx-context.lua' >> >> My interpretation is, that underway the path to the lua scripts is >> 'forgotten' >> >> Kind regards >> >> Willi >> >> #!/bin/bash >> #PATH=3D"$PATH: /Applications/lua/tex" >> #. /Applications/lua/tex/setuptex "/Applications/lua/tex" >> export PATH=3D``$PATH:/opt/local/bin:/opt/local/sbin:/Applications/lua/ >> tex/texmf-osx-intel/bin:/bin:/sbin:/usr/bin:/usr/sbin:/'' >> export TEXROOT=3D/Applications/lua/tex >> export TEXMFPROJECT=3D$TEXROOT/texmf-project >> export TEXMFLOCAL=3D$TEXROOT/texmf-local >> export TEXMFVAR=3D$TMP/texmf-var >> export VARTEXMF=3D$TEXMFVAR >> export TEXMFOS=3D$TEXROOT/texmf-osx-intel/bin >> export TEXMFCONTEXT=3D$TEXROOT/texmf-context >> export TEXMFCACHE=3D$TEXROOT/texmf-cache >> export TEXFORMATS=3D$TEXMFOS/web2c/$engine >> export TEXMFFONTS=3D$TEXROOT/texmf-fonts >> export CTXMINIMAL=3Dyes >> export MPMEMS=3D$TEXMFOS/web2c/$engine >> export HOMETEXMF=3D/nonexist >> export RUBYLIB=3D``$RUBYLIB:$TEXMFCONTEXT/scripts/context/ruby``'' >> export LUATEXDIR=3D$TEXMFCONTEXT/scripts/context/lua >> export TEXMFCNF=3D``$TEXROOT/texmf{-local,-context,}/web2c'' >> export TEXMFMAIN=3D$TEXROOT/texmf >> export TEXMF=3D{$TEXMFPROJECT,$TEXMFFONTS,$TEXMFLOCAL,$TEXMFOS, >> $TEXMFCONTEXT,$TEXMFMAIN} >> export TEXMFDBS=3D{$TEXMFPROJECT,$TEXMFFONTS,$TEXMFLOCAL,$TEXMFOS, >> $TEXMFCONTEXT,$TEXMFMAIN} >> unset CTXDEVTXPATH CTXDEVMPPATH CTXDEVMFPATH >> unset CTXDEVPLPATH CTXDEVRBPATH CTXDEVPYPATH CTXDEVJVPATH >> unset TEXINPUTS MPINPUTS MFINPUTS >> >> context ''$1'' >> ________________________________________________________________________= ___________ >> 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-c= ontext >> 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 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 ___________________________________________________________________________= ________