Hi,<br><br>I had a xetex file with graphics, and I try to use the trim function in \includegraphics<br><br><br>\documentclass[letterpaper,12pt]{article}<br>\usepackage[cm-default]{fontspec} % provides font selecting commands<br>
\defaultfontfeatures{Mapping=tex-text}<br>%\usepackage{xunicode}% provides unicode character macros<br>%\usepackage{xltxtra} % provides some fixes/extras<br>\usepackage{textcomp}<br>\usepackage{color,graphicx}<br><br>\begin{figure}[htbp]<br>
\begin{center}<br>\includegraphics[scale=0.8]{figtab/161-0363.jpg}<br>\includegraphics[trim=0mm 10mm 15mm 0mm, clip]{gel/20100222.jpg}<br>\end{center}<br>\end{figure}<br><br>The log file always show the following error msg:<br>
<br>Package xetex.def Warning: No clipping support in XeTeX yet on input line 207.<br><br>So there is still no clip support now or in the near future? Is there any other ways to work around it?<br><br>Another question, I used textcomp package, so I can use \textcelsius for temperature. However, the PDF file only show a square in the place of C. after I commented out packages of xunicode and xltxtra. textcomp package works fine. Why?<br>
<br>Thanks,<br><br>Tiandao<br> <br>