Browse Source

Add report template

tags/0.1.0-intro
Wouter Horlings 5 years ago
parent
commit
7d51143310
1 changed files with 25 additions and 0 deletions
  1. +25
    -0
      report.tex

+ 25
- 0
report.tex View File

@@ -0,0 +1,25 @@
\documentclass[english,titlepage,nomath,nopackage,oneside]{siltex-book}
\include{include/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{include/acronyms}

%\include{introduction}

\printbibliography
\end{document}

Loading…
Cancel
Save