[TxMt] PSTricks problem with LaTeX bundle

Aaron Jacobs aaronjjacobs at gmail.com
Sat Dec 9 18:16:11 UTC 2006


On 12/9/06, Alain Matthes <alain.matthes at 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.



More information about the textmate mailing list