File: items.tex

package info (click to toggle)
adonthell 0.3.5-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,228 kB
  • ctags: 4,563
  • sloc: cpp: 44,102; sh: 9,553; python: 1,902; makefile: 212; lex: 51; sed: 16
file content (66 lines) | stat: -rw-r--r-- 1,445 bytes parent folder | download | duplicates (9)
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
66
\documentclass[11pt,a4paper,pdftex,twoside]{article}
\usepackage{a4wide}
\usepackage{makeidx}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{float}
\usepackage{items}
\usepackage{alltt}
\usepackage{times}
\usepackage{amsmath}
\usepackage[pdftex,
            pagebackref=true,
            colorlinks=true,
            linkcolor=blue,
            pdftitle={$projectname v$projectnumber},
            pdfauthor={Kai Sterker},
            bookmarksopen=True,
            pdfsubject={Adonthell Developer's Reference}
           ]{hyperref}
\makeindex
\setcounter{tocdepth}{2}
\setlength{\footrulewidth}{0.4pt}
\begin{document}

% -- Title
\title{The Adonthell Item System\\{}$projectname $projectnumber}
\author{Kai Sterker}
\date{$date}
\maketitle

% -- Copyright
\pagenumbering{roman}
\newpage
\pagestyle{empty}

\begin{center}
{\sc The Adonthell Item System} \\
\vspace*{\stretch{2}}
This document is part of the Adonthell Developer's Documentation\\
{\sf http://adonthell.linuxgames.com}\\
\vspace{1em}
\copyright 2001 Kai Sterker\\
{\sf kaisterker@linuxgames.com}\\
\vspace{1em}
Created with Doxygen $doxygenversion\\
{\sf http://www.doxygen.org}\\ 
Typeset with \LaTeX
\end{center}

\clearemptydoublepage
\tableofcontents
\clearemptydoublepage
\pagenumbering{arabic}
\pagestyle{fancy}
\input{abstract}
\newpage
\input{item}
\newpage
\input{combat}
\newpage
\input{inventory}
\newpage
\printindex
\end{document}

% -- File ends here --