Le 13 mai 05 à 03:30, Allan Odgaard a écrit :
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"
Thanks
Yes it was a path problem ! After the update 10.3.9 -> 10.4, the file /etc/profile was a new one :(
Alain Matthes