[XeTeX] How to include .eps picture in XeTeX?
VAFA KHALIGHI
vafa.khalighi at students.mq.edu.au
Thu Apr 24 06:32:33 CEST 2008
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}
So let's say you have a pic (namely, flower) which is in one of the three
formats then this is just a sample
------------------------
\documentclass{article}
\usepackage[xetex]{graphicx}
\begin{document}
\includegraphics{flower}
\end{document}
-------------------------
if you only want to use eps format, you also could have
---------------------------
\documentclass{article}
\usepackage[dvips]{graphicx}
\begin{document}
\includegraphics{flower.eps}
\end{document}
------------------------------
-- Best wishes,
Vafa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tug.org/pipermail/xetex/attachments/20080424/9bc7c01e/attachment.html
More information about the XeTeX
mailing list