%% %% This is file `uantwerpenbamathesis-example.tex', %% generated with the docstrip utility. %% %% The original source files were: %% %% uantwerpendocs.dtx (with options: `bmt-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[ti,a4paper,11pt,twoside,openright]{uantwerpenbamathesis} %% ti specifies the department, change to the letter combination of %% your department - currently only ti (for FTI) and we %% for (FWET) are supported %% a4paper specifies the paper format %% 11pt sets the font size to 11pt, i.e. a good average %% 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 %% load the proper language(s) (last language will trigger the language %% of the logo a.o.) \usepackage[english]{babel} %% 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! %% as an example - loading some fonts, feel free to change \usepackage{mathptmx} \iftutex %% Just an example of font-scheme: this is in no way a recommended font %% scheme! \usepackage{fontspec} \setmainfont [UprightFont = *, BoldFont = *b, ItalicFont = *i, BoldItalicFont = *z, ] {calibri} \usepackage{sansmathaccent} \fi %% Use this package if you need to provide a twocolumn summary at the %% start of your document. \usepackage{multicol} %% specify your degree \bamadegree{ti-en-ba-em} %% You can specify your degree manually here, using \degree{} %% if you don't trust 'the system' %% set title, subtitle and author \title{Minimax optimisatie voor performantie- ruimtemodellering} %% either don't split titles, or do so with hyphen %% and a newline \subtitle{Deze subtitel mag je weglaten} \author{Bert Bibber} %% you can specify multiple supervisors, cosupervisors and external supervisors %% in Dutch: promotoren, copromotoren (dagelijkse begeleiders) en %% bedrijfspromotoren \supervisor{prof. dr. ir. P. Kumulus}{UAntwerpen} \supervisor{prof. dr. ir. E. Snuffel}{UAntwerpen} \cosupervisor{ing. P. Pienter}{Cosys, UAntwerpen} \extsupervisor{prof. dr. H. Warwinkel}{TNT-Bang, N.V.} %% set the academic year: keep the spaces around the dash! \academicyear{2023 - 2024} %% you can specify a company logo %%\companylogo{\includegraphics[width=4.5cm,height=2.5cm,keepaspectratio]{companylogo.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 %% Use this template if you need to provide a twocolumn summary at the %% start of your document. Remove it if you don't need it. \pagestyle{empty} \thispagestyle{empty} \begin{multicols}{2} [ \begin{center} \textbf{ \Large Samenvatting\\[1ex] \@title~\\[1ex] \large \@subtitle\\[0.5ex]} \@author \end{center} ] \kant[11] \kant[12] \kant [13] \kant [14] \kant [15] \end{multicols} \pagestyle{fancy} %% An even better suggestion is to create your twocolumns summary as a %% separate document (using a dedicated paper-writing class e.g. the %% IEEEtran class) and load the individual pdf pages using the pdfpages %% package (https://ctan.org/pkg/pdfpages). %% a first numbered chapter \chapter{Inleiding} %% some fancy typeset text (see the PDF yourself) \insettext{Bene vixit qui bene latuit!} %% some dummy text: remove in your copy \kant[1] %% a second numbered chapter \chapter{Onderzoeksvraag} \insetquote{As any dedicated reader can clearly see, the Ideal of practical reason is a representation of as far as I know, the things themselves, a vast overexaggeration.} %% a first numbered section \section{Het gebeuren} \kant[2] \begin{equation} e^{-j\pi} + 1 = 0 \end{equation} \kant[3] \kant[4] \kant[5] \kant[6] \kant[7] \kant[8] \kant[9] \kant[10] \chapter{Literatuurstudie} \chapter{Theoretische achtergrond} \chapter{Eigen realisatie} \chapter{Besluit} %% changes 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{Referentielijst} \end{document} \endinput %% %% End of file `uantwerpenbamathesis-example.tex'.