main.tex 701 B

12345678910111213141516171819202122232425262728293031
  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/news}
  19. \end{multicols}
  20. % Short news articles
  21. % \headline{\textbf{\Large Kort Nieuws}}
  22. % \begin{multicols}{3}
  23. % \input{docs/short_news}
  24. % \end{multicols}
  25. % \closearticle{}
  26. % Abonneer en zie ons nieuws zo snel mogelijk!
  27. \end{document}