22 lines
422 B
TeX
22 lines
422 B
TeX
% select the document template
|
|
\documentclass[a4paper]{di/di}
|
|
|
|
\title{libdipp test report}
|
|
\author{ing. J.J.J. Jacobs, ing. R.W.A. van der Heijden}
|
|
\productowner{Dual Inventive}
|
|
\releasedate{\DIdate\today}
|
|
\documenttype{QRD}
|
|
\documentversion{@APPLICATION_VERSION@}
|
|
\documentstatus{Concept}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\ditableofcontents
|
|
|
|
\include{contents/general_information}
|
|
\include{contents/report}
|
|
|
|
\end{document}
|