GeneralPackage CJK - the signs don't appear

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
ollagnij
Posts: 2
Joined: Wed Feb 13, 2008 4:31 pm

Package CJK - the signs don't appear

Post by ollagnij »

Hello

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}
By compiling, I obtained 16 erros. One example:



("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}
I am working with Texniccenter and miketex. JI reinstalled the package but it didn't give any better results

Somebody knows what is the problem?


Have a nice day!

JB

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply