% Go64! disk sleeve 5,25"
% Peter Karlsson <peter at softwolves full stop pp full stop s e>

% Document type
\documentclass[a4paper]{report}

% Packages
\usepackage{graphics}

% Change margins
\addtolength{\oddsidemargin}{-30mm}
\addtolength{\evensidemargin}{-30mm}
\setlength{\textwidth}{200mm}
\setlength{\textheight}{240mm}

% Document starts here
\begin{document}

% This is the actual cover
\setlength{\unitlength}{1mm}
\begin{picture}(178,221)
 \put(21,0){\line(0,1){123}}
 \put(21,0){\line(1,0){137}}
 \put(158,0){\line(0,1){123}}
 \put(89,172){\oval(178,98)}
 \put(18,123){\dashbox(142,98)}

% Contents of side A
 \put(20,217){\textnormal{\parbox[t]{69mm}{
  \textsc{Seite A}\\
  \begin{itemize}
   \item HD-Berania
   \item GEOS mp3 shots
   \item Graphics collection
  \end{itemize}}}}

% Contents of side B
 \put(89,217){\textnormal{\parbox[t]{69mm}{
  \textsc{Seite B}\\
  \begin{itemize}
   \item Stroke World
  \end{itemize}}}}

% Issue number
 \put(20,125){\textsf{Go64! 12/1997}}

% Go64! logotype (replaces cover photo)
 \put(120,125){\resizebox{35mm}{!}{\includegraphics{go64.ps}}}
\end{picture}

\end{document}

