master.tex 626 B

1234567891011121314151617181920212223242526272829303132
  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. \vspace*{6cm}
  15. \begin{center}
  16. \Huge\thetitle \\
  17. \end{center}
  18. \vfill\hfill
  19. \begin{tabular}{ll}
  20. Author: & \theauthor \\
  21. & \thedate \\
  22. \end{tabular}
  23. \end{titlepage}
  24. \tableofcontents
  25. \newpage
  26. \input{docs/document}
  27. \end{document}