%% 
%%  PSTricks -- Grafik fuer TeX und LaTeX, 4. Auflage (1. Auflage 2004)
%% 
%%  Example 10-10-2 on page 106.
%% 
%%  Copyright (C) 2007 Herbert Voss
%% 
%%  It may be distributed and/or modified under the conditions
%%  of the LaTeX Project Public License, either version 1.3
%%  of this license or (at your option) any later version.
%% 
%%  See http://www.latex-project.org/lppl.txt for details.
%% 

\documentclass{ttctexa}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{355.65944pt}
\setlength\parindent{0pt}
\newsavebox\TBox
\savebox\TBox{\parbox{4cm}{%
  Where were you when I was burned and broken -
  While the days slipped by from my window watching -
  Where were you when I was hurt and I was helpless -
  Because the things you say and the things you do surround me -
  While you were hanging yourself on someones else's words -
  Dying to believe in what you heard -
  I was staring straight into the shining sun -
}}
\StartShownPreambleCommands
\usepackage{pstricks}
\StopShownPreambleCommands
\begin{document}
\begin{pspicture}(-2,-2.5)(2,1.5)
\psclip{ \pscircle[linestyle=none](0.5\wd\TBox,-0.15\ht\TBox){2cm} }
  \usebox\TBox
\endpsclip
\end{pspicture}
\begin{pspicture}(-2,-2.5)(2,1.5)
\psclip{ \psccurve[linestyle=dashed](-2,-2)(0,2)(2,-2)(-2,-2)}
  \rput(0,0){\usebox\TBox}
\endpsclip
\end{pspicture}
\end{document}
