<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Hello Mark,</DIV>
<DIV> </DIV>
<DIV>i've recently used eps graphics with XeLaTeX  and the package you've 
mentioned.</DIV>
<DIV>It worked for me with </DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px" dir=ltr>
  <DIV>\usepackage{graphicx}</DIV></BLOCKQUOTE>
<DIV dir=ltr>in the preamble</DIV>
<DIV>and</DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px" dir=ltr>
  <DIV>\begin{figure}</DIV>
  <DIV>\centering</DIV>
  <DIV>\includegraphics{filename.eps} % with extension!</DIV>
  <DIV>\caption{a figure}</DIV>
  <DIV>\label{fig:a_figure}</DIV>
  <DIV>\end{figure}</DIV></BLOCKQUOTE>
<DIV>in the document-part.</DIV>
<DIV> </DIV>
<DIV>Just try embedding it with file-extension!</DIV>
<DIV> </DIV>
<DIV>Johannes</DIV>
<DIV> </DIV>
<DIV>-----Ursprüngliche Nachricht----- </DIV>
<DIV>From: Mark Saul </DIV>
<DIV>Sent: Sunday, September 18, 2011 6:50 PM </DIV>
<DIV>To: texworks@tug.org </DIV>
<DIV>Subject: [texworks] Problem with .eps files </DIV>
<DIV> </DIV>
<DIV>I hope someone here can help me.</DIV>
<DIV> </DIV>
<DIV>I am a relatively naive end user of TexWorks, which has been wonderful 
</DIV>
<DIV>for me.</DIV>
<DIV> </DIV>
<DIV>I'm now working on a book, and the publisher requires that diagrams </DIV>
<DIV>(it's mathematics) be in .eps format.  It says in my Latex manual 
</DIV>
<DIV>(Gratzer, More Math in Latex) that Latex assumes .eps files, so I should 
</DIV>
<DIV>just use the command \usepackage{graphicx} in the preamble, then code 
like:</DIV>
<DIV> </DIV>
<DIV>\begin{figure}[ht]</DIV>
<DIV> </DIV>
<DIV>\includegraphics{fig1}</DIV>
<DIV> </DIV>
<DIV>\ncaption{1}</DIV>
<DIV> </DIV>
<DIV>\end{figure}</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>This works fine if the file fig1 is a .png file.  But if I try it with 
</DIV>
<DIV>an .eps file, I get an error message:</DIV>
<DIV> </DIV>
<DIV>LaTex Error: 'fig1' not found.</DIV>
<DIV> </DIV>
<DIV>The only thing I changed was the format: .png to .eps.  Both these 
</DIV>
<DIV>graphics files were created with GeoGebra, a dynamic geometry 
package.   </DIV>
<DIV>I tried saving the Tex source code as foo.tex and also as foo.ltx.  It 
</DIV>
<DIV>didn't seem to help.  I am using Windows (but as a bona fide naive 
user, </DIV>
<DIV>I don't know the version--it's later than Windows 7).</DIV>
<DIV> </DIV>
<DIV>Can anyone advise me on how to use .eps files?</DIV>
<DIV> </DIV>
<DIV> </DIV></DIV></DIV></BODY></HTML>