master.tex 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %%%% HVA 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. \centering
  15. \vspace*{0.5 cm}
  16. \includegraphics[width = 8cm]{hva.png} \\ [1.0 cm]
  17. \textsc{\LARGE \theschool} \\ [2.0 cm]
  18. \textsc{\Large \thesecondtitle} \\ [0.5 cm]
  19. \textsc{\large \thethirdtitle} \\ [0.5 cm]
  20. \rule{\linewidth}{0.2 mm} \\ [0.4 cm]
  21. {\huge \bfseries \thetitle} \\
  22. \rule{\linewidth}{0.2 mm} \\ [1.5 cm]
  23. \begin{minipage}{0.4\textwidth}
  24. \begin{flushleft} \large
  25. \emph{Auteur:} \\
  26. \theauthor
  27. \end{flushleft}
  28. \end{minipage}
  29. \begin{minipage}{0.4\textwidth}
  30. \begin{flushright} \large
  31. \emph{Studentnummer:} \\
  32. \thestudentnumber
  33. \end{flushright}
  34. \end{minipage} \\ [2 cm]
  35. {\large \thedate}
  36. \end{titlepage}
  37. \tableofcontents
  38. % \listoffigures
  39. % \listoftables
  40. \newpage
  41. \input{docs/document}
  42. \end{document}