I would like to write few korean words in my document. For this I installed the package "cjk" (chinese, Japanese, Korean)
My first try was to use the example:
Code: Select all
\documentclass[12pt]{article}
\usepackage{CJK}
\usepackage{pshan}
\begin{document}
\begin{CJK}[HL]{KS}{}
\noindent ÀÌ FAQ ˼ ÀÚÃÖ ¹Ãº¹µÇ´Â Ãú¹®°ú ±×¿¡ ´ëÇÑ ´ë´äÀ» °£´Ü¸Ã·áÇÑ
¾ç½ÄÀ¸·Î ¸ð¾Æ ¿«¾îó½À´Ã´Ù. ÀÌ FAQ ÀÇ ±¸Ã¶´Â Ãö³* ÆÇ¿¡ ºñÇÿ©
ȹ±âÀûÀ¸·Î º¯°æµÇ¾ú½À´Ã´Ù. \textbf{»ó¼¼ÇÑ °Ã˼ ``ÀÌ FAQ À» ¾î¶»°Ô
ÀÃÀ» °ÃÀΰ¡'' ¶ó´Â ´ë¸ñÀ» ÂüöÇýñ⠹ٶø´Ã´Ù.}
\end{CJK}
\end{document}
("C:\Programme\MiKTeX 2.7\tex\latex\cjk\KS\HLaTeX\c63mj.fd")Running makemf...
makemf: the wmj source file could not be found.
Running hbf2gf...
hbf2gf (CJK ver. 4.7.0)
Couldn't find 'wm.cfg'
maketfm: No creation rule for dont wmj6
Error:
Font C63/mj/m/n/12/5=wmj5 at 12.0pt not loadable: Metric (TFM) file not found
What is weird, is when I try to use the chinese example (still with cjk package), it works well:#
Code: Select all
\documentclass[12pt]{article}
\usepackage{color}
\usepackage{CJK}
\usepackage{CJKfntef}
\pagestyle{empty}
\begin{document}
\begin{CJK*}{GB}{gbsn}
ý¶Ë·ÖÉ¢¶ÔÆë
\end{CJK*}
\end{document}
Somebody knows what is the problem?
Have a nice day!
JB