<span style="font-family: Arial; font-size: 13px;"><span style="font-size: 13px;">Hello,<br />
<br />
I have a little problem - I have installed kile on my KDE for windows - everything works fine, but I have a problem with gnuplot. Its installed at my windows but it seems kile doesnt see gnuplot. If I compile my code with TeXniccenter it works and i get my graphs. With kile i only get Package gnuplottex Warning: Conversion of test4-gnuplottex-fig1.gnuplot failed. Package gnuplottex Warning: Please convert test4-gnuplottex-fig1.gnuplot manual.<br />
Do you have an idea how to get kile to compile my code?<br />
the compiler options are -interaction=nonstopmode -shell-escape "%source" at the moment<br />
i also tried -interaction=nonstopmode --enable-write18 "%pm" but it doesnt compile<br />
<br />
I have also example code<br />
\documentclass{article}<br />
\usepackage{pgfplots}<br />
\usepackage[miktex]{gnuplottex}<br />
<br />
\begin{document}<br />
<br />
<br />
\begin{figure}[htbp]<br />
\centering<br />
\begin{gnuplot}[terminal=latex]<br />
set yrange [0:50]<br />
plot x**2<br />
\end{gnuplot}<br />
\caption{df}<br />
\label{sdffsd}<br />
\end{figure} <br />
\end{document}<br />
<br />
I hope you can help me cause I really love Kile and the whole KDE for Windows<br />
thanks in advance<br />
Andy<br />
</span></span>