florath/rmtoo

View on GitHub
doc/latex2/requirements.tex

Summary

Maintainability
Test Coverage
\documentclass{report}
\usepackage{longtable}
\usepackage{graphicx}
% When latex aborts with
%  pdfTeX error (ext4): \pdfendlink ended up in different nesting level than \pd
%  fstartlink.
% Comment that line with draft out and inpect the errornous page
\usepackage[pdfauthor={flonatel},%
%draft,%
pdftitle={Requirements for rmtoo},%
pdfsubject={Requirement description for rmtoo},%
pdfkeywords={requirements management tool free open source dependency tracking},%
pagebackref=true,%
pdftex, bookmarks=true, colorlinks=true]{hyperref}

\usepackage[a4paper]{geometry}

\usepackage[titles]{tocloft}
\usepackage{fancyhdr}

\setlength{\cftsubsecnumwidth}{4em}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyhead[L]{\rightmark}
\fancyfoot[R]{\thepage}
\fancyfoot[L]{Version \input{reqs-version.txt}}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}

\parindent0em

\begin{document}
\thispagestyle{empty}

\mbox{}

\vfill

{\LARGE\textbf{Requirements for rmtoo}}

\vspace{1cm}

{\Large\textbf{Free and Open Source Requirements Management Tool}}

\vfill

{\Large\textbf{written by Andreas Florath}}

\vfill

17. May 2011

\vfill

Requirements Version: \input{reqs-version.txt}

\vfill

\newpage

\mbox{}

\vfill

{\small

\copyright 2010-2011 by florath nanosystems \& telecommunications GmbH 
\& Co. KG --- www.flonatel.org 

All rights reserved.

Redistribution and use in physical and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

Redistributions must retain the above copyright notice, this list of
conditions and the following disclaimer.

Neither the name of the florath nanosystems \& telecommunications GmbH
\& Co. KG nor the names of its contributors may be used to endorse or
promote products derived from this software without specific prior
written permission.

THIS DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
}
\newpage

\tableofcontents

\newpage

\input{reqtopics.tex}

\chapter{Status}
\input{reqsprios.tex}

\chapter{Statistics}
\section{Burndown Diagram}
\includegraphics{stats_burndown.pdf}

\section{Requirements Count Statistics}
\includegraphics{stats_reqs_cnt.pdf}

\end{document}