scummvm/doc
Max Horn b75be44d06 Sev now is project lead, too
svn-id: r21728
2006-04-09 14:51:47 +00:00
..
he Add Russian puttrace and pajama3 2006-03-10 19:35:35 +00:00
about.tex Started to rename the LaTeX files based on their content instead of their numbering (which changes all the time anyway) 2006-04-06 22:06:03 +00:00
audio-adlib.tex Renamed more LaTeX files 2006-04-06 22:12:48 +00:00
audio-compression.tex Renamed more LaTeX files 2006-04-06 22:12:48 +00:00
audio-fluidsynth.tex Renamed more LaTeX files 2006-04-06 22:12:48 +00:00
audio-midi-emulated.tex Renamed more LaTeX files 2006-04-06 22:12:48 +00:00
audio-midi-native.tex Renamed more LaTeX files 2006-04-06 22:12:48 +00:00
audio-midi-sequencer.tex Renamed more LaTeX files 2006-04-06 22:12:48 +00:00
audio-mt32.tex Renamed more LaTeX files 2006-04-06 22:12:48 +00:00
audio-samplerate.tex Renamed more LaTeX files 2006-04-06 22:12:48 +00:00
audio.tex Renamed more LaTeX files 2006-04-06 22:12:48 +00:00
bugs.tex Renamed last LaTeX files 2006-04-06 22:32:53 +00:00
compiling.tex Started to rename the LaTeX files based on their content instead of their numbering (which changes all the time anyway) 2006-04-06 22:06:03 +00:00
config.tex Started to rename the LaTeX files based on their content instead of their numbering (which changes all the time anyway) 2006-04-06 22:06:03 +00:00
contact.tex Renamed last LaTeX files 2006-04-06 22:32:53 +00:00
credits.tex Sev now is project lead, too 2006-04-09 14:51:47 +00:00
games-bass.tex Renamed last LaTeX files 2006-04-06 22:32:53 +00:00
games-c64.tex Renamed last LaTeX files 2006-04-06 22:32:53 +00:00
games-copyprot.tex Renamed last LaTeX files 2006-04-06 22:32:53 +00:00
games-gob.tex Renamed last LaTeX files 2006-04-06 22:32:53 +00:00
games-ite.tex Renamed last LaTeX files 2006-04-06 22:32:53 +00:00
games-kyra.tex Renamed last LaTeX files 2006-04-06 22:32:53 +00:00
games-mmnes.tex Renamed last LaTeX files 2006-04-06 22:32:53 +00:00
games-problems.tex Renamed last LaTeX files 2006-04-06 22:32:53 +00:00
games-queen.tex Renamed last LaTeX files 2006-04-06 22:32:53 +00:00
games-simon.tex Renamed last LaTeX files 2006-04-06 22:32:53 +00:00
games-sword.tex Renamed last LaTeX files 2006-04-06 22:32:53 +00:00
games.tex Renamed last LaTeX files 2006-04-06 22:32:53 +00:00
platforms.tex Started to rename the LaTeX files based on their content instead of their numbering (which changes all the time anyway) 2006-04-06 22:06:03 +00:00
readme.tex Started to rename the LaTeX files based on their content instead of their numbering (which changes all the time anyway) 2006-04-06 22:06:03 +00:00
running-graphics-filters.tex Renamed even more LaTeX files (those names might not be the best, but the section structure isn't very logical to start with <sigh>) 2006-04-06 22:17:37 +00:00
running-hotkeys.tex Renamed even more LaTeX files (those names might not be the best, but the section structure isn't very logical to start with <sigh>) 2006-04-06 22:17:37 +00:00
running-language.tex Renamed even more LaTeX files (those names might not be the best, but the section structure isn't very logical to start with <sigh>) 2006-04-06 22:17:37 +00:00
running-mac-games.tex Renamed even more LaTeX files (those names might not be the best, but the section structure isn't very logical to start with <sigh>) 2006-04-06 22:17:37 +00:00
running-multicd.tex Renamed even more LaTeX files (those names might not be the best, but the section structure isn't very logical to start with <sigh>) 2006-04-06 22:17:37 +00:00
running-options.tex Renamed even more LaTeX files (those names might not be the best, but the section structure isn't very logical to start with <sigh>) 2006-04-06 22:17:37 +00:00
running.tex Renamed even more LaTeX files (those names might not be the best, but the section structure isn't very logical to start with <sigh>) 2006-04-06 22:17:37 +00:00
saves.tex Renamed last LaTeX files 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}