I'm trying to use figures created with metapost in a TeX document compiled with pdflatex, but I have some troubles. I did as advised here, but it fails!
My code is this :
\documentclass[10pt]{article}
\usepackage{graphics}
\begin{document}
\includegraphics{figures/TryMetaPost.1}
\end{document}
With plain latex I have no problem but with pdflatex I obtained:
LaTeX Error: Unknown graphics extension: .1
I tried also with .mps and in this case I have (with pdflatex)
Cannot convert figures/TryMetaPost1.mps from MPS to PDF
Does anybody see my mistake?