I am using TeXnicCenter on Windows XP. The output is set to PDF. I am using the graphicx package and my graphs (output from Stata using graph2tex, which produces an EPS extension) are in the same folder.
Each time I try to incorporate the graph, using commands below (I have used the package graphicx and package epsfig in the preamble):
Code: Select all
\begin{figure}[ht]
\centering}
\includegraphics[height=3in]{defaultgraphname}
\label{fig:defaultgraph}
\end{figure}
I have tried the file with or without EPS extension.! Latex error : File defaultgraphname not found.
Please advice.
R