%
% To use PSbox, look in the postscript file.  There will be a
% comment about the bounding box.  It will be four numbers, say
% a, b, c, d
% To use this to include the file at full scale, say
% \PSbox{filename}{a}{b}{c}{d}{1}
% The last number is the scale.  If using dvips, the scale is a
% percentage.  If it is other than 100, you will
% have to multiply a, b, c, and d by it yourself.
%
\newlength{\width}
\newlength{\height}
\newlength{\hoff}
\newlength{\voff}
\newcommand{\PSbox}[6]{
\setlength{\width}{#4pt}
\addtolength{\width}{-#2pt}
\setlength{\height}{#5pt}
\addtolength{\height}{-#3pt}
\mbox{\rule{0in}{\height}
\special{psfile=#1 hscale=#6 vscale=#6 
         hoffset=-#2 voffset=-#3}\hspace{\width}}}
