Hello:)
Sorry for my bad english. I hope that you can understand my question.
I've some difficulties to use pdftricks with TextMate and TeXniscope
Example : graphe.tex
\documentclass[a4paper,10pt]{article}
\usepackage{ifpdf} \ifpdf \usepackage{pdftricks}
\begin{psinputs} \usepackage{pstricks} \usepackage{pstricks-add} \usepackage{pst-plot} \end{psinputs} \else \usepackage{pstricks} \usepackage{pstricks-add} \usepackage{pst-plot} \fi
\begin{document}
\begin{pdfdisplay} [\psset{xunit=0.75,yunit=0.75} \begin{pspicture}(-2,-2)(8,2) \psset{griddots=0,gridlabels=10pt,subgriddiv=5} \psset{shortput=nab,nodesep=3pt,arrows=->,labelsep=3pt} \cnodeput(1,0){A}{A} \cnodeput(5,0){B}{B} \nccircle[angleA=90]{A}{0.6cm}_{0,75} \ncarc[arcangle=40]{A}{B}^{0,25} \ncarc[arcangle=40]{B}{A}^{0,5} \nccircle[angleA=-90]{B}{0.6cm}_{0,5} \end{pspicture}]
\end{pdfdisplay}
\end{document}
i've no problem with Texshop but with TextMate...
In Command Output i've :
1: latex : command not found
and in the log
sh: line 1: latex: command not found rm: graphe-fig1.aux: No such file or directory rm: graphe-fig1.dvi: No such file or directory rm: graphe-fig1.log: No such file or directory rm: graphe-fig1.eps: No such file or directory This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) \write18 enabled. etc...
Thanks Alain Matthes