master.tex 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %%%% LATEX REPORT TEMPLATE
  3. %%%%
  4. %%%% Author : Berc C
  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]{coat_of_arms_nederland.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{Datum:} \\
  32. \thedate
  33. \end{flushright}
  34. \end{minipage} \\ [2 cm]
  35. \end{titlepage}
  36. \tableofcontents
  37. % \listoffigures
  38. % \listoftables
  39. \newpage
  40. \input{docs/document}
  41. \end{document}