| 123456789101112131415161718192021222324252627282930 |
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%% LATEX REPORT TEMPLATE
- %%%%
- %%%% Author : Joost Sijm
- %%%% Contact : mail@joostsijm.nl
- %%%% Version : 1.1.1
- %%%%
- %%%% Notes : This code is delivered as is,
- %%%% and without any warranty.
- %%%% Feel free to modify and share.
- %%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \input{preamble}
- \begin{document}
- \maketitle
- % Main news articles
- \begin{multicols}{2}
- \input{docs/document}
- \end{multicols}
- % Short news articles
- \headline{\textbf{\Large Kort Niews}}
- \begin{multicols}{3}
- \input{docs/short}
- \end{multicols}
- \closearticle{}
- \end{document}
|