]> 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: sections to 'Breaking Tasks'
[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 %%                                                                       %%
7 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9 \documentclass[10pt,a4paper,oneside]{book}
10 \usepackage[table]{xcolor}
11 \usepackage{lscape}
12 \usepackage{makeidx}
13 \usepackage{graphicx}
14 \usepackage{pgfplotstable}
15 \usepackage{pgfplots}
17 \usepackage[plainpages=false,
18         pdfauthor={Felipe Balbi},
19         pdftitle={Texas Instruments Linux Core Product Developement Agile Methologies},
20         pdfsubject={Agile Definitions},
21         pdfkeywords={project, linux, kernel, agile},
22         pdfproducer=VIm,
23         pdfcreator=pdflatex]{hyperref}
24 \usepackage{bookmark}
26 \makeindex
28 \title{Linux Core Product Development: Agile Methodology Manual}
29 \author{
30         Felipe Balbi
31 }
32 \date{\today}
34 \begin{document}
36 \frontmatter
37 \pagenumbering{alph}
38 \maketitle
40 % An intentionally blank page just because is looks awesome on official
41 % standards :-p
42 \clearpage
43 \thispagestyle{empty}
44 \phantom{a}
45 \vfill
46 {
47         \centering This page is intentionally left blank
48         \vfill
49 }
51 \pagenumbering{roman}
52 \tableofcontents
53 \listoftables
54 \listoffigures
56 \mainmatter
57 \pagenumbering{arabic}
58 \input{document-revision-history.tex}
59 \input{introduction.tex}
60 \input{scope.tex}
61 \input{roles-in-scrum.tex}
62 \input{the-sprint.tex}
63 \input{breaking-tasks-up.tex}
64 \input{definition-of-done.tex}
66 \nocite{*}
67 \bibliographystyle{alpha}
68 \bibliography{references}
70 % An intentionally blank page just because is looks awesome on official
71 % standards :-p
72 \clearpage
73 \thispagestyle{empty}
74 \phantom{b}
75 \vfill
76 {
77         \centering This page is intentionally left blank
78         \vfill
79 }
81 \end{document}