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= ($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 ignorant: proceeded by nose, as we say in Italy)

And I have this:

#!/bin/tcsh
set path= ($path  /usr/local/texlive/2007/bin/i386-darwin / /usr/texbin)
texexec --xtx  "$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-



--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - DAMS
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> [EMAIL PROTECTED]
--------------------------------------------------


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)



--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - DAMS
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> [EMAIL PROTECTED]
--------------------------------------------------


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

Reply via email to