From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25944 Path: news.gmane.org!not-for-mail From: Adam Lindsay Newsgroups: gmane.comp.tex.context Subject: Re: [OS X TeX] formats for ConTeXt-XeTeX Date: Mon, 13 Feb 2006 10:43:53 +0000 Message-ID: <43F062E9.60203@comp.lancs.ac.uk> References: <5EB6FAE1-C60D-40A9-A293-6F41CAE5BE01@st.estfiles.de> <635FB8FF-098E-4150-9878-1A6EE115C10E@uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------000804000306020209000202" X-Trace: sea.gmane.org 1139827435 14370 80.91.229.2 (13 Feb 2006 10:43:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 10:43:55 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Feb 13 11:43:53 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1F8bBP-0003ku-VX for gctc-ntg-context-518@m.gmane.org; Mon, 13 Feb 2006 11:43:52 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 31388127A3; Mon, 13 Feb 2006 11:43:50 +0100 (CET) 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 09888-04; Mon, 13 Feb 2006 11:43:45 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4BDC412793; Mon, 13 Feb 2006 11:43:45 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2DD2A12793 for ; Mon, 13 Feb 2006 11:43:44 +0100 (CET) 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 09970-02 for ; Mon, 13 Feb 2006 11:43:42 +0100 (CET) Original-Received: from mail.comp.lancs.ac.uk (mail.comp.lancs.ac.uk [148.88.3.45]) by ronja.ntg.nl (Postfix) with SMTP id B4CAC12791 for ; Mon, 13 Feb 2006 11:43:42 +0100 (CET) Original-Received: from [192.168.31.101] (localhost [127.0.0.1]) by mail.comp.lancs.ac.uk (8.12.10/8.12.10) with ESMTP id k1DAhepG009862 for ; Mon, 13 Feb 2006 10:43:42 GMT User-Agent: Thunderbird 1.5 (Macintosh/20051201) Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:25944 Archived-At: This is a multi-part message in MIME format. --------------000804000306020209000202 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Steffen Wolfrum wrote: > OK, a while ago I've found the XeTeX page in Patrick's garden: http:// > wiki.contextgarden.net/XeTeX > Now it works with both (pdfetex and xetex). Works fine in Terminal: > texexec --xtx text.tex > > But the next problem is TeXShop. How do I trigger ConTeXt-XeTeX in > TeXShop? > The only solution I've found is: > > 1) start the document with %&program=xetex > 2) in TeXShop's menu choose "Typeset": "ConTeXt" and "Personal Script" > > This will typeset a ConTeXt file with XeTeX. > But at the end of TeXShop's log it says: I'm not a TeXShop power user, or even a master shell scripter, but I did come up with the attached command, and saved it as ~/Library/TeXShop/Engines/XeConTeXt.engine For now, that's enough for me. I don't know how to trigger it programmatically (from within the .tex file). -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Adam T. Lindsay, Computing Dept. atl@comp.lancs.ac.uk Lancaster University, InfoLab21 +44(0)1524/510.514 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --------------000804000306020209000202 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="XeConTeXt.engine" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="XeConTeXt.engine" #!/bin/tcsh set path= ($path /usr/local/teTeX/bin/powerpc-apple-darwin-current /usr/local/bin) texexec --xtx "$1" --------------000804000306020209000202 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --------------000804000306020209000202--