]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-agile-manual/ti-agile-manual.git/blob - ti-agile-methodology-manual.tex
roles-in-scrum: enhance the team role
[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         Felipe Balbi
32         \and
33         Matt Porter
34 }
35 \date{\today}
37 \begin{document}
39 \frontmatter
40 \pagenumbering{alph}
41 \maketitle
43 % An intentionally blank page just because is looks awesome on official
44 % standards :-p
45 \clearpage
46 \thispagestyle{empty}
47 \phantom{a}
48 \vfill
49 {
50         \centering This page is intentionally left blank
51         \vfill
52 }
54 \pagenumbering{roman}
55 \tableofcontents
56 \listoftables
57 \listoffigures
58 \input{document-revision-history.tex}
60 \mainmatter
61 \pagenumbering{arabic}
62 \input{introduction.tex}
63 \input{scope.tex}
64 \input{scrum.tex}
65 \input{roles-in-scrum.tex}
66 \input{the-sprint.tex}
67 \input{breaking-tasks-up.tex}
68 \input{estimating.tex}
69 \input{definition-of-done.tex}
71 \nocite{*}
72 \bibliographystyle{alpha}
73 \bibliography{references}
75 % An intentionally blank page just because is looks awesome on official
76 % standards :-p
77 \clearpage
78 \thispagestyle{empty}
79 \phantom{b}
80 \vfill
81 {
82         \centering This page is intentionally left blank
83         \vfill
84 }
86 \end{document}