aboutsummaryrefslogtreecommitdiff
path: root/doc/readme.tex
blob: c3e3ca7087ac324846070fefa44c48850cf4a909 (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
54
55
56
57
58
59
60
61
62
63
64
65
%%% 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{about.tex}
\input{contact.tex}
\input{games.tex}
\input{platforms.tex}
\input{running.tex}
\input{saves.tex}
\input{audio.tex}
\input{config.tex}
\input{compiling.tex}
\input{credits.tex}

\end{document}