到目前为止,我只使用过 XeTeX 处理希腊文本,这是我第一次尝试包含图形。\includegraphics
处理图像时效果很好,PNG
但尝试处理PDF
文件时,它就崩溃了。这是一个最小示例:
\documentclass{article}
\usepackage{graphicx}
\begin{document}
Text.
\includegraphics[width=\textwidth]{fig.pdf}
\end{document}
相同的示例使用fig.png
而不是fig.pdf
。它对于 PDFTeX 的两种文件类型也非常有效。我使用的是以下 XeTeX 版本:
This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009/Debian)
在 Ubuntu 12.04 上(已texlive-full
安装软件包)。知道哪里出了问题吗?