[NTG-context] XeTeX + ConTeXt in TeXShop
Henning Hraban Ramm
hraban at fiee.net
Mon Sep 10 19:26:57 CEST 2007
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)
More information about the ntg-context
mailing list