| 1234567891011121314151617181920212223242526 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%		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 \input{docs/short}\end{document}
 |