Tuesday, November 10, 2009

latex eps automatically converted to pdf

Copied from http://robjhyndman.com/researchtips/converting-eps-to-pdf/

\documentclass{article}
\usepackage{graphicx,epstopdf}
\begin{document}
\includegraphics[width=\textwidth]{fig1}
\end{document}

No comments: