%% %% This is file `uantwerpenreport-example.tex', %% generated with the docstrip utility. %% %% The original source files were: %% %% uantwerpendocs.dtx (with options: `rp-example') %% %% This is a generated file. %% %% Copyright (C) 2013-2024 by Walter Daems %% %% This work may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license %% or (at your option) any later version. The latest version of this %% license is in: %% %% http://www.latex-project.org/lppl.txt %% %% and version 1.3 or later is part of all distributions of LaTeX version %% 2005/12/01 or later. %% %% This work has the LPPL maintenance status `maintained'. %% %% The Current Maintainer of this work is Walter Daems. %% \documentclass[10pt,twoside,openright,filled]{uantwerpenreport} %% 10pt sets the font size, 10pt is ok for a phd manuscript %% twoside if you want a two-sided document, change to oneside if you %% want a recto only document %% openright causes you chapters to start on a right-hand page when %% your document is twosided %% for two-sided theses, specify 'twoside' and 'openright' as options %% for one-sided theses, specify 'oneside' and 'openany' as options %% filled causes left and right filling (which - by the way - is %% not helpful for easy reading; remove for a left-filled %% document) %% You may want to use common fonts \usepackage{mathptmx} \iftutex %% Just an example of font-scheme: this is in no way a recommended font %% scheme! \usepackage{cmbright} \usepackage{fontspec} \setmainfont [UprightFont = *, BoldFont = *b, ItalicFont = *i, BoldItalicFont = *z, ] {calibri} \usepackage{sansmathaccent} \fi %% load the proper language(s) (last language will trigger the language %% of the logo a.o.) \usepackage[dutch]{babel} %% or english if your text is in Dutch %% this is just for some dummy text, please remove in your copy \usepackage{kantlipsum} %% this package allows to generate a PDF with clickable links \usepackage[backref,hyperindex=true,pagebackref=true]{hyperref} %% you must load the hyperref package yourself, to allow putting it %% in the correct order with the other packages you load! %% set title, subtitle and author and his/her/their affilliation and %% address \title{De toepassing van roomijs-derivaten in beton} \subtitle{Het belang van een smaakvolle architectuur} \author{Ing. Jan Bouwblauw} \affiliation{Universiteit Antwerpen | Building Research Group} \address{Groenenborgerlaan 171, 2020 Antwerpen, Belgi\"e\\ M: jan.bouwblauw@uantwerpen.be\\ T: +32 265 00 00 } %% provide some extra data (a mention on the title page on what type of %% report this is) \extra{Onderzoeksrapport} %% year in which the report appears \versionyear{2023} %% specify a fancy photo for your titlepage (if you don't want a dull one) \titlepageimage{Images/uantwerpen-keyboard.jpg} \begin{document} %% creates the title page, remove if you don't want any \maketitle %% causes the first pages to be roman numbered \frontmatter %% sets the table of contents (automatically for you) \tableofcontents %% changes the numbering system to arabic and restart from 1 \mainmatter %% a first unnumbered chapter \chapter*{Inleiding} %% some dummy text, remove in your copy \kant[1] %% a first numbered chapter \chapter{Smaken en smaakpapillen} %% a first numbered section \section{Het gegeven} \kant[2] \begin{equation} e^{-j\pi} + 1 = 0 \end{equation} \kant[3-17] \chapter{Experimentele setup} \kant[18-19] \chapter{Resulaten} \kant[20-21] \chapter{Conclusie} \kant[22-24] \chapter{Advies} \kant[25] %% change the chapter numbering to letters and uses 'Appendix' or %% 'Bijlage' (in dutch) as chapter name. %% !! do not use \backmatter before \appendix: it is broken! \appendix \chapter{Symbolen} \chapter{Publicaties} %% Put your bibliography here using BibTeX %% typeset the final page with some graphic material on it \makefinalpage \end{document} \endinput %% %% End of file `uantwerpenreport-example.tex'.