forked from manish/The-Zeitgeist-Manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.tex
44 lines (29 loc) · 838 Bytes
/
index.tex
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
\documentclass[10pt]{book}
\usepackage[pdftex]{graphicx}
\usepackage{fullpage}
\usepackage{hyperref}
\hypersetup{
colorlinks=false,
pdfborder={0 0 0},
}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\begin{document}
\include{include/coverpage}
\tableofcontents
\chapter{What is Zeitgeist}
\include{include/what_is_zeitgeist}
\chapter{Zeitgeist Technologies}
\include{include/zeitgeist_technologies}
\chapter{Development Process}
\include{include/development_process}
\chapter{Development Tools}
\include{include/development_tools}
\chapter{Deployment Process}
\include{include/deployment_process}
\chapter{Zeitgeist Community}
\include{include/zeitgeist_community}
\chapter{Current Zeitgeist Status}
\include{include/current_status}
\chapter{Developer section}
\include{include/zeitgeist_development}
\end{document}