Merge pull request #99 from xoolive/master

Support for Asian languages, CJKmainfont label
This commit is contained in:
John MacFarlane 2015-06-13 09:34:43 -07:00
commit 63ac9416c8

View file

@ -38,6 +38,10 @@ $endif$
$if(mathfont)$
\setmathfont(Digits,Latin,Greek){$mathfont$}
$endif$
$if(CJKmainfont)$
\usepackage{xeCJK}
\setCJKmainfont{$CJKmainfont$}
$endif$
\fi
% use upquote if available, for straight quotes in verbatim environments
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}