On 12/9/06, Alain Matthes alain.matthes@mac.com wrote:
In Typset & view script :
# Set up TeX compiler, fallback to xelatex if document indicates it if grep -Esq '\usepackage{.*(xunicode|fontspec)|program=xelatex' "$M" then DEF_TEX=xelatex else DEF_TEX=pdflatex fi TEX=${TM_LATEX_COMPILER:-$DEF_TEX}
Oh, I see the problem. You have an older version of the bundle. The latest version in SVN has an else if line that looks for the use of the PSTricks package. If it finds it, it sets `DEF_TEX` to `latex`.
Charilaos: Thanks a lot, I look forward to it.