In linux add this to preamble
\usepackage{epstopdf}
Then
\begin{document}
\includegraphics{figure.eps}
\end{document}
and run
$pdflatex -shell-escape yourfile.tex
This will convert the eps file to a pdf that latex can digest!
Enjoy
\usepackage{epstopdf}
Then
\begin{document}
\includegraphics{figure.eps}
\end{document}
and run
$pdflatex -shell-escape yourfile.tex
This will convert the eps file to a pdf that latex can digest!
Enjoy
No comments:
Post a Comment