I'm trying to write a text containing Korean characters and decided
to use XeCJK in MikTex 2.9, using TexWorks. While the outputting works fine, no spacing between Korean words are recognized and processed, although being written in the code. Please have a look:
Code: Select all
\documentclass[12pt]{scrartcl}
\usepackage{mls}
\usepackage[boldfont,slantfont]{xeCJK}
\usepackage{xunicode,xltxtra}
\setCJKmainfont{Batang} % for \rmfamily
\begin{document}
좋은 아침입니다! 안녕하세요, 저의 이름은 김 입니다.
%"Good Morning! My Name is Kim." in Korean
This is bicig. \bicig{munggul bicik}
\end{document}
Thanks!