作者yongtw123 (六円)
看板LaTeX
標題[問題] MiKTeX 2.9 + xeCJK 轉pdf失敗
時間Mon Dec 3 04:00:41 2012
作業環境是Win7 64-bit
我現在使用Texmaker開UTF-8編輯
MikTeX是最新版的2.9
已經用Package Manager安裝XeCJK和fontspec
以下是測試tex文件
=============================
\documentclass{article}
\usepackage{fontspec}
\usepackage{xeCJK}
\setmainfont{Times New Roman}
\setCJKmainfont{kaiu.ttf}
\begin{document}
測試
\end{document}
=============================
利用XeLatex build會跳出錯誤
! Missing number, treated as zero.<to be read again>\scan_stop: 測試
! Illegal unit of measure (pt inserted).<to be read again>\scan_stop: 測試
該段詳細錯誤訊息如下
=============================
! Missing number, treated as zero.
<to be read again>
\scan_stop:
l.16 測試
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)
! Illegal unit of measure (pt inserted).
<to be read again>
\scan_stop:
l.16 測試
Dimensions can be in units of em, ex, in, pt, pc,
cm, mm, dd, cc, bp, or sp; but yours is a new one!
I'll assume that you meant to say pt, for printer's points.
To recover gracefully from this error, it's best to
delete the erroneous units; e.g., type `2' to delete
two letters. (See Chapter 27 of The TeXbook.)
=============================
我實在不懂它要一個數字是什麼意思
懇請高見!
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 111.248.2.110
1F:推 LSC112233:試試看完整安裝。因為XeTeX需要一堆相關的套件。 12/03 07:39
2F:→ LSC112233:xeCJK也有一堆適合簡體的預設值,最好看一下說明檔。 12/03 07:54
3F:→ yongtw123:自己找了很久才找到解答 MikTeX裡面的xeCJK似乎不是最新 12/03 12:44