[TxMt] TextMate & pdftricks

Allan Odgaard allan at macromates.com
Fri May 13 01:30:33 UTC 2005


On May 12, 2005, at 16:46, Alain Matthes wrote:

> My command :
>
>  /usr/local/teTeX/bin/powerpc-apple-darwin-current/pdflatex - 
> interaction=nonstopmode -shell-escape -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 TeXniscope
>
> Only -shell-escape for the use of pdftricks.
>
> Perhaps i need to change the prefs in TeXniscope ?

It does sound like a PATH issue (as mentioned by Brad). Not sure  
which TM you're using and if you've setup BASH_ENV. But try e.g. to  
add this line at the top of your command:

export PATH="$PATH:/usr/local/teTeX/bin/powerpc-apple-darwin-current"




More information about the textmate mailing list