初始化。
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
|
||||
\ProvidesPackage{zh_cn-adobefonts_internal}[2015/05/25 zh_cn-adobefonts_internal Package]
|
||||
|
||||
\RequirePackage{xeCJK}
|
||||
|
||||
% https://github.com/boathit/CTEX/blob/master/texmf/tex/latex/ctex/fontset/ctex-xecjk-adobefonts.def
|
||||
% ctex-xecjk-adobefonts.def: Adobe 的 xeCJK 字体设置,为 Adobe 的四套字体
|
||||
% vim:ft=tex
|
||||
|
||||
\setCJKmainfont[
|
||||
BoldFont=Adobe Heiti Std,
|
||||
ItalicFont=Adobe Kaiti Std,
|
||||
SmallCapsFont=Adobe Heiti Std
|
||||
]{Adobe Song Std}
|
||||
\setCJKsansfont{Adobe Heiti Std}
|
||||
\setCJKmonofont{Adobe Fangsong Std}
|
||||
|
||||
\setCJKfamilyfont{zhsong}{Adobe Song Std}
|
||||
\setCJKfamilyfont{zhhei}{Adobe Heiti Std}
|
||||
\setCJKfamilyfont{zhfs}{Adobe Fangsong Std}
|
||||
\setCJKfamilyfont{zhkai}{Adobe Kaiti Std}
|
||||
\setCJKfamilyfont{zhli}{LiSu}
|
||||
\setCJKfamilyfont{zhyou}{YouYuan}
|
||||
|
||||
\newcommand*{\songti}{\CJKfamily{zhsong}} % 宋体
|
||||
\newcommand*{\heiti}{\CJKfamily{zhhei}} % 黑体
|
||||
\newcommand*{\kaishu}{\CJKfamily{zhkai}} % 楷书
|
||||
\newcommand*{\fangsong}{\CJKfamily{zhfs}} % 仿宋
|
||||
\newcommand*{\lishu}{\CJKfamily{zhli}} % 隶书
|
||||
\newcommand*{\youyuan}{\CJKfamily{zhyou}} % 幼圆
|
||||
|
||||
\endinput
|
||||
Reference in New Issue
Block a user