I'm using Kile on Ubuntu 12.04, and I produce figures using gnuplot. Whenever I have a .ps figure in my .tex document:
\begin{figure}[H!]
\begin{center}
\includegraphics[scale=0.3]{image.ps}
\label{Figure}
\caption{caption}
\end{center}
\end{figure}
I get an error message saying: Unknown graphics type: ps
I know I can convert it into .png, but the .png quality is not as good as .ps, besides, I used to use Live tex on Mac and didn't get this problem.
Any suggestion? I really care about the quality of the figure.
pdflatexis not keen on.psfiles,latexis). If you are usingpdflatexyou could try using theauto-pst-pdfpackage. – Paulo Cereda Oct 02 '12 at 00:24[H!]doesn't look rightHignores all the float constraints anyway as it makes a non-floating box, so!is meaningless for anHfloat. – David Carlisle Oct 02 '12 at 00:34