master.tex 550 B

1234567891011121314151617181920212223242526
  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. % Main news articles
  17. \begin{multicols}{2}
  18. \input{docs/document}
  19. \end{multicols}
  20. % Short news articles
  21. \input{docs/short}
  22. \end{document}