master.tex 486 B

12345678910111213141516171819202122
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %%%% LATEX REPORT TEMPLATE
  3. %%%%
  4. %%%% Author : Joost Sijm
  5. %%%% Contact : mail@joostsijm.nl
  6. %%%% Version : 1.1.1
  7. %%%%
  8. %%%% Notes : This code is delivered as is,
  9. %%%% and without any warranty.
  10. %%%% Feel free to modify and share.
  11. %%%%
  12. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13. \input{preamble}
  14. \begin{document}
  15. \maketitle
  16. \begin{multicols}{3}
  17. \input{docs/document}
  18. \end{multicols}
  19. \end{document}