-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
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).