% 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{Side A}\\
  \begin{itemize}
   \item REX-Shell
   \item NMI disable
   \item BASIC project
   \item NP4 stuff
  \end{itemize}}}}

% Contents of side B
 \put(89,217){\textnormal{\parbox[t]{69mm}{
  \textsc{Side B}\\
  \begin{itemize}
   \item Finder (Wheels)
   \item GEOS font
   \item Assember-tutorial table
   \item Zynax II
  \end{itemize}}}}

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

% Cover photo (use d_ version for German)
%\put(120,125){\resizebox{35mm}{!}{\includegraphics{d_999big.ps}}}
 \put(120,125){\resizebox{35mm}{!}{\includegraphics{e_999big.ps}}}
\end{picture}

\end{document}

