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.

        [[alternative HTML version deleted]]

______________________________________________
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.

Reply via email to