Thanks a lot! The problem was fixed.<br><br>Jun Lin<p>在2016-08-27 22:19:05,林隽<a href="mailto:jlin@ynao.ac.cn" target="_blank">jlin@ynao.ac.cn</a>写道:</p><blockquote name="replyContent" style="padding-left: 1ex;margin: 0px 0px 0px 0.8ex;border-left: 1px solid #ccc;"><div><div><br></div>There are two simple fixes. <div><br></div><div>Assuming you are using TeXShop (and, in my opinion, you should :-)), open the .eps file <b>from within TeXShop</b><i style="font-weight: bold;">. </i>(When Herb Schultz told me to do this a decade or so ago, I thought he was kidding.) This converts the .eps file to a .pdf file. (Well, you still have the .eps file; it makes a .pdf version of the .eps file.) Then you include the file by an \includegraphics{filename} [NOTE: do not use the .pdf extension here]. </div><div><br></div><div>Alternatively, by instructing LaTeX to include .eps files, it will do this for you on the fly. The downside of this method is that it will reconvert the .eps file on every recompile. This takes a lot of time if you have many images.</div><div>On my system, I simply write \includegraphics{filename} for filename.eps, [NOTE: do not use the .eps extension here] and this happens automatically. You might need to \usepackage{epstopdf} in your header.</div><div><br></div><div>I hope this helps.</div><div><br></div><div>David Derbes</div><div>U of Chicago Laboratory Schools</div><div><br></div><div><br><div><div>On Aug 27, 2016, at 8:55, 林隽 <<a href="mailto:jlin@ynao.ac.cn">jlin@ynao.ac.cn</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Experts,<br><br>I was told that my .eps file can't be recognized when compiling .tex file: Unknown graphics extension: .eps<br><br>Could anybody teach me what this means? Do I have missed anything important? Thanks very much for your attention.<br><br>Jun Lin<br><span></span><br><br><br>----------- Please Consult the Following Before Posting -----------<br>TeX FAQ: <a href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a><br>List Reminders and Etiquette: <a href="https://www.esm.psu.edu/~gray/tex/">https://www.esm.psu.edu/~gray/tex/</a><br>List Archives: <a href="http://dir.gmane.org/gmane.comp.tex.macosx">http://dir.gmane.org/gmane.comp.tex.macosx</a><br>                <a href="https://email.esm.psu.edu/pipermail/macosx-tex/">https://email.esm.psu.edu/pipermail/macosx-tex/</a><br>TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/">http://mactex-wiki.tug.org/</a><br>List Info: <a href="https://email.esm.psu.edu/mailman/listinfo/macosx-tex">https://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br></blockquote></div><br></div></div></blockquote><br><br><br>