scummvm/doc
Torbjörn Andersson 349f63ebfc Changed "voice_volume" to "speech_volume" for consistency with the Broken
Sword games. (The digial iMUSE code still calls it voice volume, though.)

svn-id: r13483
2004-04-06 11:50:35 +00:00
..
.cvsignore .cvsignore 2004-01-20 19:49:13 +00:00
01.tex Sync (Hope this is right). 2004-02-09 06:51:04 +00:00
02_01.tex slightly less hackish LaTeX code 2004-01-20 21:49:46 +00:00
02.tex slightly less hackish LaTeX code 2004-01-20 21:49:46 +00:00
03_01.tex fix various LaTeX warnings; consistent spelling of FM-TOWNS 2004-02-09 09:53:03 +00:00
03_02.tex Sync (Hope this is right). 2004-02-09 06:22:13 +00:00
03_03.tex slightly less hackish LaTeX code 2004-01-20 21:49:46 +00:00
03_04.tex Update issues 2004-03-17 06:00:37 +00:00
03.tex fix various LaTeX warnings; consistent spelling of FM-TOWNS 2004-02-09 09:53:03 +00:00
04.tex slightly less hackish LaTeX code 2004-01-20 21:49:46 +00:00
05_01.tex added voice group volume to scumm engine for imuse digital and implemeted volume groups control 2004-04-05 18:24:36 +00:00
05_02.tex Sync (Hope this is right). 2004-02-09 06:22:13 +00:00
05_03.tex fix various LaTeX warnings; consistent spelling of FM-TOWNS 2004-02-09 09:53:03 +00:00
05_04.tex Update issues 2004-03-17 06:00:37 +00:00
05_05.tex slightly less hackish LaTeX code 2004-01-20 21:49:46 +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 Added latex-files. To make the readme.ps type 'latex readme.tex&&dvips readme.dvi -o readme.ps' If someone wants a Makefile, please post it to the scmmvm-devel-list. 2004-01-20 18:51:32 +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 Patch #885904 (Flac Support) with some tweaks by me 2004-02-22 14:11:16 +00:00
07.tex fix various LaTeX warnings; consistent spelling of FM-TOWNS 2004-02-09 09:53:03 +00:00
08.tex Changed "voice_volume" to "speech_volume" for consistency with the Broken 2004-04-06 11:50:35 +00:00
09.tex Remove mingw specifics, is same as GCC now. 2004-03-21 01:21:41 +00:00
10.tex Fixed spelling of my own name. :-) 2004-02-10 07:18:58 +00:00
readme.tex fix some warnings 2004-02-08 21:24:43 +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}

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