master.tex 831 B

1234567891011121314151617181920212223242526272829303132333435
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %%%% LATEX REPORT TEMPLATE
  3. %%%%
  4. %%%% Author : Joost Sijm <joostsijm@gmail.com>
  5. %%%%
  6. %%%% Notes : This code is delivered as is,
  7. %%%% and without any warranty.
  8. %%%% Feel free to modify and share.
  9. %%%%
  10. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11. \input{preamble}
  12. \begin{document}
  13. \begin{titlepage}
  14. \begin{center}
  15. \includegraphics[width = 8cm]{da_logo.png} \\ [1.0 cm]
  16. \Huge\thetitle \\ [0.5 cm]
  17. \Large\theauthor \\
  18. \end{center}
  19. \vfill\hfill
  20. \begin{tabular}{ll}
  21. Auteur: & \theauthor \\
  22. Datum: & \thedate \\
  23. Versie: & \theversion \\
  24. \end{tabular}
  25. \end{titlepage}
  26. \tableofcontents
  27. \input{version}
  28. \newpage
  29. \input{docs/document}
  30. \end{document}