\documentclass[12pt,dvips]{article}  
\usepackage{graphics,picins}
\title{\LaTeX{} Exercise: The PicIns Package}
\author{M. Karel}
\date{\today}
\begin{document}
\maketitle

This is a test of the PicIns postscript graphics package, which is
designed to work with the package ``graphics.''

We can both rotate and adjust the dimensions of the included graphics
by commands in the graphics package.  If we want to have text flow
around a graphic image, then we can use the ``parpic'' command from
the PicIns package.  Here is an example.
   

%\begin{figure}
%%\begin{center}
%\includegraphics{rabbit-23.ps}
%%\end{center}
%\end{figure}     

\parpic{\includegraphics{rabbit-23.ps}} Here is some text that we want
to flow around the picture, which is 2 inches wide by 3 inches high.
The picture in this case is already scaled correctly, but if it were
not, one could use the command ``scalebox,'' giving as
its required 
argument the command ``include\-graphics\{rabbit-23.ps\}'' to
get a box with the right dimensions.
\end{document}