<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Joseph Wright wrote:
<blockquote cite="mid:4A03C1EE.2000202@morningstar2.co.uk" type="cite">
  <pre wrap="">abhijit sen wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi all,

I'm a new comer of XeLaTeX, TeXShop, Mac OS X version 10.4.11.

As per NRSI: Computers &amp; Writing Systems, TeXShop preferences is 100% OK.

Though I've downloaded My XeLaTeX Template.tex and a graphic file has
been created in Adobe Illustrator CS2 through .eps format, and these
two files which I've kept in a separate directory. When I compile the
.tex file, the text are coming okay in .pdf file; but graphic is not
visible, but has created a blank space for the picture. I don't know
why?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You've put in a driver option (dvipdfm) for both the document class and
the call to load graphicx: don't. Recent versions of graphicx will
auto-detect the engine and use the appropriate settings.
--
  </pre>
</blockquote>
<br>
<br>
You've also got:<br>
<br>
<blockquote type="cite">\usepackage{caption2}<br>
</blockquote>
<br>
which generates the warning:<br>
<br>
<blockquote type="cite">Package caption2 Warning:
****************************************************<br>
(caption2)                THIS PACKAGE IS OBSOLETE:<br>
(caption2)                This package attempts to provide an `caption2'<br>
(caption2)                package v2.0/2.1 author environment so that
OLD<br>
(caption2)                documents can be successfully processed. It
should<br>
(caption2)                NOT be used for NEW documents! New documents
should<br>
(caption2)                use the regular `caption' package v3.x
instead.<br>
(caption2)               
****************************************************<br>
</blockquote>
<br>
So, just try \usepackage{caption} instead.<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
United in adoration of Jesus, 



fr. michael gilmary, mma

Most Holy Trinity Monastery
67 Dugway Road
Petersham, MA 01366-9725

</pre>
</body>
</html>