| 1234567891011121314151617181920212223242526272829303132 |
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%% LATEX REPORT TEMPLATE
- %%%%
- %%%% Author : Joost Sijm <joostsijm@gmail.com>
- %%%%
- %%%% 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}
|