[XeTeX] Newbie Alert: EPS to PDF question

Axel E. Retif axretif at igo.com.mx
Wed Aug 15 17:05:09 CEST 2007


On  15 Aug, 2007, at 09:38, Herbert Schulz wrote:

> I was going to suggest this but it doesn't appear that xetex supports
> the --shell-escape option which is necessary; at least xetex --help
> doesn't give that option. Do I have that right?


I made myself a TeXShop engine:

#!/bin/tcsh

set path= ($path /usr/texbin /usr/local/bin)
xelatex --shell-escape -output-driver="xdvipdfmx -q -E" "$1"

and it works.


Best,


Axel


More information about the XeTeX mailing list