Merge pull request #99 from xoolive/master
Support for Asian languages, CJKmainfont label
This commit is contained in:
commit
63ac9416c8
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ $endif$
|
||||||
$if(mathfont)$
|
$if(mathfont)$
|
||||||
\setmathfont(Digits,Latin,Greek){$mathfont$}
|
\setmathfont(Digits,Latin,Greek){$mathfont$}
|
||||||
$endif$
|
$endif$
|
||||||
|
$if(CJKmainfont)$
|
||||||
|
\usepackage{xeCJK}
|
||||||
|
\setCJKmainfont{$CJKmainfont$}
|
||||||
|
$endif$
|
||||||
\fi
|
\fi
|
||||||
% use upquote if available, for straight quotes in verbatim environments
|
% use upquote if available, for straight quotes in verbatim environments
|
||||||
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
|
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
|
||||||
|
|
Loading…
Add table
Reference in a new issue