]> 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: rename main file
[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}
14 \usepackage[plainpages=false,
15         pdfauthor={Felipe Balbi},
16         pdftitle={Texas Instruments Linux Core Product Developement Agile Methologies},
17         pdfsubject={Agile Definitions},
18         pdfkeywords={project, linux, kernel, agile},
19         pdfproducer=VIm,
20         pdfcreator=pdflatex]{hyperref}
21 \usepackage{bookmark}
23 \makeindex
25 \title{Linux Core Product Development: Agile Methodology Manual}
26 \author{
27         Felipe Balbi
28 }
29 \date{\today}
31 \begin{document}
33 \frontmatter
34 \pagenumbering{alph}
35 \maketitle
37 % An intentionally blank page just because is looks awesome on official
38 % standards :-p
39 \clearpage
40 \thispagestyle{empty}
41 \phantom{a}
42 \vfill
43 {
44         \centering This page is intentionally left blank
45         \vfill
46 }
48 \pagenumbering{roman}
49 \tableofcontents
50 \listoftables
52 \mainmatter
53 \pagenumbering{arabic}
54 \input{document-revision-history.tex}
55 \input{introduction.tex}
56 \input{scope.tex}
57 \input{roles-in-scrum.tex}
58 \input{the-sprint.tex}
59 \input{breaking-tasks-up.tex}
60 \input{definition-of-done.tex}
62 \nocite{*}
63 \bibliographystyle{plain}
64 \bibliography{references}
66 % An intentionally blank page just because is looks awesome on official
67 % standards :-p
68 \clearpage
69 \thispagestyle{empty}
70 \phantom{b}
71 \vfill
72 {
73         \centering This page is intentionally left blank
74         \vfill
75 }
77 \end{document}