scummvm/doc
Travis Howell fbcecb98a1 Add 3DO platform for HE games
svn-id: r20714
2006-02-16 05:01:06 +00:00
..
he Change CVS keywords to SVN keywords 2006-02-11 13:27:07 +00:00
01.tex Add parts of patch #1416145 - README: various fixes 2006-01-27 10:01:07 +00:00
02_01.tex
02.tex Add parts of patch #1416145 - README: various fixes 2006-01-27 10:01:07 +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 Add parts of patch #1416145 - README: various fixes 2006-01-27 10:01:07 +00:00
03_03.tex
03_04.tex
03_05.tex Fixed lots of Subversion properties (keywords, mime-type, eol-style) 2006-02-07 23:04:51 +00:00
03_06.tex Sync. updates and section numbers. 2006-01-20 00:12:01 +00:00
03_07.tex Sync. updates and section numbers. 2006-01-20 00:12:01 +00:00
03_08.tex Add parts of patch #1416145 - README: various fixes 2006-01-27 10:01:07 +00:00
03_09.tex Add German version of Maniac NES. 2006-02-04 22:27:52 +00:00
03_10.tex Sync. updates and section numbers. 2006-01-20 00:12:01 +00:00
03_11.tex Removed version from docs 2006-01-26 10:09:39 +00:00
03.tex Correct case of SPY Fox game titles 2006-02-14 06:57:42 +00:00
04.tex Doc update: Added coremidi driver; removed obsolete amidi driver; updated & corrected the platforms list 2006-01-14 17:28:20 +00:00
05_01.tex Add 3DO platform for HE games 2006-02-16 05:01:06 +00:00
05_02.tex Mention Polish Simon2. 2005-11-18 22:49:04 +00:00
05_03.tex More doc tweaks 2006-01-21 13:19:56 +00:00
05_04.tex BASS doesn't have quickload & quicksave hotkeys 2006-01-22 00:25:37 +00:00
05_05.tex
05_06.tex
05.tex More doc tweaks 2006-01-21 13:19:56 +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 Add new platforms. 2006-01-21 23:59:04 +00:00
07_01.tex
07_02.tex Sync. updates and section numbers. 2006-01-20 00:12:01 +00:00
07_03.tex More doc tweaks 2006-01-21 13:19:56 +00:00
07_04.tex Sync. updates and section numbers. 2006-01-20 00:12:01 +00:00
07_05.tex Sync. updates and section numbers. 2006-01-20 00:12:01 +00:00
07_06.tex Add parts of patch #1416145 - README: various fixes 2006-01-27 10:01:07 +00:00
07_07.tex Add parts of patch #1416145 - README: various fixes 2006-01-27 10:01:07 +00:00
07_08.tex Sync. updates and section numbers. 2006-01-20 00:19:56 +00:00
07.tex Sync. updates and section numbers. 2006-01-20 00:12:01 +00:00
08.tex Add new platforms. 2006-01-21 23:59:04 +00:00
09.tex Update documentation to list SVN now, instead of CVS. 2006-02-15 23:23:54 +00:00
10.tex Fix spelling in new entry Formed -> Former :D 2006-01-30 20:48:45 +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}