This is one of my least favorite things about LaTeX. If you&#39;re using pdftex to compile, you can use (virtually) any image type (png, jpg, etc.) in your documents, but NOT eps. If you use the latex command in concert with dvips or dvi2pdf, you can use eps, but nothing else. I&#39;ve never heard of anyone offering a solution supporting both eps and jpg file types (someone please prove me wrong!).<br>
<br>To answer your question, refer to sections 4.1 and 4.7.3 of the Not So Short Introduction to LaTeX. You want<br>\usepackage[dvips]{graphicx} and must compile using latex, rather than pdftex.<br><br>HTH,<br>Bob Wilson<br>
<br><div class="gmail_quote">On Tue, Jul 7, 2009 at 10:57 AM, Christopher Kuhlman <span dir="ltr">&lt;<a href="mailto:ckuhlman@vbi.vt.edu">ckuhlman@vbi.vt.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello:<br>
<br>
I am using Windows, with MiKTex 2.6 and TeXnic Center 7.1 beta.  Been using it for years, no problem.<br>
<br>
Always used *.png figure files with Latex.  Now I need to use encapsulated postscript.<br>
<br>
I use the exact same figure formats (e.g., \usepackage{graphicx}, \usepackage{subfigure}) as with *.png files.<br>
<br>
However, I get fatal error on these figures, as follows:<br>
!  LaTex Error:  Unknonw graphics extension:  .eps.<br>
See the LaTeX manual or LaTeX Companion for explanation.<br>
<br>
Can someone please explain a solution?<br>
<br>
Thanks much.<br>
<br>
chris<br>
_______________________________________________<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>
Mailing list archives: <a href="http://tug.org/pipermail/texhax/" target="_blank">http://tug.org/pipermail/texhax/</a><br>
More links: <a href="http://tug.org/begin.html" target="_blank">http://tug.org/begin.html</a><br>
<br>
Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax" target="_blank">http://tug.org/mailman/listinfo/texhax</a><br>
Human mailing list managers: <a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
</blockquote></div><br>