I am receiving the error "Unrecogonized file format" when trying to include a eps file in Gummi. The graphic was created with Inkscape and exported to eps. I have also tried saving to PDF then converting to eps using pdftops.
Code: Select all
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}[htp]
\centering
\includegraphics[scale=1.00]{/home/jaybz/Desktop/Graph1.eps}
\caption{}
\label{}
\end{figure}
\end{document}