% 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 Assemblerkurs - Files
   \item How To Godot - Files
   \item Szene Stuff
   \item diverses
  \end{itemize}}}}

% Contents of side B
 \put(89,217){\textnormal{\parbox[t]{69mm}{
  \textsc{Seite B}\\
  \begin{itemize}
   \item CCL-Fragebogen
   \item Szene Stuff
  \end{itemize}}}}

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

% Cover photo
 \put(120,125){\resizebox{35mm}{!}{\includegraphics{2-2000big.ps}}}
\end{picture}

\end{document}

