作者sppmg (sppmg)
看板LaTeX
標題Re: [問題] xeCJK無法compile
時間Wed May 24 02:04:33 2017
※ 引述《dorminia (重新出發)》之銘言:
: 我在第三台電腦上得到這樣的進一步錯誤指示
: |'''''''''''''''''''''''''''''''''''''''''''''''
: | This is a coding error.
: |
: | LaTeX has been asked to set the property '.choice_code:n' for key
: | 'fontspec-renderer/Renderer': this property is not defined.
: |...............................................
這問題 google 後都是 fontspec 太舊的因素。如:
https://tex.stackexchange.com/q/257336
所以還是要看看你的編譯套件及 fontspec 版本。
: 看來真的是fontspec的問題,但我想不出為什麼
: 特別是在三台電腦,在TexMaker, TexWorks跟WinEdt都出現同樣的狀況
這些都只是編輯器,打字用的,不是編譯器喔!
: 萬分不解 @@
: ※ 引述《dorminia (重新出發)》之銘言:
: : 想求救一下,我正在試最基本的xeCJK
: : 我試過用TexWorks跟TexMaker
: : 在兩台不同電腦上跑下面這串:
: : -----
: : \documentclass{article}
: : \usepackage{fontspec}
: : \usepackage{xeCJK}
: : \setCJKmainfont{cwTeXMing}
: : \begin{document}
: : Let's try!
: : 這試一個中文測試。 \today
: : \end{document}
: : -----
: : 然後都給我以下的錯誤碼
: : Runaway argument?
: : {\dim_set:Nn ##1{\fontdimen ##2##3}\dim_compare:nNnT ##1={0pt}{\settoheight
: : \ET
: : C.
: : ! Forbidden control sequence found while scanning use of
: : \__cs_generate_from_si
: : gnature:nnNNNn.
: : <inserted text>
: : \par
: : l.1767 \int_case:nnn
: : #2
: : ?
: : -----
: : 我有實驗,基本上只要有掛fontspec這個package就會出現這個error
: : 但完全不知道到底是哪裡出了問題....
上述錯誤相關的 fontspec 碼位於
fontspec-xetex.sty:
在我的 Tex Live 2012 以及 2017/01/xx 更新的版本中,這裡都是
--------------- line 1158 ----------------
\cs_new:Nn \fontspec_set_font_dimen:NnN
{
\dim_set:Nn #1 { \fontdimen
#2 #3 }
\dim_compare:nNnT #1 = {0pt} {
\settoheight #1 {
\str_if_eq:nnTF {#3} {\font} \rmfamily #3
\prg_case_int:nnn #2 {
{5} {x} % x-height
{8} {X} % cap-height
} {?} % "else" clause; never reached.
}
}
}
------------------------------------------
注意黃字部份,並非你的 ##2##3 。
所以感覺上很有可能是很舊的版本。
另外,google 後會發現在 2017/04/17 左右也有多人發問類似問題。
不過都沒附使用環境、版本,所以也不知是否同一人。
這裡是 stackexchange 上的發問:
https://tex.stackexchange.com/q/365084
忘了說,我用 TL 2012 \setCJKmainfont{cwTeXMing} 是可以的喔!
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.32.188.151
※ 文章網址: https://webptt.com/m.aspx?n=bbs/LaTeX/M.1495562678.A.3B4.html
※ 編輯: sppmg (114.32.188.151), 05/24/2017 02:12:19