summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example1.tex72
1 files changed, 62 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example1.tex b/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example1.tex
index e49cd48bd4a..888cfae0357 100644
--- a/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example1.tex
+++ b/Master/texmf-dist/doc/latex/uantwerpendocs/uantwerpenphdthesis-example1.tex
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2013-2022 by Walter Daems <walter.daems@uantwerpen.be>
+%% Copyright (C) 2013-2024 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
@@ -26,8 +26,31 @@
%%
\documentclass[ti,10pt,twoside,openright,filled]{uantwerpenphdthesis}
+%% ti specifies the department, change to the letter combination of
+%% your department
+%% 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)
+%% cameraready this option will change the paper format from B4 to A4
+%% and trigger alignment marks and cut-lines for you
+%% printing service - check with them whether they want
+%% this.
+%% bare this option removes title page and final page. Many
+%% print services required this format and they will
+%% typeset the title page and final page for you.
+
+%% 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
@@ -40,14 +63,20 @@
\usepackage{sansmathaccent}
\fi
-\usepackage[dutch]{babel} % or dutch if your text is in Dutch
-\usepackage{kantlipsum} % this is just for some dummy text, please remove
+%% 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 English
+%% 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}
- % New: you must load the hyperref package
- % yourself! This allows you to put it in the
- % correct order with the other packages you load!
+%% 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{Harmonische Signaalanalyse\\met behulp van Lineaire
Operatoren}
\subtitle{Waarom moeten titels van doctoraatsthesissen toch altijd
@@ -61,38 +90,54 @@
T: +32 265 00 00
}
+%% specify your supervisors and their affiliation
\supervisor{prof. dr. W. Vlaams}{Universiteit Antwerpen, Belgi\"e}
\supervisor{prof. dr. J. Stekker}{Universiteit Antwerpen, Belgi\"e}
-\jurychairman{prof. dr. P. Dalinckx}{Universiteit Antwerpen, Belgi\"e}
+%% specify the chairman of the jury and his/her/their affiliation
+\jurychair{prof. dr. P. Dalinckx}{Universiteit Antwerpen, Belgi\"e}
+%% specify the memers of the jury and their affiliations
\jurymember{prof. dr. J. Dezerooder}{Universiteit Antwerpen, Belgi\"e}
\jurymember{prof. dr. P. De Tollenaere}{Flanders Make, Belgi\"e}
\jurymember{prof. dr. M. Byr}{IMEC, Nederland}
+%% specify your degree (manually) and where and when you obtain your degree
\degree{doctor in de toegepaste ingenieurswetenschappen}
\defenselocation{Antwerpen}
-\defensedate{2022}
+\defensedate{2024}
+
+%% specify a fancy photo for your titlepage (if you don't want a dull one)
\titlepageimage{Images/uantwerpen-keyboard.jpg}
-\isbn{987-90-57285-34-7} % don't specify this if you don't want one
-\depot{D/2022/12.293/03} % idem
+%% some data about your manuscript
+\isbn{987-90-57285-34-7} %% don't specify this if you don't want one
+\depot{D/2024/12.293/03} %% idem
\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{Onderzoeksvraag}
+%% a first numbered section
\section{Het gegeven}
\kant[2]
@@ -119,16 +164,23 @@
\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 `uantwerpenphdthesis-example1.tex'.