| 123456789101112131415161718192021222324 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%		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\begin{multicols}{2}	\begin{Large}		\input{docs/document}	\end{Large}\end{multicols}\end{document}
 |