blob: 1bb650f4a11e8cad2f2153d255d30cf23bad2db4 (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
% This is the file py_test.tex of the CJK package
% for testing pinyin syllables with LaTeX2e
%
% created by Werner Lemberg <wl@gnu.org>
%
% Version 4.8.4 (18-Apr-2015)
\documentclass{article}
\usepackage{pinyin}
\begin{document}
\Huge
{\Wo3 \hen3 \xi3\huan1 \lv3\xing2.}
{\slshape
\Wo3 \hen3 \xi3\huan1 \lv3\xing2.}
{\itshape
\Wo3 \hen3 \xi3\huan1 \lv3\xing2.}
{\bfseries
\Wo3 \hen3 \xi3\huan1 \lv3\xing2.}
{\sffamily
\Wo3 \hen3 \xi3\huan1 \lv3\xing2.}
{\ttfamily
\Wo3 \hen3 \xi3\huan1 \lv3\xing2.}
{\bfseries\sffamily
\Wo3 \hen3 \xi3\huan1 \lv3\xing2.}
\PYdeactivate
$\Xi, \xi, \Re$
\PYactivate
\Zhen1de \bu2 \cuo4 ne!
\end{document}
|