Possible Duplicate:
Inserting a .EMF file into a LaTeX document.
After years of playing around with different figure formats in R I have found the one to hold its quality best is an EMF. I have just started using LaTeX and cannot get LaTeX to read my EMFs. I am using the graphicx package (which I have read here supports EMF files) but its still not reading it.
\usepackage{graphicx}
\begin{figure}[h]
\centering
\includegraphics*[width=1\textwidth]{combined_DMC}
\caption{Frequency of fires for each month of the year}
\label{fig_fire_month}
\end{figure}
I am not sure if I am telling LaTeX to use the graphicx package (as opposed to the standard graphics package) by using \includegraphics*.