I'm having trouble viewing Chinese characters using 1.5.0rd2 in
Windows XP (installed from scratch using the "Installer-bundle", with
MikTeX). Chinese characters are displayed in the editor, but are not
included in DVI or other outputs. For example, I enter the following,
marking the second line as being in Text style/Language/Chinese
(simplified):
This is a test.
你好
I have set the document encoding to UTF8 (Document/Settings/Language).
DVI generation returns the following error message, and displays blank
space where the Chinese characters should be.
LaTeX Error: Environment CJK undefined.
If I enter
\usepackage{CJK}
in the preamble, the following error messages are returned.
Font C70/song/m/n/10/4f=cyberb4f at 10.0pt not loadable: Metric (TFM) file no
Font C70/song/m/n/10/59=cyberb59 at 10.0pt not loadable: Metric (TFM) file no
I assume that I am missing something pretty basic here. Hints anyone?