master.tex 647 B

123456789101112131415161718192021222324252627282930313233
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %%%% LATEX REPORT TEMPLATE
  3. %%%%
  4. %%%% Author : Joost Sijm <joostsijm@gmail.com>
  5. %%%% Version : 2.0.0
  6. %%%%
  7. %%%% Notes : This code is delivered as is,
  8. %%%% and without any warranty.
  9. %%%% Feel free to modify and share.
  10. %%%%
  11. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12. \input{preamble}
  13. \begin{document}
  14. \begin{titlepage}
  15. \vspace*{6cm}
  16. \begin{center}
  17. \Huge\thetitle \\
  18. \end{center}
  19. \vfill\hfill
  20. \begin{tabular}{ll}
  21. Author: & \theauthor \\
  22. & \thedate \\
  23. \end{tabular}
  24. \end{titlepage}
  25. \tableofcontents
  26. \newpage
  27. \input{docs/document}
  28. \end{document}