notex-v2.0 icon indicating copy to clipboard operation
notex-v2.0 copied to clipboard

Explicit CJK Support

Open hsk81 opened this issue 12 years ago • 2 comments

Actually NoTex.ch does already support CJK (and other languages); but users of those languages need to know a little bit of LaTex to be able to activate CJK support; e.g. for Japanese

\\usepackage{xeCJK}
\\setCJKmainfont{Sazanami Gothic}
\\setCJKmonofont{Sazanami Mincho}

although Sazanami Mincho is technically not a "mono" font.

To make it easier for these users, either create some sample projects in other languages than English, or introduce a support CJK flag (with corresponding font selection).

hsk81 avatar Jan 25 '14 09:01 hsk81

See also international fonts for PDF/LaTex exports blog post and international font names forum entry for further information.

hsk81 avatar Jan 25 '14 10:01 hsk81

Hi, The 2 links above are broken and should be replaced by: http://notexeditor.blogspot.tw/2013/04/international-fonts-for-pdflatex-exports.html

elicoidal avatar Sep 15 '16 14:09 elicoidal