Ubuntu でフォントが見つからない (SimSun)

Ubuntu でフォントが見つからない (SimSun)

以前、Miktex を使用して Windows 7 で Xelatex を使用してファイルをコンパイルしましたが、問題なく動作しました。現在、Ubuntu 12.04 に TexLive 2009 をインストールし、同じファイルを再度コンパイルしましたが、コンパイル後に次のエラーが発生します ( 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
? 

Ubuntu から Windows 7 の MikTex で使用できるフォントを使用する方法はありますか? または、他の対処方法はありますか?

MWE:

\documentclass[a4paper]{article}

\usepackage{xeCJK}
\setCJKmainfont{SimSun}
\xeCJKsetup{PunctStyle=kaiming,CJKspace=true,CheckSingle=true} 

\begin{document}
宋體中文字
\end{document}

答え1

問題は、(L)ubuntu ではファイル名の大文字と小文字が区別されるが、Windows (XP) では区別されないことです。Windows から Ubuntu に移行すると、この問題が発生しました。

関連情報