scummvm/doc
Travis Howell 73e9a87e96 Correct Spy Fox game's titles.
svn-id: r19850
2005-12-30 02:59:56 +00:00
..
he Actually there are 137 smackers in football2002 2005-12-09 14:00:36 +00:00
.cvsignore
01.tex Sync (Hope this is right). 2004-02-09 06:51:04 +00:00
02_01.tex use a ref here 2004-12-20 01:24:04 +00:00
02.tex slightly less hackish LaTeX code 2004-01-20 21:49:46 +00:00
03_01.tex Fix bug #1326833 "ITE: Missing copy protection". Though it is disabled 2005-10-17 03:28:21 +00:00
03_02.tex Simon 1 and Simon 2 are auto detected now. 2005-11-18 22:50:22 +00:00
03_03.tex slightly less hackish LaTeX code 2004-01-20 21:49:46 +00:00
03_04.tex Fix doc compilation 2005-03-27 18:29:09 +00:00
03_05.tex Updated/fixed more version strings in HEAD 2005-10-29 18:45:48 +00:00
03_05a.tex Fix typo. 2005-11-09 09:46:57 +00:00
03_06.tex Bump version to 0.9.0CVS. Woo hoo! 2005-10-17 13:42:36 +00:00
03.tex Correct Spy Fox game's titles. 2005-12-30 02:59:56 +00:00
04.tex Update CE related stuff a bit 2004-12-22 00:05:43 +00:00
05_01.tex talkspeed and copy-protection aren't SCUMM-specific anymore SAGA uses them 2005-10-18 19:05:22 +00:00
05_02.tex Mention Polish Simon2. 2005-11-18 22:49:04 +00:00
05_03.tex Correct no scaling option. 2005-06-03 11:11:49 +00:00
05_04.tex Change Broken Sword I & II -> 1 & 2 in LaTeX docs, too 2005-10-23 10:45:32 +00:00
05_05.tex Updated README/TODO/NEWS 2004-07-27 00:37:11 +00:00
05_06.tex Added Multi-CD Section to 'Running ScummVM' 2004-01-26 08:21:25 +00:00
05.tex Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
06_01.tex Change Broken Sword I & II -> 1 & 2 in LaTeX docs, too 2005-10-23 10:45:32 +00:00
06.tex slightly less hackish LaTeX code 2004-01-20 21:49:46 +00:00
07_01.tex slightly less hackish LaTeX code 2004-01-20 21:49:46 +00:00
07_02.tex Patch #1048326 Better MT-32 support 2004-10-21 22:37:37 +00:00
07_02a.tex Patch #1048326 Better MT-32 support 2004-10-21 22:37:37 +00:00
07_02b.tex Forgot to add files when committing patch #1175374. 2005-04-10 14:35:11 +00:00
07_03.tex Patches #1164217 "Updated GS Support + Percussion Remapping Patch" and 2005-04-13 00:11:49 +00:00
07_04.tex Sync (Hope this is right). 2004-02-09 06:51:04 +00:00
07_05.tex Remove old targets too. 2005-11-18 22:56:13 +00:00
07_06.tex Some spelling and grammar improvements (I hope - I'm no linguist!) 2005-07-28 14:23:39 +00:00
07.tex Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation 2005-04-10 14:33:44 +00:00
08.tex Change Broken Sword I & II -> 1 & 2 in LaTeX docs, too 2005-10-23 10:45:32 +00:00
09.tex Fix LaTeX code 2004-12-23 19:43:04 +00:00
10.tex New credits format (DocBook conversion not yet done) 2005-12-19 02:23:01 +00:00
readme.tex Updated latex readme.tex date to match README 2005-11-08 00:15:09 +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{01.tex}
\input{02.tex}
\input{03.tex}
\input{04.tex}
\input{05.tex}
\input{06.tex}
\input{07.tex}
\input{08.tex}
\input{09.tex}
\input{10.tex}

\end{document}