1234567891011121314151617181920212223242526272829303132333435 |
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%% 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}
- \begin{center}
- \includegraphics[width = 8cm]{da_logo.png} \\ [1.0 cm]
- \Huge\thetitle \\ [0.5 cm]
- \Large\theauthor \\
- \end{center}
- \vfill\hfill
- \begin{tabular}{ll}
- Auteur: & \theauthor \\
- Datum: & \thedate \\
- Versie: & \theversion \\
- \end{tabular}
- \end{titlepage}
- \tableofcontents
- \input{version}
- \newpage
- \input{docs/document}
- \end{document}
|