epsfig is obsolete and has been replaced by graphicx, which Lars is using....
http://www.ctan.org/tex-archive/help/Catalogue/entries/epsfig.html Regards, Marc Schwartz On Feb 24, 2010, at 6:28 PM, Saeed Abu Nimeh wrote: > Use \usepackage{epsfig} after your \documentclass. Then make sure to > run LaTex not PDFLaTex > > On Wed, Feb 24, 2010 at 3:29 PM, Lars Bishop <lars...@gmail.com> wrote: >> Hi, >> >> I'm new in Latex and I'm trying to include an R chart into a Latex document. >> >> This is what I'm doing: >> >> 1) In R: save the chart as a a Postcript in a folder C:/xxx/Density.eps >> >> 2) In Latex (using TexWorks on windows xp) : >> >> In the preambule: >> >> \documentclass[11pt]{article} >> \usepackage{graphicx} >> \begin{document} >> >> blah..blah…blah >> >> \begin{figure} >> \centering >> \includegraphics{C:/xxx/Density.eps} >> \label{fig:Density} >> \end{figure} >> >> --This is the Error Message I'm getting: >> >> LaTeX Warning: File `R:/MarsTH/Studies/Misc/LIA QA/R/Density.eps' not found >> on >> >> input line 26. >> >> ! LaTeX Error: Unknown graphics extension: .eps. >> >> See the LaTeX manual or LaTeX Companion for explanation. >> >> Type H <return> for immediate help. >> >> I'll appreciate your help. >> Thanks in advance, >> >> Lars. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.