I made my images in Ipe. But there are some not centered:

But, there are others centered:

I use the same code for both (just changing, of course, the files names):
\begin{center}
\begin{minipage}{\linewidth}
\centering
\includegraphics[scale=1]{m5c5f7}
\end{minipage}
\end{center}
(it's .eps file). What should I do to change it? I also tried to put the 1st image centered in Ipe, but it didn't work.
Another thing that I tried to do it is to write \hspace{6cm}\includegraphics[scale=1]{m5c5f7}, but it didn't work either.
Thanks :)
pstrickswhen pure graphics is mixed up with text. A solution consists un converting the .eps files to .pdf, withepspdf(or epspdftk`` under Windows). It converts with the help of GhostScript and crops the image to obtain an exact bounding box. Then you compile directly withpdflatex. The application is atexluascript available on CTAN. – Bernard Jul 07 '14 at 01:53pstricks. It has many specialised extensions (e.g.pst-euclfor Euclidean plane geometry,pst-polyfor all sorts of polygons,pst-node, pst-plot, &c.) and is well documented. It's an interface between LaTeX and PostScript, and nowadays can be compiled with |pdflatexif you load it with the[pdf]option. Take a look at its home page to see what can be done with it: http://tug.org/PSTricks/main.cgi/ – Bernard Jul 07 '14 at 18:32