diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/CJK/examples/py_test.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/CJK/examples/py_test.tex | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/CJK/examples/py_test.tex b/Master/texmf-dist/doc/latex/CJK/examples/py_test.tex new file mode 100644 index 00000000000..36f32df6475 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/py_test.tex @@ -0,0 +1,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.6.0 (11-Aug-2005) + +\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} |