Am 2007-09-10 um 18:18 schrieb Andrea Valle:

> so now my XeConTeXt.engine file contains:
>
> #!/bin/tcsh
> set path= ($path  /usr/texbin)
> texexec --xtx  "$1"
>
> (including a blank line)
> It works

BTW, for the records:

tcsh is rather exotic (was default on OSX 10.1, though).

I'd suggest:

in your ~/.profile:

export PATH='$PATH:/usr/texbin'
alias texetex='texexec --xtx'

and just call 'texetex' in TeXshop (or on the commandline).


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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