The following code for including .eps graphics doesn&#39;t work for me for some reason.<br>-----------&lt; cut here&gt;------------------------------------<br><br>\documentclass{article}<br>\usepackage{fontspec}<br>\usepackage{xunicode,xltxtra}<br>
\usepackage[dvips]{graphics}<br>\begin{document}<br>\begin{figure}[htb!]<br><font size="4"><b>\includegraphics{sample.eps}</b></font><br>\end{figure}<br>\end{document}<br><br>------------------&lt; cut here &gt;-------------------------<br>
<br>I get an output :<br><br>-----------------&lt; cut here &gt; ------------------------------------------<br>(&quot;C:\MiKTeX 2.7\tex\latex\misc\etex.sty&quot;)<br>(&quot;C:\MiKTeX 2.7\tex\latex\base\fixltx2e.sty&quot;))<br>
<br>! LaTeX Error: Option clash for package graphics.<br><br>See the LaTeX manual or LaTeX Companion for explanation.<br>Type&nbsp; H &lt;return&gt;&nbsp; for immediate help.<br>&nbsp;...<br><br>l.7 \begin<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {document}<br>(incl_eps_xetex.aux) &lt;sample.eps&gt; [1] (incl_eps_xetex.aux) )<br>
(see the transcript file for additional information)<br>** WARNING ** No image converter available for converting file &quot;sample.eps&quot; to PDF format.<br>** WARNING ** &gt;&gt; Please check if you have &#39;D&#39; option in config file.<br>
** WARNING ** pdf: image inclusion failed for &quot;sample.eps&quot;.<br>** WARNING ** Failed to read image file: sample.eps<br>** WARNING ** Interpreting special command PSfile (ps:) failed.<br>** WARNING ** &gt;&gt; at page=&quot;1&quot; position=&quot;(133.768, 473.198)&quot; (in PDF)<br>
** WARNING ** &gt;&gt; xxx &quot;PSfile=&quot;sample.eps&quot; llx=201 lly=324 urx=395 ury=518 rwi=1940 &quot;<br><br>Output written on incl_eps_xetex.pdf (1 page).<br>Transcript written on incl_eps_xetex.log.<br><br>------------------------&lt; cut here &gt;--------------------------------------------------<br>
<br>I use the following command line to make the pdf<br>&quot;C:\MiKTeX 2.7\miktex\bin\xelatex&quot; -interaction=nonstopmode incl_eps_xetex.tex<br>