scummvm/doc
Paweł Kołodziejski 107073537e imported AGI engine
svn-id: r22588
2006-05-23 23:43:52 +00:00
..
he Add newly discovered HE demos. 2006-05-13 17:28:33 +00:00
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 Update Simon engine settings 2006-05-04 02:28:19 +00:00
contact.tex
credits.tex imported AGI engine 2006-05-23 23:43:52 +00:00
games-bass.tex
games-c64.tex
games-copyprot.tex
games-gob.tex
games-ite.tex
games-kyra.tex
games-mmnes.tex
games-problems.tex
games-queen.tex
games-simon.tex
games-sword.tex
games.tex Use consistent game order 2006-05-02 23:38:36 +00:00
platforms.tex
readme.tex
running-graphics-filters.tex
running-hotkeys.tex Add keyboard shortcuts for FF 2006-05-04 12:53:10 +00:00
running-language.tex
running-mac-games.tex
running-multicd.tex
running-options.tex --force-1x-overlay is no more. Remove leftovers. 2006-05-18 13:59:20 +00:00
running.tex
saves.tex

%%% 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}