diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example2.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example2.tex | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example2.tex b/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example2.tex new file mode 100644 index 00000000000..e221111f169 --- /dev/null +++ b/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example2.tex @@ -0,0 +1,116 @@ +%% +%% This is file `uantwerpenphdthesis-example2.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% uantwerpendocs.dtx (with options: `pt-example2') +%% +%% 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[english]{babel} % or dutch if your text is in Dutch +\usepackage{lipsum} % this is just for some dummy text, please remove + +\title{Harmonic Signal analysis\\based on Linear Operators} +\author{Ing. Theodore Edgeoff} +\facultyacronym{TI} +\affiliation{University of Antwerp\\ + Faculty of Applied Engineering\\ + CoSys-Lab} +\address{Groenenborgerlaan 171, 2020 Antwerpen, Belgi\"e\\ + M: theofiel.hoekaff@uantwerpen.be\\ + T: +32 265 00 00 +} + +\supervisori{Prof. dr. W. Vlaams}{University of Antwerp, Belgium} +\supervisorii{Prof. dr. J. Stekker}{University of Antwerp, Belgium} + +\jurychairman{Prof. dr. P. Dalinckx}{University of Antwerp, Belgium} + +\jurymemberi{Prof. dr. J. Dezerooder}{University of Antwerp, Belgium} +\jurymemberii{Prof. dr. P. De Tollenaere}{Flanders Make, Belgium} +\jurymemberiii{Prof. dr. M. Byr}{IMEC, The Netherlands} + +\facultyacronym{TI} +\phddegree{doctor in applied engineering} +\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*{Introduction} + +\lipsum[1] + +\chapter{Research question} + +\section{The datum} + +\lipsum[2] + +\begin{equation} + e^{-j\pi} + 1 = 0 +\end{equation} + +\lipsum[3-17] + +\chapter{Literature review} + +\lipsum[18-19] + +\chapter{Theoretical background} + +\lipsum[20-21] + +\chapter{Technical results} + +\lipsum[22-24] + +\chapter{Conclusion} + +\lipsum[25] + +\backmatter +\appendix + +\chapter{Symbols} + + +\makefinalpage + +\end{document} + +\endinput +%% +%% End of file `uantwerpenphdthesis-example2.tex'. |