[XeTeX] Asymptote support xetex engine issue.

Bruno Voisin bvoisin at mac.com
Wed Jul 16 14:42:30 CEST 2008


Le 16 juil. 08 à 14:28, Bruno Voisin a écrit :

> I tried (here on the Mac) to change this by using [clip=false] or
> [bb=-43 -43 43 43] or [viewport=0 0 86 86], to no effect.

Actually there's a solution: convert the EPS files to PDF, and include  
them in PDF form.

The following works here:

\documentclass[12pt]{article}
\usepackage{color}
\usepackage{graphics}
\begin{document}
\includegraphics{circle.pdf}
\bigskip
\includegraphics{square.pdf}
\end{document}

where circle.pdf and square.pdf have been obtained by saving your EPS  
code to files circle.eps and square.eps, then converting these files  
to PDF (I used Apple's Preview, but TeXlive's epstopdf would probably  
do just as well, and there's also the excellent epspdf <http://tex.aanhet.net/epspdf/ 
 >).

Bruno Voisin

-------------- next part --------------
A non-text attachment was scrubbed...
Name: circle.pdf
Type: application/pdf
Size: 2207 bytes
Desc: not available
Url : http://tug.org/pipermail/xetex/attachments/20080716/c7e98017/attachment.pdf 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: square.pdf
Type: application/pdf
Size: 1097 bytes
Desc: not available
Url : http://tug.org/pipermail/xetex/attachments/20080716/c7e98017/attachment-0001.pdf 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.pdf
Type: application/pdf
Size: 3694 bytes
Desc: not available
Url : http://tug.org/pipermail/xetex/attachments/20080716/c7e98017/attachment-0002.pdf 
-------------- next part --------------



More information about the XeTeX mailing list