<div>basically you can include your pics by just having \usepackage[xetex]{graphicx} in your preamble. your pics can be in EPS format or JPG or PDF format. In those days that XeTeX had problems with JPG and PDF formats, I used \usepackage[dvips]{graphicx}</div>

<div>&nbsp;</div>
<div>So let&#39;s say you have a pic (namely, flower)&nbsp;which is in one of the three formats then this is just a sample</div>
<div>------------------------</div>
<div>\documentclass{article}</div>
<div>\usepackage[xetex]{graphicx}<br clear="all">\begin{document}</div>
<div>\includegraphics{flower}</div>
<div>\end{document}</div>
<div>-------------------------</div>
<div>if you only want to use eps format, you also could have</div>
<div>---------------------------</div>
<div>\documentclass{article}</div>
<div>\usepackage[dvips]{graphicx}</div>
<div>\begin{document}</div>
<div>\includegraphics{flower.eps}</div>
<div>\end{document}</div>
<div>------------------------------<br>-- Best wishes,</div>
<div>Vafa</div>