Paweł Kołodziejski 107073537e imported AGI engine
svn-id: r22588
2006-05-23 23:43:52 +00:00
..
2006-05-13 17:28:33 +00:00
2006-04-06 22:12:48 +00:00
2006-04-06 22:12:48 +00:00
2006-04-06 22:12:48 +00:00
2006-04-06 22:12:48 +00:00
2006-04-06 22:12:48 +00:00
2006-04-06 22:12:48 +00:00
2006-04-06 22:12:48 +00:00
2006-04-06 22:32:53 +00:00
2006-05-04 02:28:19 +00:00
2006-04-06 22:32:53 +00:00
2006-05-23 23:43:52 +00:00
2006-04-06 22:32:53 +00:00
2006-04-06 22:32:53 +00:00
2006-04-06 22:32:53 +00:00
2006-04-06 22:32:53 +00:00
2006-04-06 22:32:53 +00:00
2006-04-06 22:32:53 +00:00
2006-04-06 22:32:53 +00:00
2006-05-02 23:28:07 +00:00
2006-04-06 22:32:53 +00:00
2006-04-06 22:32:53 +00:00
2006-04-06 22:32:53 +00:00
2006-05-02 23:38:36 +00:00
2006-04-06 22:32:53 +00:00

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: 
\documentclass [a4paper]{article}
%\author {Hannes Niederhausen}
\title {ScummVM ReadMe}

\usepackage{hyperref}
\usepackage{times}
\usepackage{fancyhdr}
\usepackage[latin1] {inputenc}

    % mods for 10pt taken from the 'a4wide' style
    % for a better page-usage
    \oddsidemargin  0.15 in     %   Left margin on odd-numbered pages.
    \evensidemargin 0.35 in     %   Left margin on even-numbered pages.
    \marginparwidth 1 in        %   Width of marginal notes.
    \oddsidemargin 0.25 in      %   Note that \oddsidemargin = \evensidemargin
    \evensidemargin 0.25 in
    \marginparwidth 0.75 in
    \textwidth 5.875 in % Width of text line.

\addtolength{\textheight}{\topmargin}
\addtolength{\textheight}{\footskip}
\addtolength{\textheight}{2cm}
\setlength{\topmargin}{-1cm}
\setlength{\footskip}{0cm}
%\setlength{\headheight}{0cm}

\setlength{\parindent}{0mm}

\setlength{\parskip}{1.5ex plus0.5ex minus0.5ex}

\date{2005/11/03}
\author{The ScummVM Team}

\begin{document}
%
\pagestyle{empty}
\fancyhf{}
\fancyhead[L]{ScummVM ReadMe}
\fancyhead[R]{\thepage}
\renewcommand{\headrulewidth} {1pt}
%
\maketitle
%\newpage
%\thispagestyle {empty}
\tableofcontents
%
\newpage
\pagestyle{fancy}
\input{about.tex}
\input{contact.tex}
\input{games.tex}
\input{platforms.tex}
\input{running.tex}
\input{saves.tex}
\input{audio.tex}
\input{config.tex}
\input{compiling.tex}
\input{credits.tex}

\end{document}