发布时间:2012-06-07 05:29:48
文章类别:小技巧
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770102eq7l.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
问题选自:http://tex.stackexchange.com/questions/41254/xetex-complains-about-missing-kanjix-map
I've just installed TL2011 on Windows 7 and updated it from the
net. The installation produced no errors and everything is fine -
but now xelatex
(and not pdflatex
nor
lualatex
) ends every invocation with
** WARNING ** Couldn't open font map file "kanjix.map".
I already did a mktexlsr
and an updmap
--syncwithtrees
, but to no avail; there is still no
kanjix.map
and xetex wants it.
How do I get rid of this warning either by creating the file or
removing it from updmap.cfg
?
EDIT: My updmap.cfg
has these lines:
KanjiMap ptex-@kanjiEmbed@.map
KanjiMap otf-@kanjiEmbed@.map
KanjiMap morisawa.map
KanjiMap otf-cktx.map
【解决方法】
可以通过在命令行里执行下面的语句,来解决这一问题:
updmap-sys --syncwithtrees
updmap-sys
发表评论 取消回复