scummvm/doc
2004-12-25 23:43:05 +00:00
..
he Duplicates 2004-11-28 12:36:31 +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 Slight update. 2004-12-13 08:00:25 +00:00
03_02.tex Auto convert old Simon 1/2 targets 2004-07-31 13:56:04 +00:00
03_03.tex slightly less hackish LaTeX code 2004-01-20 21:49:46 +00:00
03_04.tex use a ref here 2004-12-20 01:24:04 +00:00
03.tex Update HE games 2004-12-16 03:13:00 +00:00
04.tex Update CE related stuff a bit 2004-12-22 00:05:43 +00:00
05_01.tex Get rid of the useless & troublesome master_volume 2004-12-25 23:43:05 +00:00
05_02.tex Don't hard code refs 2004-10-21 22:53:54 +00:00
05_03.tex Don't hard code refs 2004-10-21 22:53:54 +00:00
05_04.tex BS1 accepts both F5 and ESC to open the control panel. 2004-07-19 17:28:21 +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 Added Multi-CD Section to 'Running ScummVM' 2004-01-26 08:21:25 +00:00
06_01.tex Broken Sword doesn't do auto-saving either, as far as I know. 2004-01-29 15:25:13 +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_03.tex slightly less hackish LaTeX code 2004-01-20 21:49:46 +00:00
07_04.tex Sync (Hope this is right). 2004-02-09 06:51:04 +00:00
07_05.tex Changed "mp3" to "MP3" whenever it refers to the actual format. (It's still 2004-10-14 10:33:48 +00:00
07_06.tex Added missing part of my previous commit of patch #957544. 2004-07-16 10:26:24 +00:00
07.tex Don't hard code refs 2004-10-21 22:53:54 +00:00
08.tex Get rid of the useless & troublesome master_volume 2004-12-25 23:43:05 +00:00
09.tex Fix LaTeX code 2004-12-23 19:43:04 +00:00
10.tex Updated, cleaned up, and unified the credits 2004-12-20 22:02:20 +00:00
readme.tex Apply patch #1017343 'latex documentation compilation warnings' submitted by 2004-08-27 10:35:13 +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{2004/01/18}
\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}