]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-agile-manual/ti-agile-manual.git/blob - ti-agile-methodology-manual.tex
tamm: terminology: add new terminology section
[ti-agile-manual/ti-agile-manual.git] / ti-agile-methodology-manual.tex
1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 %%                                                                       %%
3 %% Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com %%
4 %%                                                                       %%
5 %% Author: Felipe Balbi <balbi@ti.com>                                   %%
6 %% Author: Matt Porter <mporter@ti.com>                                  %%
7 %%                                                                       %%
8 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
10 \documentclass[10pt,a4paper,oneside]{book}
11 \usepackage[table]{xcolor}
12 \usepackage{lscape}
13 \usepackage{makeidx}
14 \usepackage{graphicx}
15 \usepackage{pgfplotstable}
16 \usepackage{pgfplots}
18 \usepackage[plainpages=false,
19         pdfauthor={Felipe Balbi, Matt Porter},
20         pdftitle={Linux Core Product Development: Agile Methology Manual},
21         pdfsubject={Agile Definitions},
22         pdfkeywords={project, linux, kernel, agile},
23         pdfproducer=VIm,
24         pdfcreator=pdflatex]{hyperref}
25 \usepackage{bookmark}
27 \makeindex
29 \title{Linux Core Product Development: Agile Methodology Manual}
30 \author{
31         Chase Maupin
32         \and
33         Darren Etheridge
34         \and
35         Felipe Balbi
36         \and
37         Matt Porter
38 }
39 \date{\today}
41 \begin{document}
43 \frontmatter
44 \pagenumbering{alph}
45 \maketitle
47 % An intentionally blank page just because is looks awesome on official
48 % standards :-p
49 \clearpage
50 \thispagestyle{empty}
51 \phantom{a}
52 \vfill
53 {
54         \centering This page is intentionally left blank
55         \vfill
56 }
58 \pagenumbering{roman}
59 \tableofcontents
60 \listoftables
61 \listoffigures
62 \input{document-revision-history.tex}
64 \mainmatter
65 \pagenumbering{arabic}
66 \input{introduction.tex}
67 \input{terminology.tex}
68 \input{scope.tex}
69 \input{scrum.tex}
70 \input{roles-in-scrum.tex}
71 \input{meetings.tex}
72 \input{the-sprint.tex}
73 \input{breaking-tasks-up.tex}
74 \input{estimating.tex}
75 \input{definition-of-done.tex}
77 \nocite{*}
78 \bibliographystyle{alpha}
79 \bibliography{references}
81 % An intentionally blank page just because is looks awesome on official
82 % standards :-p
83 \clearpage
84 \thispagestyle{empty}
85 \phantom{b}
86 \vfill
87 {
88         \centering This page is intentionally left blank
89         \vfill
90 }
92 \end{document}