blob: 41c3a087fbd5a3163601f39d6402ea689a933c26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
%%
%% This is file `xeCJK-example-CJKecglue.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% xeCJK.dtx (with options: `ex-ecglue')
%%
\documentclass{minimal}
\usepackage{xeCJK}
\setCJKmainfont[BoldFont=SimHei]{SimSun}
\long\def\showtext{%
这是 English 中文 {\itshape Chinese} 中文 \TeX\
间隔 \textit{Italic} 中文\textbf{字体} a 数学 $b$ 数学 $c$ $d$\par
这是English中文{\itshape Chinese}中文\TeX\
间隔\textit{Italic}中文\textbf{字体}a数学$b$数学$c$ $d$\par
This is an example. 这是一个例子}
\begin{document}
\showtext
\hrulefill\bigskip
\xeCJKsetup{xCJKecglue=\quad}
\showtext
\end{document}
%%
%%
%% End of file `xeCJK-example-CJKecglue.tex'.
|