aboutsummaryrefslogtreecommitdiff
path: root/doc/readme.tex
diff options
context:
space:
mode:
authorHannes Niederhausen2004-01-20 18:51:32 +0000
committerHannes Niederhausen2004-01-20 18:51:32 +0000
commit941f99dc38366a2bb53c438c43979642d983c3eb (patch)
tree485e876422b209ae0ff54a92388e1b470af3e1e3 /doc/readme.tex
parentf05654662ce6f0ef40bc378ec0032d77e50a5db8 (diff)
downloadscummvm-rg350-941f99dc38366a2bb53c438c43979642d983c3eb.tar.gz
scummvm-rg350-941f99dc38366a2bb53c438c43979642d983c3eb.tar.bz2
scummvm-rg350-941f99dc38366a2bb53c438c43979642d983c3eb.zip
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.
svn-id: r12560
Diffstat (limited to 'doc/readme.tex')
-rw-r--r--doc/readme.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/readme.tex b/doc/readme.tex
new file mode 100644
index 0000000000..e2001412fa
--- /dev/null
+++ b/doc/readme.tex
@@ -0,0 +1,42 @@
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End:
+\documentclass [a4paper,12pt]{article}
+%\author {Hannes Niederhausen}
+\title {ScummVM ReadMe}
+
+\usepackage {times}
+\usepackage {fancyhdr}
+\usepackage [latin1] {inputenc}
+
+\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} \ No newline at end of file