scummvm/doc
Eugene Sandulenko 6ee478369a Reflect Simon engine rename in credits too.
svn-id: r24340
2006-10-15 21:21:17 +00:00
..
he
about.tex
audio-adlib.tex
audio-compression.tex
audio-fluidsynth.tex
audio-midi-emulated.tex
audio-midi-native.tex
audio-midi-sequencer.tex
audio-mt32.tex
audio-samplerate.tex
audio.tex
bugs.tex
compiling.tex
config.tex
contact.tex
credits.tex Reflect Simon engine rename in credits too. 2006-10-15 21:21:17 +00:00
games-bass.tex
games-c64.tex
games-comi.tex
games-copyprot.tex
games-feeble.tex
games-gob.tex
games-ite.tex
games-kyra.tex
games-mac.tex
games-mmnes.tex
games-multicd.tex
games-problems.tex
games-queen.tex
games-simon.tex
games-sword.tex
games.tex
platforms.tex
readme.tex
running-graphics-filters.tex
running-hotkeys.tex
running-language.tex
running-options.tex
running.tex
saves.tex

\documentclass [a4paper]{article}
%\author {The ScummVM Team}
\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{2006/06/07}
\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}


%%% Local Variables: 
%%% mode: latex
%%% TeX-master: "readme.tex"
%%% End: