|
- \documentclass[final,english,titlepage,nomath]{siltex-report}
- \include{common/texfiles/preamble}
-
- \title{Title}
- \subtitle{Thesis Report}
- \course{}
- \faculty{\large Electrical Engineering, Mathematics and Computer Science}
- \supervisor{%
- Dr. ir. J.F. Broenink \\
- Ir. T.G. Broenink
- }
- \author{%
- Wouter Horlings
- }
-
- \begin{document}
- \maketitle
- \makerro
- \tableofcontents
- \include{common/texfiles/acronyms}
- \chapter{Introduction}
- \section{Context}
- \rro{This is context.}
- \section{Problem Statement}
- \rro{This is the problem statement.}
- \section{Research Objective}
- \section{Approach}
-
- %\include{introduction}
-
- \printbibliography
- \end{document}
|