diff options
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/xecjk/example/xeCJK-example-autofake.tex')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/xecjk/example/xeCJK-example-autofake.tex | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/xecjk/example/xeCJK-example-autofake.tex b/Master/texmf-dist/doc/xelatex/xecjk/example/xeCJK-example-autofake.tex new file mode 100644 index 00000000000..472546bd3b1 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/xecjk/example/xeCJK-example-autofake.tex @@ -0,0 +1,92 @@ +%% +%% This is file `xeCJK-example-autofake.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% xeCJK.dtx (with options: `ex-autofake') +%% +%% $Id: xeCJK.dtx 343 2012-05-21 05:59:17Z sobenlee $ +%% $URL: https://ctex-kit.googlecode.com/svn/trunk/xeCJK/xeCJK.dtx $ +%% ----------------------------------------------------------------- +%% Author: +%% Wenchang Sun <sunwch@nankai.edu.cn> +%% Current Maintainers: +%% Leo Liu <leoliu.pku@gmail.com> +%% Qing Lee <sobenlee@gmail.com> +%% +%% Copyright (C) 2007--2012 Wenchang Sun +%% +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status "maintained". +%% The Current Maintainer of this work are Leo Liu and Qing Lee. +%% ----------------------------------------------------------------- +%% +\documentclass{article} +\usepackage[AutoFakeBold,AutoFakeSlant]{xeCJK} +\setCJKmainfont[BoldFont=simhei.ttf, ItalicFont=simkai.ttf]{simsun.ttc} +\setCJKsansfont[AutoFakeSlant=false, + BoldFont=simhei.ttf, ItalicFont=simkai.ttf]{simsun.ttc} +\setCJKmonofont[ItalicFont=simkai.ttf]{simsun.ttc} +\begin{document} +\centering +\begin{tabular}{lllll} +\hline + {\bf rm} & md & up & \verb|\rmfamily\mdseries\upshape| & + {\rmfamily\mdseries\upshape English 中文字体} \\ + & md & it & \verb|\rmfamily\mdseries\itshape| & + {\rmfamily\mdseries\itshape English 中文字体} \\ + & md & sl & \verb|\rmfamily\mdseries\slshape| & + {\rmfamily\mdseries\slshape English 中文字体} \\ \cline{2-5} + & bf & up & \verb|\rmfamily\bfseries\upshape| & + {\rmfamily\bfseries\upshape English 中文字体} \\ + & bf & it & \verb|\rmfamily\bfseries\itshape| & + {\rmfamily\bfseries\itshape English 中文字体} \\ + & bf & sl & \verb|\rmfamily\bfseries\slshape| & + {\rmfamily\bfseries\slshape English 中文字体} \\ \hline + {\bf sf} & md & up & \verb|\sffamily\mdseries\upshape| & + {\sffamily\mdseries\upshape English 中文字体} \\ + & md & it & \verb|\sffamily\mdseries\itshape| & + {\sffamily\mdseries\itshape English 中文字体} \\ + & md & sl & \verb|\sffamily\mdseries\slshape| & + {\sffamily\mdseries\slshape English 中文字体} \\ \cline{2-5} + & bf & up & \verb|\sffamily\bfseries\upshape| & + {\sffamily\bfseries\upshape English 中文字体} \\ + & bf & it & \verb|\sffamily\bfseries\itshape| & + {\sffamily\bfseries\itshape English 中文字体} \\ + & bf & sl & \verb|\sffamily\bfseries\slshape| & + {\sffamily\bfseries\slshape English 中文字体} \\ \hline + {\bf tt} & md & up & \verb|\ttfamily\mdseries\upshape| & + {\ttfamily\mdseries\upshape English 中文字体} \\ + & md & it & \verb|\ttfamily\mdseries\itshape| & + {\ttfamily\mdseries\itshape English 中文字体} \\ + & md & sl & \verb|\ttfamily\mdseries\slshape| & + {\ttfamily\mdseries\slshape English 中文字体} \\ \cline{2-5} + & bf & up & \verb|\ttfamily\bfseries\upshape| & + {\ttfamily\bfseries\upshape English 中文字体} \\ + & bf & it & \verb|\ttfamily\bfseries\itshape| & + {\ttfamily\bfseries\itshape English 中文字体} \\ + & bf & sl & \verb|\ttfamily\bfseries\slshape| & + {\ttfamily\bfseries\slshape English 中文字体} \\ \hline +\end{tabular} +\end{document} +%% +%% This package consists of the file xeCJK.dtx +%% and the derived files xeCJK.pdf, +%% xeCJK.sty, +%% xeCJK.ins, +%% xeCJK-example-autofake.tex, +%% xeCJK-example-fallback.tex, +%% xeCJK-example-subCJKblock.tex, +%% xeCJK-example-CJKecglue.tex, +%% xeCJK-example-checksingle.tex and +%% README.txt. +%% +%% End of file `xeCJK-example-autofake.tex'. |