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}
в*ĺȫDZ㲻á
\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}
|