28 lines
533 B
TeX
28 lines
533 B
TeX
% select the document template
|
|
\documentclass[a4paper]{di/di}
|
|
|
|
\usepackage{lipsum}
|
|
|
|
% information to generate title page and basic document
|
|
\title{<Document Title>}
|
|
\author{<author1>, <author2>, <author3>, <author4>}
|
|
\productowner{Dual Inventive}
|
|
\releasedate{\DIdate\today}
|
|
\documentstatus{[Concept] / [Accepted]}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\ditableofcontents
|
|
|
|
\include{contents/general_information}
|
|
|
|
\diappendix
|
|
|
|
\include{appendix/standard-environments}
|
|
\include{appendix/landscape}
|
|
\include{appendix/listings}
|
|
|
|
\end{document}
|