-
Notifications
You must be signed in to change notification settings - Fork 31
/
gitt.tex
53 lines (44 loc) · 868 Bytes
/
gitt.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
45
46
47
48
49
50
51
52
\providecommand{\mediaformat}{screen}
\documentclass[\mediaformat]{gitt}
% Title/author/date
\title{Git in the Trenches}
\author{Peter Savage}
\date{August 2011}
\begin{document}
% Front cover
\frontcover{images/fcover-new.pdf}
% Front matter
\frontmatter
\maketitle
\cleardoublepage
\tableofcontents
% Main matter
% DO NOT REMOVE THE LINE BELOW
\mainmatter
\include{intro}
\include{setup}
\include{chap1}
\include{afterhours1}
\include{chap2}
\include{afterhours2}
\include{chap3}
\include{afterhours3}
\include{chap4}
\include{afterhours4}
\include{chap5}
\include{afterhours5}
\include{chap6}
\include{afterhours6}
\include{chap7}
\include{afterhours7}
\include{chap8}
\include{afterhours8}
\include{chap9}
% Back matter
% DO NOT REMOVE THE LINE BELOW
\backmatter
\include{ack}
\include{index}
% Back cover
\backcover{images/bcover-new.pdf}
\end{document}