使用 \includegraphics 包含 PDF 檔案時 XeTeX 崩潰

使用 \includegraphics 包含 PDF 檔案時 XeTeX 崩潰

到目前為止,我只使用了一點 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安裝軟體包)。知道可能出了什麼問題嗎?

相關內容