Pass options to CJKmainfont (CJKoption)
This commit is contained in:
parent
63ac9416c8
commit
742d658f5f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ $if(mathfont)$
|
||||||
$endif$
|
$endif$
|
||||||
$if(CJKmainfont)$
|
$if(CJKmainfont)$
|
||||||
\usepackage{xeCJK}
|
\usepackage{xeCJK}
|
||||||
\setCJKmainfont{$CJKmainfont$}
|
\setCJKmainfont[$CJKoption$]{$CJKmainfont$}
|
||||||
$endif$
|
$endif$
|
||||||
\fi
|
\fi
|
||||||
% use upquote if available, for straight quotes in verbatim environments
|
% use upquote if available, for straight quotes in verbatim environments
|
||||||
|
|
Loading…
Add table
Reference in a new issue