12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%% HVA 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}
- \centering
- \vspace*{0.5 cm}
- \includegraphics[width = 8cm]{hva.png} \\ [1.0 cm]
- \textsc{\LARGE \theschool} \\ [2.0 cm]
- \textsc{\Large \thesecondtitle} \\ [0.5 cm]
- \textsc{\large \thethirdtitle} \\ [0.5 cm]
- \rule{\linewidth}{0.2 mm} \\ [0.4 cm]
- {\huge \bfseries \thetitle} \\
- \rule{\linewidth}{0.2 mm} \\ [1.5 cm]
- \begin{minipage}{0.4\textwidth}
- \begin{flushleft} \large
- \emph{Auteur:} \\
- \theauthor
- \end{flushleft}
- \end{minipage}
- \begin{minipage}{0.4\textwidth}
- \begin{flushright} \large
- \emph{Studentnummer:} \\
- \thestudentnumber
- \end{flushright}
- \end{minipage} \\ [2 cm]
- {\large \thedate}
- \end{titlepage}
- \tableofcontents
- % \listoffigures
- % \listoftables
- \newpage
- \input{docs/document}
- \end{document}
|