Thanks everyone for the answers. <br>I can convert eps to pdf manually and then include it.<br><br>- Joe<br><br><br><br><br><div class="gmail_quote">On Mon, Dec 15, 2008 at 12:19 PM, Wilfred van Rooijen <span dir="ltr">&lt;<a href="mailto:wvanrooijen@yahoo.com">wvanrooijen@yahoo.com</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;">Hi Joe,<br>
<br>
First of all, I&#39;d change<br>
<br>
&gt; \usepackage[dvips]{graphics}<br>
<br>
to<br>
<br>
\usepackage{graphicx}<br>
<br>
You&#39;re using xelatex so no need for the dvips driver, and graphics is obsolete.<br>
<br>
Further, as far as I know, all &#39;pdf-capable&#39; latexes only take PDF, PNG, and JPG as graphics. Either convert your sample.eps to PDF with ps2pdf, or insert a \DeclareGraphicsRule somewhere to do the conversion on-the-fly.<br>

<br>
Cheers,<br>
<font color="#888888">Wilfred<br>
</font><div><div></div><div class="Wj3C7c"><br>
<br>
&gt; \begin{document}<br>
&gt; \begin{figure}[htb!]<br>
&gt; *\includegraphics{sample.eps}*<br>
&gt; \end{figure}<br>
&gt; \end{document}<br>
&gt;<br>
&gt; ------------------&lt; cut here<br>
&gt; &gt;-------------------------<br>
&gt;<br>
&gt; I get an output :<br>
&gt;<br>
&gt; -----------------&lt; cut here &gt;<br>
&gt; ------------------------------------------<br>
&gt; (&quot;C:\MiKTeX<br>
&gt; 2.7\tex\latex\misc\etex.sty&quot;)<br>
&gt; (&quot;C:\MiKTeX<br>
&gt; 2.7\tex\latex\base\fixltx2e.sty&quot;))<br>
&gt;<br>
&gt; ! LaTeX Error: Option clash for package graphics.<br>
&gt;<br>
&gt; See the LaTeX manual or LaTeX Companion for explanation.<br>
&gt; Type &nbsp;H &lt;return&gt; &nbsp;for immediate help.<br>
&gt; &nbsp;...<br>
&gt;<br>
&gt; l.7 \begin<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {document}<br>
&gt; (incl_eps_xetex.aux) &lt;sample.eps&gt; [1]<br>
&gt; (incl_eps_xetex.aux) )<br>
&gt; (see the transcript file for additional information)<br>
&gt; ** WARNING ** No image converter available for converting<br>
&gt; file &quot;sample.eps&quot;<br>
&gt; to PDF format.<br>
&gt; ** WARNING ** &gt;&gt; Please check if you have &#39;D&#39;<br>
&gt; option in config file.<br>
&gt; ** WARNING ** pdf: image inclusion failed for<br>
&gt; &quot;sample.eps&quot;.<br>
&gt; ** WARNING ** Failed to read image file: sample.eps<br>
&gt; ** WARNING ** Interpreting special command PSfile (ps:)<br>
&gt; failed.<br>
&gt; ** WARNING ** &gt;&gt; at page=&quot;1&quot;<br>
&gt; position=&quot;(133.768, 473.198)&quot; (in PDF)<br>
&gt; ** WARNING ** &gt;&gt; xxx<br>
&gt; &quot;PSfile=&quot;sample.eps&quot; llx=201 lly=324 urx=395<br>
&gt; ury=518<br>
&gt; rwi=1940 &quot;<br>
&gt;<br>
&gt; Output written on incl_eps_xetex.pdf (1 page).<br>
&gt; Transcript written on incl_eps_xetex.log.<br>
&gt;<br>
&gt; ------------------------&lt; cut here<br>
&gt; &gt;--------------------------------------------------<br>
&gt;<br>
&gt; I use the following command line to make the pdf<br>
&gt; &quot;C:\MiKTeX<br>
&gt; 2.7\miktex\bin\xelatex&quot;<br>
&gt; -interaction=nonstopmode<br>
&gt; incl_eps_xetex.tex<br>
</div></div><div><div></div><div class="Wj3C7c">&gt; _______________________________________________<br>
&gt; XeTeX mailing list<br>
&gt; <a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
&gt; <a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/listinfo/xetex</a><br>
<br>
<br>
<br>
_______________________________________________<br>
XeTeX mailing list<br>
<a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/listinfo/xetex</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>- Joe<br>