Hello
Can I use Textmate as a front end for XeTeX ?
Did somebody already make the experiment ?
Actually i use TM with pdfLateX and Acrobat Reader :
/usr/local/teTeX/bin/powerpc-apple-darwin-current/pdflatex --shell-escape -interaction=nonstopmode -file-line-error-style "$TM_FILEPATH" | perl -e 'while(<>){$f.=$_}$_=$f;s/([^\n])\n([^\n])/$1$2/g;print;' echo echo "Previewing..." echo $TM_FILEPATH | perl -e 'while(<>){s/.tex$/.pdf/;print;}' | xargs open -a Reader
I need the -sheel-escape option because i work with pstricks and postscript . It's fine and i've no problem to get the PDF files.
Thanks
Alain Matthes