| 123456789101112131415161718192021222324252627282930313233 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%		LATEX REPORT TEMPLATE%%%%	%%%%	Author	: Joost Sijm <joostsijm@gmail.com>%%%%	Version	: 2.0.0%%%%%%%%	Notes	: This code is delivered as is,%%%%			and without any warranty.%%%%			Feel free to modify and share.%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\input{preamble}\begin{document}\begin{titlepage}	\vspace*{6cm}	\begin{center}		\Huge\thetitle \\	\end{center}	\vfill\hfill	\begin{tabular}{ll}		Author: & \theauthor \\				& \thedate \\	\end{tabular}\end{titlepage}\tableofcontents\newpage\input{docs/document}\end{document}
 |