Patch for fixing spacing problem on CJK language. (#5855)
This changes the default on the xeCJK package so that spaces between words are preserved instead of being collapsed. This is necessary for Korean. Issue and solution is from below. https://tex.stackexchange.com/questions/17292/how-to-write-spaces-between-korean-words-with-xecjk
This commit is contained in:
parent
1f69162ffd
commit
72666f3331
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ $endif$
|
|||
$endif$
|
||||
$if(CJKmainfont)$
|
||||
\ifxetex
|
||||
\usepackage{xeCJK}
|
||||
\usepackage[space]{xeCJK}
|
||||
\setCJKmainfont[$for(CJKoptions)$$CJKoptions$$sep$,$endfor$]{$CJKmainfont$}
|
||||
\fi
|
||||
$endif$
|
||||
|
|
Loading…
Add table
Reference in a new issue