Xizeng Mao wrote:
> I am editing Chinese document using LyX 1.5.3. I have changed
> language to Chinese through document menu. But I get nothing except
> error message of blank output when I view DVI output..
>
> I check the underlying TeX source, and find the CJK statement as follows:
>
> \begin{CJK}{GB}{}
>
> Aha, font name is missing there! I add song font after I export
> document into latex format, and change it:
>
> \begin{CJK}{GB}{song}
>
> Then, manually compiling through latex succeed:-)
This is not needed, if the fonts are installed correctly.
With TeXLive and the cjk-latex stuff installed, the following advices on how
to install the cyberbit fonts should help:
http://www.math.nus.edu.sg/aslaksen/cs/cjk.html
HTH,
Jürgen