% 12-6-9.tex
\documentclass{article}
\usepackage{pstricks}
\usepackage{pst-3d,pst-text,pst-plot,pst-coil}
\usepackage{CJK}
\begin{document}
\begin{CJK*}{GBK}{song}
\CJKtilde
\begin{center}
\psframebox{\Large 带框的文字}\\[5mm]
\psframebox[fillstyle=solid,fillcolor=red]{\bf\color{white}\Large 带框的文字}\\[5mm]
\psframebox{\Large 这一些}
\psframebox{\psframebox[linecolor=red]{\Large 是}
\psframebox[linecolor=red]{
\psframebox[linecolor=blue]{\Large 新出版的}
\psframebox[linecolor=blue]{\Large 书籍}}}\\[5mm]
\psdblframebox[linecolor=green]{\Large 带框的文字}\\[5mm]
\psshadowbox[fillstyle=solid,fillcolor=yellow]{
\color{red}\Large\begin{tabular}{c}
带框的\\ 文字\end{tabular}}\\[5mm]
\pscirclebox[doubleline=true]{
\color{blue}\Large\begin{tabular}{c}
带框的\\ 文字\end{tabular}}\\[5mm]
\psovalbox[doubleline=true,linecolor=magenta]{
\Large\begin{tabular}{c}
带框的\\ 文字\end{tabular}}\\[5mm]
图~101
\end{center}
\newpage
\begin{center}
\begin{pspicture}(7,3)
\psset{linecolor=lightgray}
\pstextpath[l](1,0.1){\pscurve[showpoints=true](0.2,0)(1,3)(3,0)(5,3)(7,0)}
{\color{blue}\large 这是~pstextpath~的例子}
\pstextpath[r]{\pscurve[showpoints=true](0.2,0)(1,3)(3,0)(5,3)(7,0)}
{\color{green}\large 这是~pstextpath~的例子}
\end{pspicture}
\vspace{3mm}
图~102
\end{center}
\begin{center}
\begin{pspicture}(1.5,-1.5)(4.5,1.5)
\psset{linestyle=none}
\pstextpath[c]{\psarcn(3,0){1}{180}{0}}{某某大学}
\pstextpath[c]{\psarc(3,0){1}{180}{0}}{某某研究所}
\end{pspicture}
\vspace{3mm}
图~103
\end{center}
\begin{center}
\begin{pspicture}(.5,0)(3.8,1.1)
\multirput(.5,0)(.3,.1){12}{*}
\end{pspicture}
\vspace{3mm}
图~104
\end{center}
\begin{center}
\begin{pspicture}(4,1)
\newcommand{\myzigzag}{\psline(0,0)(.5,1)(1.5,-1)(2,0)}
\psset{unit=.25,linewidth=1.5pt}
\multips(0,0)(2,0)8{\myzigzag}
\end{pspicture}
\vspace{5mm}
图~105
\end{center}
\begin{center}
\psrotateleft{向左旋转}
\psrotatedown{向下旋转}
\psrotateright{向右旋转}\\[2mm]
\psscalebox{2}{文字}\\[2mm]
\psscalebox{-0.8}{文字}\\[2mm]
\psscaleboxto(1,0.5){文字}\\[2mm]
\psscaleboxto(-3,.25){文字}\\[2mm]
\psscaleboxto(3,-.25){文字}
\vspace{5mm}
图~106
\end{center}
\newpage
\begin{center}
\pstilt{30}{\blue 文字}\\[2mm]
\pstilt{-30}{\red 文字}\\[2mm]
\pstilt{130}{\green 文字}\\[2mm]
\pstilt{45}{\psshadowbox{文字}}\\[14mm]
\pstilt{45}{\psaxes{}(2,1.5)}\\[14mm]
\pstilt{45}{\psgrid[unit=0.5cm,subgriddiv=0,gridcolor=cyan,gridlabelcolor=red](3,2)}\\[14mm]
\psshadow[]{\Huge\color{red} 带阴影的文字}
\vspace{10mm}
图~107
\end{center}
\newpage
\begin{center}
\begin{pspicture}(7,3)
\pscoil{|->}(0,0)(2,3)
\pscoil[coilaspect=22.5]{|->}(1.5,0)(3,3)
\pscoil[coilinc=80]{|->}(3.5,0)(4,3)
\pscoil[coilheight=1.5]{|->}(4.5,0)(6,3)
\pscoil[coilwidth=.3cm,coilarm=1cm]{|->}(6,0)(7,3)
\end{pspicture}
\vspace{10mm}
图~108
\end{center}
\begin{center}
\begin{pspicture}(0,-0.5)(7,3)
\pszigzag{}(0,1.5)(3,1.5)
\pszigzag[coilarm=.5cm,linearc=.2,doubleline=true]{}(4,1.5)(7,1.5)
\psCoil{0}{1220}
\psCoil[coilaspect=0,coilwidth=.75,coilheight=1.33,linewidth=1.5pt]{1440}{2660}
\end{pspicture}
\vspace{10mm}
图~109
\end{center}
\begin{center}
\begin{pspicture}(0,-0.5)(7,3)
\pszigzag*{}(0,1.5)(3,1.5)
\pszigzag*[coilarm=.5cm,linearc=.2,doubleline=true]{}(4,1.5)(7,1.5)
\psCoil*{0}{1220}
\psCoil*[coilaspect=0,coilwidth=.75,coilheight=1.33,linewidth=1.5pt]{1440}{2660}
\end{pspicture}
\vspace{10mm}
图~110
\end{center}
\end{CJK*}
\end{document}