[XeTeX] [xelatex] includegraphics (.eps) problem

Cyril Niklaus cyril.niklaus at gmail.com
Fri May 8 06:33:06 CEST 2009


On 8 mai 09, at 01:40, abhijit sen wrote:

> Hi all,
>
> I'm a new comer of XeLaTeX, TeXShop, Mac OS X version 10.4.11.
>
> As per NRSI: Computers & 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?

Hello,

You should have both your tex file and the eps file in the same  
directory, or give the correct path to the eps.

this works:

%!TEX TS-program = xelatex-xdvipdfmx
%!TEX encoding = UTF-8 Unicode
\documentclass[12pt]{article}
\usepackage{xltxtra}
  \setromanfont{Arial Unicode MS}
\begin{document}
⌨

\hfil\includegraphics{Fig.eps}

Test
\end{document}


HTH
Cyril


More information about the XeTeX mailing list