%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This file is part of the C Meat-Axe.                                 %
% Written by Michael Ringe <mringe@tiffy.math.rwth-aachen.de>          %
% (C) Copyright 1992:	    Lehrstuhl D fuer Mathematik                %
%                           RWTH Aachen                                %
%                           Aachen, Germany                            %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%\includeonly{intro}


\documentstyle[11pt]{report}
\makeindex

% Layout
% ------
\oddsidemargin 0mm
\evensidemargin 0mm
\topmargin -10mm
\textwidth 16cm
\textheight 25cm
\pagestyle{headings}

% Some macros
% -----------
\def\MeatAxe{{\sf MeatAxe}}
\input{release}
\def\N{I\!\! N}
\def\Z{Z\!\!\! Z\!}
\def\GF{{\rm GF}}
\def\msg#1{\begin{list}{}{\listparindent 0cm}\item[]\tt#1\end{list}}


\begin{document}

\thispagestyle{empty}
\title{The C \MeatAxe\\Release \MTXRelease}
\author{Michael Ringe\thanks{\protect\parbox[t]{0.9\linewidth}{
\protect\small Current address: Lehrstuhl D f\"ur Mathematik, RWTH Aachen,
52056 Aachen, Germany\protect\\
E-mail: mringe@tiffy.math.rwth-aachen.de}}
}
\maketitle
\date{\MTXRelDate}

\newpage
\tableofcontents
\include{intro}
\include{progs}
\include{libs}
\input{meataxe.ind}

\end{document}


