I am new to LaTeX. I got a problem with an eps files. When I use
\usepackage{graphicx}
\usepackage{epstopdf}
\begin{document}
\begin{center}
\includegraphics[scale=0.8]{mjo.pdf}
\end{center}
\end{document}
I got LaTeX Error:
unknown graphics extension.eps se the latex manual...
Can you help me to resolve this issue?
\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – Martin Schröder Jun 28 '16 at 17:23