aboutsummaryrefslogtreecommitdiff
path: root/doc/readme.tex
blob: b9f151f5c95ed3b9ef35afe253301d41f729dc80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
%%% 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}

\begin{document}
%
\pagestyle {empty}
\fancyhf {}
\fancyhead [LE, RO] {\thepage}
\fancyhead [RE, LO] {ScummVM ReadMe}
\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}