From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36439 Path: news.gmane.org!not-for-mail From: Andrea Valle Newsgroups: gmane.comp.tex.context Subject: Re: XeTeX + ConTeXt in TeXShop Date: Mon, 10 Sep 2007 17:32:48 +0200 Message-ID: References: <87E20AF1-1506-4EAB-98CB-A8ACC1DD79AC@di.unito.it> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: multipart/mixed; boundary="===============0352454641==" X-Trace: sea.gmane.org 1189443311 8873 80.91.229.12 (10 Sep 2007 16:55:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 16:55:11 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 11 02:54:58 2007 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 1IUsko-0006PX-Pd for gctc-ntg-context-518@m.gmane.org; Tue, 11 Sep 2007 01:33:18 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1141820190; Mon, 10 Sep 2007 17:33:28 +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 08112-01-9; Mon, 10 Sep 2007 17:33:16 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8D4E21FF7B; Mon, 10 Sep 2007 17:33:16 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2B2181FF7B for ; Mon, 10 Sep 2007 17:33:14 +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 08112-01-8 for ; Mon, 10 Sep 2007 17:33:09 +0200 (CEST) Original-Received: from pianeta.di.unito.it (pianeta.di.unito.it [130.192.156.1]) by ronja.ntg.nl (Postfix) with ESMTP id D7FDD1FF6C for ; Mon, 10 Sep 2007 17:33:08 +0200 (CEST) Original-Received: from [192.168.1.2] (d83-184-26-160.cust.tele2.it [83.184.26.160]) by pianeta.di.unito.it (INFO-DIP) with ESMTP id l8AFWo3i026248 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO userCertificateDN= AuthenticatedUser=valle ) for ; Mon, 10 Sep 2007 17:32:51 +0200 (MEST) In-Reply-To: <87E20AF1-1506-4EAB-98CB-A8ACC1DD79AC@di.unito.it> X-Mailer: Apple Mail (2.752.3) X-dipinfo-MailScanner-Information: Please contact Department of Computer Science technical staff for more information X-AntiVirus: Scanned for viruses by VirusFinder @2001-tecnici@di.unito.it - Email Clean X-SpamCheck: not spam, SpamAssassin (score=-100.575, required 3.5, autolearn=not spam, AUTHENTICATEDUSER -100.00, BAYES_00 -2.60, HTML_MESSAGE 0.00, RCVD_IN_NJABL_DUL 1.95, TW_XT 0.08) X-MailScanner-From: valle@di.unito.it 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:36439 Archived-At: --===============0352454641== Content-Type: multipart/alternative; boundary=Apple-Mail-68-677771411 --Apple-Mail-68-677771411 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Ok, sorry, I solved adding the infamous blank line suggested by Jelle... http://article.gmane.org/gmane.comp.tex.macosx/23622/match=3Dxecontext=20= +texshop http://article.gmane.org/gmane.comp.tex.macosx/23634/match=3Dxecontext=20= +texshop I think I will add some stuff to wiki/xetex Best -a- On 10 Sep 2007, at 17:12, Andrea Valle wrote: > Hi, > > I was trying to configure teXShop so that it can run texexec --xtx > > I was following Otared's suggestions: > > http://www.ntg.nl/pipermail/ntg-context/2006/016502.html > > I tried a brainless practice, creating the suggested file with > > #!/bin/tcsh > > set path=3D ($path /usr/local/teTeX/bin/powerpc-apple-darwin-current / > usr/local/bin) > texexec --xtx "$1" > > but it didn't work, so I changed the provided paths (I'm an Unix =20 > ignorant: proceeded by nose, as we say in Italy) > > And I have this: > > #!/bin/tcsh > set path=3D ($path /usr/local/texlive/2007/bin/i386-darwin / /usr/=20 > texbin) > texexec --xtx "$1" > > (I have mactex on macosx 10.4) > > In TeXShop while launching the typesetting process I'm having a =20 > white console and nothing happens. > > Any hints? > > Thanks a lot as usual > > Best > > -a- > > > > -------------------------------------------------- > Andrea Valle > -------------------------------------------------- > CIRMA - DAMS > Universit=E0 degli Studi di Torino > --> http://www.cirma.unito.it/andrea/ > --> andrea.valle@unito.it > -------------------------------------------------- > > > I did this interview where I just mentioned that I read Foucault. =20 > Who doesn't in university, right? I was in this strip club giving =20 > this guy a lap dance and all he wanted to do was to discuss =20 > Foucault with me. Well, I can stand naked and do my little dance, =20 > or I can discuss Foucault, but not at the same time; too much =20 > information. > (Annabel Chong) > > > > -------------------------------------------------- > Andrea Valle > -------------------------------------------------- > CIRMA - DAMS > Universit=E0 degli Studi di Torino > --> http://www.cirma.unito.it/andrea/ > --> andrea.valle@unito.it > -------------------------------------------------- > > > I did this interview where I just mentioned that I read Foucault. =20 > Who doesn't in university, right? I was in this strip club giving =20 > this guy a lap dance and all he wanted to do was to discuss =20 > Foucault with me. Well, I can stand naked and do my little dance, =20 > or I can discuss Foucault, but not at the same time; too much =20 > information. > (Annabel Chong) > > > > > ______________________________________________________________________=20= > _____________ > If your question is of interest to others as well, please add an =20 > entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/=20 > ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ______________________________________________________________________=20= > _____________ -------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Universit=E0 degli Studi di Torino --> http://www.cirma.unito.it/andrea/ --> andrea.valle@unito.it -------------------------------------------------- I did this interview where I just mentioned that I read Foucault. Who =20= doesn't in university, right? I was in this strip club giving this =20 guy a lap dance and all he wanted to do was to discuss Foucault with =20 me. Well, I can stand naked and do my little dance, or I can discuss =20 Foucault, but not at the same time; too much information. (Annabel Chong) --Apple-Mail-68-677771411 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1 Ok, sorry, I solved adding the = infamous blank line suggested by Jelle...

http://article.gmane.org/gmane.comp.tex.macosx/23622/match=3D= xecontext+texshop
http://article.gmane.org/gmane.comp.tex.macosx/2= 3634/match=3Dxecontext+texshop

I think I will add some = stuff to wiki/xetex

Best

-a-



On 10 Sep = 2007, at 17:12, Andrea Valle wrote:

Hi,=A0
<= BR class=3D"khtml-block-placeholder">
I was trying to = configure teXShop so that it can run texexec --xtx

I was following Otared's = suggestions:

http://w= ww.ntg.nl/pipermail/ntg-context/2006/016502.html

I tried a brainless = practice, creating the suggested file with

#!/bin/tcsh

set path=3D ($path = /usr/local/teTeX/bin/powerpc-apple-darwin-current /=A0
usr/local/bin)
texexec = --xtx=A0= "$1"

but it didn't work,=A0so I = changed the provided paths (I'm an Unix ignorant: proceeded by nose, as = we say in Italy)

And I have = this:

#!/bin/tcsh
set = path=3D ($path=A0 /usr/local/texlive/2007/bin/i386-darwin / = /usr/texbin)
texexec --xtx=A0 "$1"

(I have mactex on macosx = 10.4)

In = TeXShop while launching the typesetting process I'm having a white = console and nothing happens.

Any hints?

Thanks a lot as = usual

Best

-a-



http://www.cirma.unito.it/andre= a/
= --------------------------------------------------


I did this interview where I just = mentioned that I read Foucault. Who doesn't in = university, right? I was in this strip = club giving this guy a lap = dance and all he wanted to do was to discuss Foucault = with me. Well, I can stand naked and do my little dance, or I can = discuss Foucault, but not at the same time; too much = information.
(Annabel = Chong)


=
http://www.cirma.unito.it/andre= a/
= --------------------------------------------------


I did this interview where I just = mentioned that I read Foucault. Who doesn't in = university, right? I was in this strip = club giving this guy a lap = dance and all he wanted to do was to discuss Foucault = with me. Well, I can stand naked and do my little dance, or I can = discuss Foucault, but not at the same time; too much = information.
(Annabel = Chong)




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=A0 = : http://www.pragma-ade.nl / http://tex.aanhet.net
archive=A0 = : https://foundry.supelec.fr/projects/contextrev/
wiki =A0 =A0 = : http://contextgarden.net

I did this interview where I just = mentioned that I read Foucault. Who doesn't in = university, right? I was in this strip = club giving this guy a lap = dance and all he wanted to do was to discuss Foucault = with me. Well, I can stand naked and do my little dance, or I can = discuss Foucault, but not at the same time; too much = information.
(Annabel = Chong)



=

= --Apple-Mail-68-677771411-- --===============0352454641== 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============0352454641==--