Anteriormente eu compilei meu arquivo usando Xelatex na janela 7 usando Miktex e funciona bem. Agora instalo o TexLive 2009 no Ubuntu 12.04 e compilo o mesmo arquivo novamente, mas ocorre o seguinte erro após a compilação ( xelatex myfile.tex
):
kpathsea: Running mktexmf SimSun
! I can't find file `SimSun'.
<*> ...:=ljfour; mag:=1; nonstopmode; input SimSun
Please type another input file name
! Emergency stop.
<*> ...:=ljfour; mag:=1; nonstopmode; input SimSun
Transcript written on mfput.log.
grep: SimSun.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input SimSun' failed to make SimSun.tfm.
kpathsea: Appending font creation commands to missfont.log.
! Font \zf@basefont=SimSun at 10.0pt not loadable: Metric (TFM) file or install
ed font not found.
<to be read again>
\let
l.30 \setCJKmainfont{SimSun}
Set Chinese font, complusory
?
Existe alguma maneira de usar a fonte disponível para MikTex no Windows 7 do Ubuntu? ou alguma outra maneira de lidar com isso?
MWE:
\documentclass[a4paper]{article}
\usepackage{xeCJK}
\setCJKmainfont{SimSun}
\xeCJKsetup{PunctStyle=kaiming,CJKspace=true,CheckSingle=true}
\begin{document}
宋體中文字
\end{document}
Responder1
O problema era que os nomes de arquivos diferenciam maiúsculas de minúsculas no (L) ubuntu, mas não no Windows (XP). Ao mudar do Windows para o Ubuntu, esse problema surgiu.