diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenbamathesis-example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenbamathesis-example.tex | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenbamathesis-example.tex b/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenbamathesis-example.tex new file mode 100644 index 00000000000..d163518be9b --- /dev/null +++ b/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenbamathesis-example.tex @@ -0,0 +1,91 @@ +%% +%% 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-2019 by Walter Daems <walter.daems@uantwerpen.be> +%% +%% 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. +%% +\def\fileversion{2.3} +\def\filedate{2019/03/27} +\documentclass[a4paper,11pt,twoside,openright,english]{uantwerpenbamathesis} + +\usepackage[english]{babel} % or dutch if your text is in Dutch +\usepackage{lipsum} % this is just for some dummy text, please remove + +\title{Minimax optimisatie voor performantieruimtemodellering} +\author{Bert Bibber} + +\supervisori{Prof. dr. ir. Kumulus}{Universiteit Antwerpen} +\supervisorii{Prof. dr. Hilarius Warwinkel}{TNT-Bang, N.V.} +\supervisoriii{ing. Piet Pienter}{POM} + +\facultyacronym{TI} +\academicyear{2015-2016} +\diploma{BA-IW-EM} +\defenselocation{Antwerpen} +\defensedate{juni 2016} + +\begin{document} + +\maketitle + +\frontmatter + +\tableofcontents + +\mainmatter +\chapter*{Inleiding} + +\lipsum[1] + +\chapter{Onderzoeksvraag} + +\section{Het gebeuren} + +\lipsum[2] + +\begin{equation} + e^{-j\pi} + 1 = 0 +\end{equation} + +\lipsum[3] + +\chapter{Literatuurstudie} + +\chapter{Theoretische achtergrond} + +\chapter{Eigen realisatie} + +\chapter{Besluit} + +\appendix + +\chapter{Symbolen} +\chapter{Referentielijst} + +\makefinalpage + +\end{document} + +\endinput +%% +%% End of file `uantwerpenbamathesis-example.tex'. |