You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 line
768B

  1. \documentclass[english,titlepage,nomath,nopackage,oneside]{siltex-book}
  2. \include{include/preamble}
  3. \title{}
  4. \subtitle{Thesis Report}
  5. \course{}
  6. \faculty{\large Electrical Engineering, Mathematics and Computer Science}
  7. \supervisor{%
  8. Dr. ir. J.F. Broenink \\
  9. Ir. T.G. Broenink
  10. }
  11. \author{%
  12. Wouter Horlings
  13. }
  14. \begin{document}
  15. \maketitle
  16. \frontmatter
  17. \include{include/acronyms}
  18. \input{samenvatting}
  19. \input{summary}
  20. \tableofcontents
  21. \mainmatter
  22. \input{introduction}
  23. \input{background}
  24. \input{analysis}
  25. \input{case_method}
  26. \input{case_experiment}
  27. \input{case_evaluation}
  28. \input{reflection}
  29. \input{conclusion}
  30. \appendix
  31. \input{appendix_test_cases}
  32. \input{appendix_specifications}
  33. \backmatter
  34. \printbibliography[heading=bibintoc,heading=bibnumbered]
  35. \end{document}