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