ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/doc/playbook/handbook.tex
Revision: 1.2
Committed: Thu Sep 7 21:43:15 2006 UTC (17 years, 9 months ago) by pippijn
Content type: application/x-tex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
Moved documents to doc/historic

File Contents

# Content
1 %
2 %
3
4 %\documentstyle[local,A4,longtable,psfig,12pt]{report}
5
6 \documentclass[12pt, a4paper]{report}
7 \usepackage{local}
8 \usepackage{longtable}
9 \usepackage{epsfig}
10 \usepackage[latin1]{inputenc}
11 \usepackage[T1]{fontenc}
12 \usepackage[english]{babel}
13
14 \def\inputimage#1{ \input{#1}}
15
16 % uncomment in the following line if you
17 % DONT want to have icons in your text.
18
19 % \def\inputimage#1{}
20
21
22 % TEXT DEFINITIONS
23 \def\etal{{\it et al.}}
24 \def\cf{{\sl Crossfire}}
25 \def\playbook{{\sl Crossfire} {\bf Player's Handbook}}
26 \def\spoiler{{\sl Crossfire} {\bf Spoiler}}
27 \def\spellcasting{wizardry} % name of the skill that allows casting incantations
28 \def\wizbook{grimore} % name of the text you learn incantations from
29 \def\divinemagic{divine magic}
30 \def\wizardry{wizardry}
31 \def\alchemy{{\tt alchemy}} % name of the spell to use alchemy code
32 \def\mage{magery} % mage experience category name
33 \def\priest{wisdom} % priest experience category name
34 \def\incantation{incantation}
35 % this is the case a/an for 'incantation' def
36 \def\ina{n}
37 % using this caus Klaus yelled at me ;)
38 \def\emdash{{\em $-$}}
39 % here are some names
40 \def\angband{{\sl Angband}}
41 \def\ragnarok{{\sl Ragnarok}}
42 \def\gauntlet{{\sl Gauntlet (TM)}}
43 \def\rogue{{\sl Rogue}}
44 \def\hack{{\sl NetHack}}
45 \def\moria{{\sl Moria}}
46 \def\sngc#1{\multicolumn{1}{c}{#1}}
47 \def\snglc#1{\multicolumn{1}{|c}{#1}}
48 \def\sngLc#1{\multicolumn{1}{|c|}{#1}}
49 \def\tplc#1{\multicolumn{3}{c|}{#1}}
50
51
52 %\pssilent
53
54 \pagestyle{empty}
55
56 \title{Player's Handbook for Crossfire}
57 \author{Brian Thomas\footnote{thomas@astro.psu.edu}}
58
59 \makeindex
60
61 \begin{document}
62 \pagestyle{plain}
63 \renewcommand{\thepage}{\roman{page}}
64
65 % TITLE PAGE
66 \input{title}
67
68 \snglsp
69 %\dblesp
70
71 % CONTENTS
72 \tableofcontents
73 % \listoffigures
74 \listoftables
75
76 \pagebreak
77
78 \sloppy
79 \setcounter{page}{1}
80 \renewcommand{\thepage}{\arabic{page}}
81
82 % CHAPTERS
83 \input{chap1}
84 \input{chap2}
85 \input{chap3}
86 \input{chap4}
87 \input{chap5}
88 \input{chap6}
89 \input{chap7}
90
91 % APPENDICES
92 \appendix
93 \input{appA}
94 \input{appB}
95 \input{appC}
96
97 % Index
98 \input{index}
99
100 % REFERENCES
101 % \input{references}
102
103 \end{document} % You are done !
104