diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example1.tex | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example1.tex b/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example1.tex new file mode 100644 index 00000000000..be947bf48a9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example1.tex @@ -0,0 +1,121 @@ +%% +%% This is file `uantwerpenphdthesis-example1.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% uantwerpendocs.dtx (with options: `pt-example1') +%% +%% This is a generated file. +%% +%% Copyright (C) 2013-2018 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.0} +\def\filedate{2018/05/16} +\documentclass[b5paper,10pt,twoside,openright,filled]{uantwerpenphdthesis} + +\usepackage{mathptmx} +\usepackage{fontspec} +\setmainfont{Times New Roman} +\setsansfont{Calibri} + +\usepackage[dutch]{babel} % or dutch if your text is in Dutch +\usepackage{lipsum} % this is just for some dummy text, please remove + +\title{Harmonische Signaalanalyse\\met behulp van\\Lineaire Operatoren} +\author{Ing. Theofiel Hoekaff} +\facultyacronym{TI} +\programme{PHD}{IW}{EI} +\affiliation{Universiteit Antwerpen\\ + Faculteit Toegepaste Ingenieurswetenschappen\\ + Constrained Systems Lab (CoSys-Lab)} +\address{Groenenborgerlaan 171, 2020 Antwerpen, Belgi\"e\\ + M: theofiel.hoekaff@uantwerpen.be\\ + T: +32 265 00 00 +} + +\supervisori{Prof. dr. W. Vlaams}{Universiteit Antwerpen, Belgi\"e} +\supervisorii{Prof. dr. J. Stekker}{Universiteit Antwerpen, Belgi\"e} + +\jurychairman{Prof. dr. P. Dalinckx}{Universiteit Antwerpen, Belgi\"e} + +\jurymemberi{Prof. dr. J. Dezerooder}{Universiteit Antwerpen, Belgi\"e} +\jurymemberii{Prof. dr. P. De Tollenaere}{Flanders Make, Belgi\"e} +\jurymemberiii{Prof. dr. M. Byr}{IMEC, Nederland} + +\phddegree{doctor in de toegepaste ingenieurswetenschappen} +\defenselocation{Antwerpen} +\defensedate{2018} +\titlepageimage{keyboard.jpg} + +\isbn{987-90-57285-34-7} +\depot{D/2018/12.293/03} + +\begin{document} + +\maketitle + +\frontmatter + +\tableofcontents + +\mainmatter +\chapter*{Inleiding} + +\lipsum[1] + +\chapter{Onderzoeksvraag} + +\section{Het gegeven} + +\lipsum[2] + +\begin{equation} + e^{-j\pi} + 1 = 0 +\end{equation} + +\lipsum[3-17] + +\chapter{Literatuurstudie} + +\lipsum[18-19] + +\chapter{Theoretische achtergrond} + +\lipsum[20-21] + +\chapter{Eigen realisatie} + +\lipsum[22-24] + +\chapter{Besluit} + +\lipsum[25] + +\backmatter +\appendix + +\chapter{Symbolen} + + +\makefinalpage + +\end{document} + +\endinput +%% +%% End of file `uantwerpenphdthesis-example1.tex'. |