%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% cdrom-label.tex:  A macro for creating a CDROM jewel box label.
% You supply the title.
% Then latex it, print it, and cut it out.
%
% Author: Daniel J. Barrett, barrett@cs.umass.edu
% This file is placed in the public domain.
% If you improve it, please send me your new version!
%
% Example of use:
%
% \documentstyle{article}
% \input{cdrom-label}
% \begin{document}
% \begin{cdcover}
% \title{USENET Source Code, March 1992}
% \end{cdcover}
% \end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\textwidth 6.5 in
\oddsidemargin 0 in
\evensidemargin 0 in
\topmargin -1.0 in
\textheight 9.5 in

\newenvironment{cdcover}%
{
	\def\title##1{\multicolumn{1}{|c|}{\LARGE ##1}}
	\def\fudge{-10pt}

	\begin{tabular}{|p{4.55in}|}
	\hline
	\\[\fudge]
}%
{
	\\
	\\[\fudge]
	\hline
	{\ } \\[5.5in]
	\hline
	\end{tabular}
}
