% vim:ts=2 sw=2 et
% pstext.tex :
% Edward G.J. Lee (10/05/07)
\documentclass{article}
\usepackage{CJKutf8}
\usepackage{type1cm}
\usepackage{eso-pic,graphicx}
\usepackage{pst-text,pst-grad}
\begin{document}
\begin{CJK}{UTF8}{nkai}
\thispagestyle{empty}
\AddToShipoutPicture*{%
   \put(100,100){%
   \includegraphics[keepaspectratio]{debianlogo.1}}
}
\psset{linestyle=none}
\begin{pspicture}(-7,-3)(15,7)
\pstextpath(0,-6ex){\pscircle{5.5}}{\tt \fontsize{48}{20pt}\selectfont \textcolor{white}{debian@moto}}
\end{pspicture}

\begin{pspicture}(0.3,-1)(0.5,-2)
\psset{linestyle=solid,fillstyle=gradient,gradbegin=blue,gradend=cyan}
\pscharpath[gradangle=90]{\fontsize{72}{20pt}\selectfont 摩托學園}
\end{pspicture}

\end{CJK}
\end{document}
