blob: c27e3ae0773574f4d751af2ed33bdccdabdb3b56 (
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
\documentclass[11pt]{article}
\textheight 220mm
\textwidth 150mm
\oddsidemargin 0pt
\evensidemargin 0pt
\usepackage{xcolor}
\usepackage{CJK}
\usepackage{CJKfntef}
\usepackage{CJKpunct}
\begin{document}
\baselineskip 16pt
\parindent 22pt
\pagestyle{myheadings}
\begin{CJK*}{GBK}{song}
\section{ºêÃüÁîÁбí}
ÌṩÁ½¶Ë·ÖÉ¢¶ÔÆë»·¾³
\verb|CJKfilltwosides|
\noindent
ºÍÒÔϺêÃüÁ
\begin{verbatim}
\CJKunderdot{...}
\CJKunderline[*]{...}
\CJKunderdblline[*]{...}
\CJKunderwave[*]{...}
\CJKsout[*]{...}
\CJKxout[*]{...}
²¢ÔÊÐíÒÔÏÂÐÎʽµÄǶÌ×£º
\CJKunderdot[..]{...\CJKunderline[*]{...}...}
\CJKunderdot[..]{...\CJKunderdblline[*]{...}...}
\CJKunderdot[..]{...\CJKunderwave[*]{...}...}
\CJKunderdot[..]{...\CJKsout[*]{...}...}
\CJKunderdot[..]{...\CJKxout[*]{...}...}
\CJKunderline[*]{...\CJKunderdot[..]{...}...}
\CJKunderdblline[*]{...\CJKunderdot[..]{...}...}
\CJKunderwave[*]{...\CJKunderdot[..]{...}...}
\CJKsout[*]{...\CJKunderdot[..]{...}...}
\CJKxout[*]{...\CJKunderdot[..]{...}...}
\end{verbatim}
ÆäÖв»´ø*µÄºê¶ÔÈ«½Ç±êµã²»Æð×÷Óá£
\verb+\CJKunderdot+ÓÐÒ»¸ö¿ÉÑ¡²ÎÊý£¬ÓÃÒԸıäÐÞÊηû£¬È±Ê¡Îª¼Óµã£¬
¿ÉÒÔ¸ù¾ÝÐèÒª¸ÄΪÆäËû×Ö·û£¬ÈçÈý½Ç£¬Ð¡Ô²È¦µÈ¡£
¿ÉÒԸıäÏ»®ÏߺͼӵãµÄÑÕÉ«£¬ ÒÔÏÂÊÇȱʡÅäÖã¨ÐèÒªÏȵ÷Èëxcolorºê°ü£©
\begin{verbatim}
\newcommand{\CJKunderdotcolor}{\color{red}}
\newcommand{\CJKunderwavecolor}{\color{blue}}
\newcommand{\CJKunderlinecolor}{\color{blue}}
\newcommand{\CJKunderdbllinecolor}{\color{blue}}
\newcommand{\CJKsoutcolor}{\color{red}}
\newcommand{\CJKxoutcolor}{\color{blue}}
\end{verbatim}
\CJKunderline{ºº×Ö¼ÓÏ»®Ïߣ¬¿ÉÒÔ\CJKunderdot{ͬʱ¼Óµã}¡£}
\CJKunderline*{ºº×Ö¼ÓÏ»®Ïߣ¬¿ÉÒÔ\CJKunderdot{ͬʱ¼Óµã}¡£}
\CJKunderdot{ºº×ּӵ㣬¿ÉÒÔ\CJKunderline{ͬʱ¼ÓÏ»®Ïß}¡£}
\newpage
\end{CJK*}
\end{document}
|