diff options
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/uantwerpendocs/uantwerpendocs.dtx | 1293 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/uantwerpendocs/uantwerpendocs.ins | 4 |
2 files changed, 742 insertions, 555 deletions
diff --git a/Master/texmf-dist/source/latex/uantwerpendocs/uantwerpendocs.dtx b/Master/texmf-dist/source/latex/uantwerpendocs/uantwerpendocs.dtx index 5525d9c274c..141b590a991 100644 --- a/Master/texmf-dist/source/latex/uantwerpendocs/uantwerpendocs.dtx +++ b/Master/texmf-dist/source/latex/uantwerpendocs/uantwerpendocs.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2013-2023 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 @@ -35,11 +35,11 @@ %<le>\ProvidesClass{uantwerpenletter} %<ex>\ProvidesClass{uantwerpenexam} %<bmr>\ProvidesPackage{beamerthemeuantwerpen} -%<cls|ct|bmt|pt|rp|le|ex|bmr> [2023/04/10 v4.5 .dtx skeleton file] +%<cls|ct|bmt|pt|rp|le|ex|bmr> [2024/04/09 v4.6 .dtx skeleton file] %<*driver> \documentclass[a4paper]{ltxdoc} -\def\fileversion{4.5}% -\def\filedate{2023/04/10}% +\def\fileversion{4.6} +\def\filedate{2024/04/09}% \usepackage{makeidx} \usepackage{alltt} \usepackage{longtable} @@ -122,6 +122,11 @@ % parindent and parskip settings + small bugfixes} % \changes{v4.5}{2023/04/10}{\@ Small bugfixes: more robust fonts for % overleaf, added some missing degrees} +% \changes{v4.6}{2024/04/09}{\@ Solved font issue on title page of +% exams, improved gender neutralilty of PhD jury chair, allowed for +% multiple degree programs for exams and course texts, corrected +% disclaimers, replaced 'basic usage' in documentation by heavily +% commented examples} % % \DoNotIndex{\newcommand,\newenvironment,\begin,\bfseries,\draw,\clip,\else,\fi,\if,\fill,\filldraw,\ifthenelse,\ifx,\textwidth,\node,\\,\@empty,\@tempdima,\@tempdimb,\@tempswatrue,\{,\},\ ,\bf,\BODY,\break,\Alph,\and,\define@key,\color,\dx,\dy,\g,\gdef,\hbox,\tiny,\scriptsize,\footnotesize,\small,\normalsize,\large,\Large,\LARGE,\huge,\Huge,\l,\LaTeX,\let,\p@,\relax,\renewcommand,\Requirepackage,\textbf,\textsf,\texttt,\textbackslash,\vspace,\hspace,\hfill,\hskip,\vskip,\hline,\vrule,\typeout,\usebox,\end,\paperheight,\paperwidth,\par,\NewDocumentCommand,\seq} % \setlength{\parindent}{0em} @@ -250,271 +255,47 @@ % % \section{Portability} % These class files should be ready to use with all common modern \LaTeX{} -% compilers (PDF\LaTeX{}, \XeLaTeX{}, \LuaLaTeX{}, \ldots) +% compilers (XeLaTeX{}, \LuaLaTeX{}, \ldots) % from the major \TeX{}-distributions (TeTeX, TexLive, MikTeX). -% However, using an old \LaTeX{} + dvips setup is likely to get you into font -% problems. Advice: ditch the route via dvi. If you experience other -% problems, please inform the author. -% New advice as of 2023: don't use Pdf\LaTeX{} anymore, stick to -% \XeLaTeX{} or even better \LuaLaTeX{}. Your life will be -% font-problem-worry-free. -% -% \section{Usage} -% -% \subsection{Basic Usage} -% \label{sec:basicusage} -% Use the templates provided below. Remember to \LaTeX{} your source -% file twice. -% -% Especially in the beamer theme some features require to run \LaTeX{} -% twice in order to get the position of some elements correct. -% -% \subsubsection{\texttt{uantwerpencoursetext} class} -% Use the following harness for your \LaTeX{} course text: -% \begin{verbatim} -% \documentclass[ti,a4paper]{uantwerpencoursetext} -% -% \usepackage{<include any packages you require here>} -% -% \title{<put your title here>} -% \subtitle{<put your subtitle here>} -% \author{<put your name here>} -% -% \courseversion{<put a version identifier here>} -% \versionyear{<the publication date of the course here>} +% However, using an old \LaTeX{} + dvips setup or PDF\LaTeX{}, is +% likely to get you into font +% problems. Advice: ditch the route via dvi and abandon the old +% PDF\LaTeX{} compiler. If you experience other problems, please +% inform the author. % -% \lecturer{<person teaching the course>} -% \degree{<official degree title>} -% \course{<course code>}{<name of the course>} -% -% \academicyear{<XXXX-YYYY>} +% \section{Organization of this docstrip documentation} % -% \begin{document} +% \changes{v4.6}{2024/04/09}{improved organization of the docstrip +% container} % -% \maketitle -% -% % put your LaTeX code here -% -% \finalpage -% -% \end{document} -% \end{verbatim} -% -% As of version 4.0: +% In the first part, we will describe the classes intended to produce +% paper documents: % \begin{itemize} -% \item the faculty is specified as an option to the |\documentclass| -% construct. You can find the available options in -% section~\ref{sec:classopt}. -% \item you are reponsible yourself to provide the correct -% degree description! Maintaining the a correct list of UAntwerpen -% bachelor and master programs with all their specializations is -% beyond my ambition. +% \item coursetext class +% \item bachelor and master thesis classes +% \item phd thesis class +% \item letter class +% \item report class +% \item exam class % \end{itemize} % -% \subsubsection{\texttt{uantwerpenbamathesis} class} -% Use the following harness for your \LaTeX{} bachelor or master's -% thesis: -% \begin{verbatim} -% \documentclass[ti,a4paper]{uantwerpenbamathesis} -% -% \usepackage{<include any packages you require here>} -% -% \title{<put your title here>} -% \author{<put your name here>} -% -% % you can specify, no, one or multiple names in the categories -% % supervisor (= promotor), cosupervisor (= copromotor), -% % extsupervisor (= externe promotor) -% \supervisor{<put supervisor's name(s) here>}{<affiliation goes here>} -% \supervisor{<put supervisor's name(s) here>}{<affiliation goes here>} -% \cosupervisor{<put supervisor's name(s) here>}{<affiliation goes here>} -% \cosupervisor{<put supervisor's name(s) here>}{<affiliation goes here>} -% \extsupervisor{<put supervisor's name(s) here>}{<affiliation goes here>} -% \extsupervisor{<put supervisor's name(s) here>}{<affiliation goes here>} -% -% % classmarker -% \academicyear{<XXXX-YYYY>} -% -% \begin{document} -% -% \maketitle -% -% % put your LaTeX code here -% -% \finalpage -% -% \end{document} -% \end{verbatim} -% -% The available faculty options are listed in a table on page -% \pageref{sec:classopt}. -% -% \subsubsection{\texttt{uantwerpenletter} class} -% Use the following harness for your \LaTeX{} letter: -% \begin{verbatim} -% \documentclass[a4paper,ti]{uantwerpenletter} -% -% % setup fonts according to your specific TeX compiler setup -% -% \usepackage{<include any packages you require here>} -% -% % \logo{} only specify if you want to use your unit's logo -% -% \sender{<put your name here>}{<put your title/role here>} -% \unit{<put your unit here>} -% \address{<put your multi-line address here>} -% \email{<user name>}{<domain name>} -% \phone{<put your phone number here, start with +32>} -% \fax{<put your fax number here, start with +32>} -% \mobile{<put your mobile number here, start with +32>} -% \returnaddress{<put your single-line return address here>} -% -% \to{<name of the addressee goes here>} -% \toorganization{<name of the organization goes here>} -% \toaddress{<multi-line address of the addressee goes here>} -% -% \date{<specify date - otherwise today>} -% \subject{<specify subject>} -% -% \begin{document} -% -% \maketitle % generates top of the letter -% -% \opening{Dear <name>} -% -% <write your letter here> -% -% \closing{Kind regards,} -% -% \carboncopy{<put CC people here>} -% \enclosed{<put reference to enclosed documents here>} -% -% \end{document} -% \end{verbatim} -% -% The available faculty options are listed in a table on page -% \pageref{sec:classopt}. You may use lists in the |\carboncopy| and -% |\enclosed| commands. The spacing will be compact. -% -% \subsubsection{\texttt{uantwerpenphdthesis} class} -% -% \begin{verbatim} -% \documentclass[ti,10pt,twoside,openright,filled]{uantwerpenphdthesis} -% -% You may want to use common fonts -% \usepackage{<include any additional packages you require here>} -% -% \title{<put your title here>} -% \author{<put your name here>} -% \affiliation{<put your affiliation here>} -% \department{<put department here, if there is an official department>} -% \address{<put your contact details here>} -% -% \supervisor{<put supervisor's name here>}{<affiliation goes here>} -% \supervisor{<put supervisor's name here>}{<affiliation goes here>} -% -% \jurychairman{<put chairman's name here>}{<affiliation goes here>} -% -% \jurymember{<put member's name here>}{<affiliation goes here>} -% \jurymember{<put member's name here>}{<affiliation goes here>} -% \jurymember{<put member's name here>}{<affiliation goes here>} -% -% \degree{<put official degree name here>} -% \defenselocation{<put location of defense here>} -% \defensedate{<put defense year here>} -% \titlepageimage{<set file name of title page image here>} -% -% \isbn{<put ISBN13 number here>} -% \depot{<put Depot number here>} -% -% \begin{document} -% -% \maketitle -% \frontmatter -% \tableofcontents -% \mainmatter -% -% % write your PhD text here -% -% \appendix -% -% % write appendix material here -% -% \makefinalpage -% -% \end{document} -% \end{verbatim} -% -% The available faculty options are listed in a table on page -% \pageref{sec:classopt}. +% In the second part, we will describe the uantwerpen beamer theme that can be +% used to make PDF slides. % -% \subsubsection{\texttt{uantwerpenreport} class} -% -% \begin{verbatim} -% \documentclass[ti,10pt,twoside,openright,filled]{uantwerpenreport} -% -% You may want to use common fonts -% \usepackage{<include any additional packages you require here>} -% -% \title{<put your title here>} -% \author{<put your name here>} -% \affiliation{<put your affiliation here>} -% \address{<put your contact details here>} +% \part*{Part I. The paper classes} % -% \titlepageimage{<set file name of title page image here>} -% -% \begin{document} -% -% \maketitle -% \frontmatter -% \tableofcontents -% \mainmatter -% -% % write your PhD text here -% -% \appendix -% -% % write appendix material here -% -% \makefinalpage -% -% \end{document} -% \end{verbatim} -% -% The available faculty options are listed in a table on page -% \pageref{sec:classopt}. +% \section{Usage} % -% \subsubsection{\texttt{uantwerpenbeamer} theme} +% \subsection{Basic Usage} +% \label{sec:basicusage} % +% As of v5.6 of this document, this section has been stripped from +% contents, as it turns out that documentation in a working example +% is more appreciated by the users of this package. +% Therefore, check out the examples in section~\ref{sec:examples}. % -% \begin{verbatim} -% \documentclass[aspectratio=1610]{beamer} -% % options that select the proper faculty in the beamertheme: -% % be, fbd, ggw, lw, ow, re, sw, ti, we, iob (no option = mother -% % theme) -% \usetheme[ti]{uantwerpen} -% \usepackage[dutch]{babel} -% -% \title{This is your title} -% \subtitle{This is your subtitle - omit if you don't need this} -% \date{This is the date - will be today if omitted} -% \author{This is your name - omit if you don't need this} -% -% \begin{document} -% -% \begin{frame}[negativefill] -% \maketitle -% \end{frame} -% -% \begin{frame} -% {Advice} -% {\ldots is cheap} -% Search for the \texttt{beamerthemeuantwerpenuserguide.pdf} for -% more info (or the corresponding \texttt{.tex} file! -% \end{frame} -% -% \end{document} -% \end{verbatim} +% A good modus operandi is to start from one of the examples and to +% adapt them gradually for your needs. % % \subsection{The class options explained} % \label{sec:classopt} @@ -979,64 +760,140 @@ % 'HHhMM', e.g. '08h30'. % % \subsection{Examples} +% +% Below you can find an example for every class. They also serve as +% their quickstart documentation. +% +% Remember to +% \begin{itemize} +% \item use modern compiler: no pdf\LaTeX{}, use \LuaLaTeX{} instead! +% \item compile your source file twice. +% \end{itemize} +% +% Especially in the beamer theme some features require to run \LaTeX{} +% twice in order to get the position of some elements correct. +% +% In many of the classes, you need to specify a faculyt option. The +% available faculty options are listed in a table on page \pageref{sec:classopt}. +% +% \changes{v5.6}{}{added quite some info to the examples} +% % \subsubsection{\texttt{uantwerpencoursetext}} % % \changes{v2.5}{}{changed publisher to universitas in example} -% % \begin{verbatim} %<*ct-example> \documentclass[ti,a4paper,11pt,oneside,openright,cameraready,filled]{uantwerpencoursetext} +%% ti specifies the department, change to the letter combination of +%% your department +%% a4paper specifies the paper format +%% 11pt sets the font size to 11pt, i.e. a good average +%% oneside if you want a one-sided document, change to twoside if you +%% want a recto verso document +%% openright causes you chapters to start on a right-hand page when +%% your document is twosided +%% cameraready removes the graphical elements from the title and final +%% page, as they will be typeset by universitas (in color) +%% filled causes left and right filling (which - by the way - is +%% not helpful for easy reading; remove for a left-filled +%% document)w + +%% make paragraphs indent \setlength\parindent{1in} +%% provide a space of 1ex bewteen paragraphs \setlength\parskip{0ex} +%% load the proper language(s) (last language will trigger the language +%% of the logo a.o.) \usepackage[english,dutch]{babel} -\usepackage{kantlipsum} % this is just for some dummy text, please remove +%% You can then use \selectlanguage{english} to start a piece of text +%% in english, and \selectlanguage{dutch} to start a piece of text in +%% dutch. This will cause the correct hypernation patterns to be +%% loaded. +%% To keep a consistent naming of the chapters (a.o.) make sure you +%% switch back to the document's overall language! + +%% this is just for some dummy text, please remove in your copy +\usepackage{kantlipsum} + +%% set title, subtitle and author \title{Z\'agen, zoeken en zuchten} \subtitle{Cursusnota's} \author{Walter Daems en Paul Levrie} +%% better keep track of the different versions (and the corresponding +%% publication year) of your course \courseversion{1.3} -\versionyear{2022} +\versionyear{2023} +%% mention who lectures the course (can be different from the author) \lecturer{Zoltan Zo\"ekers} \lecturer{Siana Sigh} \lecturer{Zeger de Z\'ager} -\degree{Master of Science in de industri\"ele wetenschappen: - elektronica-ICT} +%% you can use two ways to specify a dgree: +%% (1) explicitly with text +%% e.g. \degree{Master of Science in de industri\"ele wetenschappen: +%% elektronica-ICT} +%% (2) by specifying the correct code, to fetch the text from a table +%% with correct degree mentions +\bamadegree{ti-en-ma-ei} +%% you can even add multiple degrees and mix the two ways! + +%% you can specify multiple courses: +%% - first argument is the course number +%% - second argument is the course name \course{2023FTIZZZ}{5-Zoekmachines in een zaagperspectief} \course{2045FTIIII}{6-Zaagmachines in \'e\'en zuchtperspectief} -\academicyear{2022-2023} +%% for which academic year the course is intended +\academicyear{2023-2024} +%% leave this as is if you use Universitas as print shop \publisher{Universitas Cursusdienst | Prinsesstraat 16 | 2000 Antwerpen | T +32 3 233 23 73 | E info@cursusdienst.be} +%% universitas will provide you with a code, that you can provide on +%% your PDF copy (if you distribute any to your students. If not, just omit. \publishercode{C11111102} +%% you can specify additional copyright notices on the copyright page +%% (i.e. the back of the title page) \copyrightnotices{ The graphics in this document have been typeset using \texttt{TikZ}.\\ This document has been \TeX-ed on a GNU/Linux workstation. } + \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 non-numbered chapter \chapter*{Inleiding} +%% some automatically generated bogus text: remove in your copy \kant[1] + +%% a first numbered chapter \chapter{Onzin voor dummies} +%% a first numbered section \section{Het gebeuren} + \kant[2] \begin{equation} e^{-j\pi} + 1 = 0 @@ -1054,7 +911,8 @@ \subsection{Begint vervelend te worden} \kant[6] -\newpage + +\clearpage \subsection{Begint echt vervelend te worden} @@ -1062,12 +920,16 @@ \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{Romeinse sprekers} \chapter{Referentielijst} +%% typeset the final page with some graphic material on it \makefinalpage \end{document} @@ -1081,26 +943,37 @@ % summary of a bamathesis} % \begin{verbatim} %<*bmt-example> -\documentclass[ti,twoside,openright,a4paper,11pt]{uantwerpenbamathesis} -% 1. specify your faculty in the options above! This will trigger the -% correct color scheme and logos. -% FTI = ti -% FWET = we -% 2. for two-sided theses, specify 'twoside' and 'openright' as options -% for one-sided theses, specify 'oneside' and 'openany' as options +\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} -\usepackage[english]{babel} % or english if your text is in English -\usepackage{kantlipsum} % this is just for some dummy text, please remove +%% 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! +%% 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! +%% Just an example of font-scheme: this is in no way a recommended font +%% scheme! \usepackage{fontspec} \setmainfont [UprightFont = *, @@ -1112,44 +985,52 @@ \usepackage{sansmathaccent} \fi -% Use this package if you need to provide a twocolumn summary at the -% start of your document. +%% 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} -% \degree{} % You can specify your degree manually here, instead of using -% % \textbackslash{}bamadegree} +%% 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 hypen - % and a newline + 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 +%% 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.} -% keep the spaces around the dash! -\academicyear{2022 - 2023} +%% 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}} +%% 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. +%% 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} @@ -1175,23 +1056,28 @@ \end{multicols} \pagestyle{fancy} -% An even better suggestion is to create your twocolumns summary as a -% separate document (using a dedicates paper-writing class e.g. the -% IEEEtran class) and load the individual pdf pages using the pdfpages -% package (https://ctan.org/pkg/pdfpages). +%% 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] @@ -1225,6 +1111,9 @@ \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} @@ -1242,11 +1131,31 @@ %<*pt-example1> \documentclass[ti,10pt,twoside,openright,filled]{uantwerpenphdthesis} -% You may want to use common fonts +%% 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! +%% Just an example of font-scheme: this is in no way a recommended font +%% scheme! \usepackage{cmbright} \usepackage{fontspec} \setmainfont @@ -1259,14 +1168,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 -\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! +%% 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! +%% 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 @@ -1280,38 +1195,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] @@ -1338,12 +1269,18 @@ \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 +%% Put your bibliography here using BibTeX +%% typeset the final page with some graphic material on it \makefinalpage \end{document} @@ -1355,29 +1292,54 @@ %<*pt-example2> \documentclass[ti,10pt,twoside,openright,filled,bare]{uantwerpenphdthesis} -% use some fancy font +%% 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. + +%% use some fancy fonts: just an example! \usepackage{newpxtext} \usepackage{newpxmath} -\usepackage[english]{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[english]{babel} %% or dutch if your text is in Dutch -\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! +%% this is just for some dummy text, please remove in your copy +\usepackage{kantlipsum} %% this is just for some dummy text, please remove -% normal title +%% 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! + +%% set title, subtitle \title{Harmonic Signal analysis \\based on Linear Operators} \subtitle{How did Mindy linearly kill Mork's IC signal analyzer?} -% trigger the generation of a secondary title page in Dutch by -% specifying a \titel (and optionally a \subtitel). +%% trigger the generation of a secondary title page in Dutch by +%% specifying a \titel (and optionally a \subtitel). \titel{Harmonische Signaalanalyse\\met behulp van Lineaire Operatoren} \subtitel{Waarom moeten titels van doctoraatsthesissen toch altijd lang en onverstaanbaar zijn?} +%% specify the author and his/her/their affilliation and address \author{Ing. Theodore Edgeoff} \affiliation{University of Antwerp\\ Faculty of Applied Engineering\\ @@ -1387,38 +1349,54 @@ T: +32 265 00 00 } +%% specify your supervisors and their affiliation \supervisor{prof. dr. W. Vlaams}{University of Antwerp, Belgium} \supervisor{prof. dr. J. Stekker}{University of Antwerp, Belgium} -\jurychairman{prof. dr. P. Dalinckx}{University of Antwerp, Belgium} +%% specify the chairman of the jury and his/her/their affiliation +\jurychair{prof. dr. P. Dalinckx}{University of Antwerp, Belgium} +%% specify the memers of the jury and their affiliations \jurymember{prof. dr. J. Dezerooder}{University of Antwerp, Belgium} \jurymember{prof. dr. P. De Tollenaere}{Flanders Make, Belgium} \jurymember{prof. dr. M. Byr}{IMEC, The Netherlands} +%% specify your degree (manually) and where and when you obtain your degree \degree{doctor in applied engineering} \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} -\depot{D/2022/12.293/03} +%% 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*{Introduction} +%% some dummy text, remove in your copy \kant[1] +%% a first numbered chapter \chapter{Research question} +%% a first numbered section \section{The datum} \kant[2] @@ -1445,12 +1423,16 @@ \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{Symbols} -% Put your bibliography here using BibTeX +%% Put your bibliography here using BibTeX +%% typeset the final page with some graphic material on it \makefinalpage \end{document} @@ -1463,11 +1445,22 @@ %<*rp-example> \documentclass[10pt,twoside,openright,filled]{uantwerpenreport} -% You may want to use common fonts +%% 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) + +%% 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! +%% Just an example of font-scheme: this is in no way a recommended font +%% scheme! \usepackage{cmbright} \usepackage{fontspec} \setmainfont @@ -1480,43 +1473,63 @@ \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 Dutch -\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! +%% 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! + +%% set title, subtitle and author and his/her/their affilliation and +%% address \title{De toepassing van roomijs-derivaten in beton} \subtitle{Het belang van een smaakvolle architectuur} \author{Ing. Jan Bouwblauw} -\extra{Onderzoeksrapport} \affiliation{Universiteit Antwerpen | Building Research Group} \address{Groenenborgerlaan 171, 2020 Antwerpen, Belgi\"e\\ M: jan.bouwblauw@uantwerpen.be\\ T: +32 265 00 00 } -\versionyear{2022} +%% provide some extra data (a mention on the title page on what type of +%% report this is) +\extra{Onderzoeksrapport} + +%% year in which the report appears +\versionyear{2023} +%% specify a fancy photo for your titlepage (if you don't want a dull one) \titlepageimage{Images/uantwerpen-keyboard.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 + +%% a first unnumbered chapter \chapter*{Inleiding} +%% some dummy text, remove in your copy \kant[1] +%% a first numbered chapter \chapter{Smaken en smaakpapillen} +%% a first numbered section \section{Het gegeven} \kant[2] @@ -1543,12 +1556,17 @@ \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 +%% Put your bibliography here using BibTeX +%% typeset the final page with some graphic material on it \makefinalpage \end{document} @@ -1564,7 +1582,10 @@ %<*le-example> \documentclass[ti,a4paper]{uantwerpenletter} -%% You can suppress the foldline, using the nofoldline option. +%% ti specifies the department, change to the letter combination of +%% your department +%% a4paper specifies the paper format +%% nofoldline this suppresses the foldline %% %% As a good UAntwerpen citizen, you would use the calibri font. %% As this only works for XeLaTeX or LuaLaTeX, we chose to include @@ -1582,9 +1603,15 @@ \usepackage{sansmathaccent} \fi +%% load the proper language(s) (last language will trigger the language +%% of the logo a.o.) \usepackage[english]{babel} -\usepackage{kantlipsum} % this is just for some dummy text, please remove +%% this is just for some dummy text, please remove in your copy +\usepackage{kantlipsum} + +%% provide info on who sensd the letter, you can put this in a +%% configuration file, see the documentation of the letter class! \sender{prof. Walter Daems}{Senior Lecturer} \unit{Cosys-Lab} \address{ @@ -1595,8 +1622,12 @@ \email{walter.daems}{uantwerpen.be} \phone{+32 3 265 98 43} \mobile{+32 499 355 115} + +%% set a return address - if you want to avoid the infernal anger of +%% the UAntwerp internal post service \returnaddress{FTI - U.301 -- Groenenborgerlaan 171, 2020 Antwerpen, BELGIUM} +%% provide some details on who you want to write to \to{prof. B. Bonette} \toorganization{Mumford University} \toaddress{ @@ -1604,48 +1635,56 @@ Mumford, DX 94305-2004\\ USA} - +%% a proper letter mentions a date of writing and a subject \date{January 3, 2016} \subject{Congratulations for online video lectures} \begin{document} - \maketitle +%% This puts all logo's / address / subject where it needs to be +\maketitle - \opening{Dear prof. Bonette,} +%% be polite when starting a letter, and address your audience +\opening{Dear prof. Bonette,} - I'd like to congratulate you and the other professors of your - university on the very instructive video lectures - provided by your University. They are valued very - highly. +I'd like to congratulate you and the other professors of your +university on the very instructive video lectures +provided by your University. They are valued very +highly. - You inspired many a professor at our university to provide more - technical content beyond classical paper courses. - Based on your inspiring lectures, some students desire to candidate - themselves for taking an internship at your university. You can find - their details enclosed. +You inspired many a professor at our university to provide more +technical content beyond classical paper courses. +Based on your inspiring lectures, some students desire to candidate +themselves for taking an internship at your university. You can find +their details enclosed. - Below, you can find a few more paragraphs to illustrate that this - class can generate multipage letters. +%% Below, you can find a few more dummy paragraphs to illustrate that +%% this class can generate multipage letters. +\kant[1-3] - \kant[1-3] - - \closing{Kind regards,} - % you might want to insert a signature picture or text: - % \signature{\includegraphics{signature.jpg}} - \carboncopy{prof. S. Mariotte, Mumford University} - \enclosed{ - \begin{enumerate} - \item list of course numbers that are most fequently viewed at - our university (1pp) - \item a list of students desiring to take an internship at - Mumford University (2pp) - \end{enumerate} - } +%% time to say goodbye +\closing{Kind regards,} + +%% you might want to insert a signature picture or text: +%% \signature{\includegraphics{signature.jpg}} + +%% mention who receives a copy of this letter if needed +\carboncopy{prof. S. Mariotte, Mumford University} + +%% specify what extras can be found in the envelope if needed +\enclosed{ + \begin{enumerate} + \item list of course numbers that are most fequently viewed at + our university (1pp) + \item a list of students desiring to take an internship at + Mumford University (2pp) + \end{enumerate} +} \end{document} %</le-example> % \end{verbatim} % % \paragraph{Example with configuration file}~\\ +% % Probably, one has to write many letters. The sender details will be % most certainly valid for many an occasion. Therefore, you might want % to consider putting this default setup in a configuration file, @@ -1654,6 +1693,8 @@ % \begin{verbatim} %<*le-cfg> %% configuration file for uantwerpenletter class + +%% you can put your font setup in the configuration file! \iftutex \usepackage{cmbright} \usepackage{fontspec} @@ -1667,6 +1708,8 @@ \usepackage{sansmathaccent} \fi +%% as you probably will always be the sender of your letters, +%% put this info in the configuration file too. \sender{prof. Walter Daems}{Senior Lecturer} \unit{Cosys-Lab} \address{ @@ -1681,7 +1724,7 @@ %</le-cfg> % \end{verbatim} % -% The file can then be loaded in the preamble of your letter: +% The file can then be loaded in the preamble of your letter as follows: % \begin{verbatim} % \input{uantwerpenletter.cfg} % \end{verbatim} @@ -1691,7 +1734,8 @@ % % You may also consider using multiple configuration files in case you % have multiple roles in the university. Just make sure they are on your -% \LaTeX\ search path. +% \LaTeX\ search path (most often this search path can be set with an +% environment variable \texttt{TEXINPUTS}). % % \subsubsection{\texttt{uantwerpenexam}} % @@ -1707,25 +1751,55 @@ % \begin{verbatim} %<*ex-example1> \documentclass[ti,a4paper,10pt]{uantwerpenexam} -\usepackage{newpxtext} % demonstration of some fine font packages + +%% ti specifies the department, change to the letter combination of +%% your department +%% a4paper specifies the paper format +%% 10pt students have good eyes, they still can read 10pt fonts + +%% select a font you like +\usepackage{newpxtext} \usepackage{newpxmath} + +%% this package eases numbering of subquestions \usepackage{enumitem} -\usepackage[dutch]{babel} % last language loaded will - % determine logo version (change to - % [dutch] for a monolingual version) +%% load the proper language(s) (last language will trigger the language +%% of the logo a.o.) +\usepackage[dutch]{babel} + +%% some data about your course and the authors/lecturers \course{1876FTIDUM}{5-Bistrologie} -\author{Walter Daems} % can be omitted if 'lecturers' are sufficient +\author{Walter Daems} %% can be omitted if 'lecturers' are sufficient \lecturer{Walter Daems} -\degree{Bachelor of Science in de industri\"ele wetenschappen - elektronica-ICT} + +%% specify the degree of the program the course fits in +\degree{Bachelor of Science in de industri\"ele wetenschappen - + elektronica-ICT} + +%% specify the academic year \academicyear{2017-2018} + +%% specify the particular examination form \exampart{Schriftelijk Examen} + +%% specify the group \examgroupnumber{1 (eerste examenkans-inhaal)} + +%% specify import time-related info about the exam - this will help +%% supervisors to hand-out the correct exam copies! \examdate{2018-01-29} \examlength{4h} \tstart{08h30} \tend{12h30} + +%% same for the room(s), you may specify multiple! +\room{G.U.024} \room{G.U.025} + +%% instruct your students about important details. +%% 'firstpage' puts in on the first page, if omitted the extra info is +%% printed on the back of the first page \extrainfo[firstpage]{ Belangrijke informatie:\\\par Het volledige Onderwijs- en Examenregelement (OER) is van toepassing @@ -1752,36 +1826,57 @@ \end{enumerate} Succes! } + +%% if you make a copy per student, you can provide a number on the copy \studentnr{127} + +%% set the multiple choice symbol you fancy \setmcsymbol{\bigcirc} + \begin{document} + +%% set the title page of the exam \maketitle + +%% a first question (with an identifier that can help you remember wich +%% question it is out of your huge database) \question{[VLATOP-BISTRO]} + +%% give some idea to the student about the importance of the question \questionweight{3} Geef de eerste vijf laureaten van de VLATOP-bistro competitie. +%% a second question \question{[BECHAMEL]} \questionweight{7} Welk van de onderstaande ingredi\"enten hoort niet thuis in - een b\'echamel saus: +een b\'echamel saus: + +%% this is how you specify the multiple choice answering options \mc{Melk} \mc{Boter} \mc{Bloem} \mc{Eieren} \mc{Suiker} +%% you can insert some pages for the studen to write his/her answers +%% on. +%% a. below the question, in this case for the remaining 2cm on the page \insertsolutionspagepartial{2} +%% b. a full page \insertsolutionspage{} \clearpage +%% a third questoin \question{[BISTROCULTURE-1]} \questionweight{10} +%% the option of the enumerate environment is thanks to the enumitem package \begin{enumerate}[label=\alph*)] \item Bespreek de evolutie van de Noord-Europese bistrocultuur gedurende de laatste vijftig jaar. @@ -1790,10 +1885,17 @@ Welk van de onderstaande ingredi\"enten hoort niet thuis in Gault-Millau. \end{enumerate} +%% you can insert some pages for the studen to write his/her answers +%% on. +%% a. below the question, in this case for the remaining 23cm on the page \insertsolutionspagepartial{23} + +%% b. full pages: 3 in this case \foreach \i in {1,2,3} { \insertsolutionspage{} } + +%% c. special 'scrap' pages with a watermark on them: two in this case \foreach \i in {1,2} { \insertsolutionspage{Kladpapier} } @@ -1802,30 +1904,67 @@ Welk van de onderstaande ingredi\"enten hoort niet thuis in % \end{verbatim} % % \paragraph{Two columns} +% +% This might be of use to professors that teach courses in English in +% a Dutch program, you then can make a bilingual exam. This makes you +% 100\% compliant to the very restrictive Flemish language +% legislation. +% % \begin{verbatim} %<*ex-example2> \documentclass[ti,a4paper,10pt]{uantwerpenexam} -\usepackage{newpxtext} % demonstration of some fine font packages + +%% ti specifies the department, change to the letter combination of +%% your department +%% a4paper specifies the paper format +%% 10pt students have good eyes, they still can read 10pt fonts + +%% select a font you like +\usepackage{newpxtext} \usepackage{newpxmath} + +%% this package eases numbering of subquestions \usepackage{enumitem} -\usepackage[dutch,english]{babel} % last language loaded will - % determine logo version (change to - % [dutch] for a monolingual version) +%% load the proper language(s) (last language will trigger the language +%% of the logo a.o.) +\usepackage[dutch,english]{babel} + +%% some data about your course and the authors/lecturers \course{1876FTIDUM}{5-Bistrology} \lecturer{Walter Daems} \lecturer{Paul Levrie} + +%% specify the degree of the program the course fits in \degree{Bachelor of Science in de industri\"ele wetenschappen - elektronica-ICT} + +%% specify the academic year \academicyear{2017-2018} + +%% specify the particular examination form \exampart{Written Exam} + +%% specify the group \examgroupnumber{1 (eerste examenkans-inhaal)} + +%% specify import time-related info about the exam - this will help +%% supervisors to hand-out the correct exam copies! \examdate{2018-01-29} \examlength{4h} \tstart{08h30} \tend{12h30} + +%% same for the room(s) \room{G.U.025} \room{G.U.026} + +%% instruct your students about important details. +%% 'firstpage' puts in on the first page, if omitted the extra info is +%% printed on the back of the first page \extrainfo{ + %% the engdut command allows you to specify a left column in english + %% and right column in dutch + %% use multiple engdut-environments to keep the page flow synchronized \engdut{ Important information:\\\par The Education and Examination Regulations (EER) hold for this @@ -1922,12 +2061,22 @@ Welk van de onderstaande ingredi\"enten hoort niet thuis in \clearpage } +%% if you make a copy per student, you can provide a number on the copy \studentnr{29} + \begin{document} + +%% set the title page of the exam \maketitle + +%% a first question (with an identifier that can help you remember wich +%% question it is out of your huge database) \question{[VLATOP-BISTRO]} + +%% give some idea to the student about the importance of the question \questionweight{3} +%% typeset the question in two columns \engdut{ Write down the first five laureates of the VALTOP-bistro competition. } @@ -1936,6 +2085,7 @@ Welk van de onderstaande ingredi\"enten hoort niet thuis in competitie. } +%% a second question \question{[BECHAMEL]} \questionweight{7} @@ -1947,21 +2097,30 @@ Welk van de onderstaande ingredi\"enten hoort niet thuis in Welk van de onderstaande ingredi\"enten hoort niet thuis in een b\'echamel saus: } + +%% this is how you specify multipel choice answering options in two languages \engdutmc{Milk}{Melk} \engdutmc{Butter}{Boter} \engdutmc{Flower}{Bloem} \engdutmc{Eggs}{Eieren} \engdutmc{Sugar}{Suiker} +%% you can insert some pages for the studen to write his/her answers +%% on. +%% a. below the question, in this case for the remaining 20cm on the page \insertsolutionspagepartial{20} +%% b. a full page \insertsolutionspage{} + \clearpage +%% a third questoin \question{[BISTROCULTURE-1]} \questionweight{10} \engdut{ +%% the option of the enumerate environment is thanks to the enumitem package \begin{enumerate}[label=\alph*)] \item Discuss the evolution of the Northern European bistro culture during the latest fifty years. @@ -1979,10 +2138,17 @@ Welk van de onderstaande ingredi\"enten hoort niet thuis in \end{enumerate} } +%% you can insert some pages for the studen to write his/her answers +%% on. +%% a. below the question, in this case for the remaining 22.5cm on the page \insertsolutionspagepartial{22.5} + +%% b. full pages: 3 in this case \foreach \i in {1,2,3} { \insertsolutionspage{} } + +%% c. special 'scrap' pages with a watermark on them: two in this case \foreach \i in {1,2} { \insertsolutionspage{Scrap/Klad} } @@ -1994,7 +2160,6 @@ Welk van de onderstaande ingredi\"enten hoort niet thuis in % % \section{Implementation of the classes} % -% % \subsection{Common options} % % Colors appear in any document, so let's define them in common in a @@ -2594,112 +2759,112 @@ Welk van de onderstaande ingredi\"enten hoort niet thuis in % The English data can be found below: % \begin{macrocode} %<*endata> -org-be = Faculty of Business and Economics -org-fbd = Faculty of Pharmaceutical, Biomedical and Veterinary Sciences -org-ggw = Medicine and Health Sciences -org-lw = Faculty of Arts -org-ow = Faculty of Design Sciences -org-re = Faculty of Law -org-sw = Faculty of Social Sciences -org-ti = Faculty of Applied Engineering -org-we = Faculty of Science -org-iob = Institute of Development Policy -org-ua = University of Antwerp -arr = All rights reserved -of = of -domainname = uantwerp.be -datename = Date -subjectname = Subject -acyearname = Academic year -baname = Bachelor of Science -spname = Switching Programme -vpname = Preparatory Programme -maname = Master of Science -phdname = PhD -thesisname = Thesis -mthesisname = Master's thesis -bthesisname = Bachelor's thesis -lecturername = Lecturer -lecturersname = Lecturers -supervisorname = Supervisor -supervisorsname = Supervisors -cosupervisorname = Cosupervisor -cosupervisorsname = Cosupervisors +org-be = Faculty of Business and Economics +org-fbd = Faculty of Pharmaceutical, Biomedical and Veterinary Sciences +org-ggw = Medicine and Health Sciences +org-lw = Faculty of Arts +org-ow = Faculty of Design Sciences +org-re = Faculty of Law +org-sw = Faculty of Social Sciences +org-ti = Faculty of Applied Engineering +org-we = Faculty of Science +org-iob = Institute of Development Policy +org-ua = University of Antwerp +arr = All rights reserved +of = of +domainname = uantwerp.be +datename = Date +subjectname = Subject +acyearname = Academic year +baname = Bachelor of Science +spname = Switching Programme +vpname = Preparatory Programme +maname = Master of Science +phdname = PhD +thesisname = Thesis +mthesisname = Master's thesis +bthesisname = Bachelor's thesis +lecturername = Lecturer +lecturersname = Lecturers +supervisorname = Supervisor +supervisorsname = Supervisors +cosupervisorname = Cosupervisor +cosupervisorsname = Cosupervisors extsupervisorname = External supervisor extsupervisorsname = External supervisors -examname = Exam --- Examen -seriesname = Series -lastname = Last name --- Naam -firstname = First name --- Voornaam -docketname = Docket No. --- Rolnr. -roomname = Room --- Lokaal -roomsname = Rooms --- Lokalen -examstartname = Start --- Begin -examendname = End --- Einde -examdurationname = Exam duration --- Duur van het examen -juryname = Jury -jurymembersname = Members -jurychairmanname = Chairman -bmthesisname = Thesis to obtain the degree of -pthesisnamei = Thesis submitted in fulfilment of the requirements for the degree of -pthesisnameii = at the University of Antwerp -weightname = Weight +examname = Exam --- Examen +seriesname = Series +lastname = Last name --- Naam +firstname = First name --- Voornaam +docketname = Docket No. --- Rolnr. +roomname = Room --- Lokaal +roomsname = Rooms --- Lokalen +examstartname = Start --- Begin +examendname = End --- Einde +examdurationname = Exam duration --- Duur van het examen +juryname = Jury +jurymembersname = Members +jurychairname = Chair +bmthesisname = Thesis to obtain the degree of +pthesisnamei = Thesis submitted in fulfilment of the requirements for the degree of +pthesisnameii = at the University of Antwerp +weightname = Weight %</endata> % \end{macrocode} % % The Dutch data can be found below: % \begin{macrocode} %<*nldata> -org-be = Faculteit Bedrijfswetenschappen en Economie -org-fbd = Faculteit Farmaceutische, Biomedische en Diergeneeskundige Wetenschappen -org-ggw = Faculteit Geneeskunde en Gezondheidswetenschappen -org-lw = Faculteit Letteren en Wijsbegeerte -org-ow = Faculteit Ontwerpwetenschappen -org-re = Faculteit Rechten -org-sw = Faculteit Sociale Wetenschappen -org-ti = Faculteit Toegepaste Ingenieurswetenschappen -org-we = Faculteit Wetenschappen -org-iob = Instituut voor Ontwikkelingsbeleid- en beheer -org-ua = Universiteit Antwerpen -arr = Alle rechten voorbehouden -of = van -domainname = uantwerpen.be -datename = Onderwerp -subjectname = Datum -acyearname = Academiejaar -baname = Bachelor of Science -spname = Schakelprogramma -vpname = Voorbereidingsprogramma -maname = Master of Science -phdname = Doctoraat -thesisname = Afstudeerproef -mthesisname = Masterproef -bthesisname = Bachelorproef -lecturername = Titularis -lecturersname = Titularissen -supervisorname = Promotor -supervisorsname = Promotoren -cosupervisorname = Copromotor -cosupervisorsname = Copromotoren +org-be = Faculteit Bedrijfswetenschappen en Economie +org-fbd = Faculteit Farmaceutische, Biomedische en Diergeneeskundige Wetenschappen +org-ggw = Faculteit Geneeskunde en Gezondheidswetenschappen +org-lw = Faculteit Letteren en Wijsbegeerte +org-ow = Faculteit Ontwerpwetenschappen +org-re = Faculteit Rechten +org-sw = Faculteit Sociale Wetenschappen +org-ti = Faculteit Toegepaste Ingenieurswetenschappen +org-we = Faculteit Wetenschappen +org-iob = Instituut voor Ontwikkelingsbeleid- en beheer +org-ua = Universiteit Antwerpen +arr = Alle rechten voorbehouden +of = van +domainname = uantwerpen.be +datename = Onderwerp +subjectname = Datum +acyearname = Academiejaar +baname = Bachelor of Science +spname = Schakelprogramma +vpname = Voorbereidingsprogramma +maname = Master of Science +phdname = Doctoraat +thesisname = Afstudeerproef +mthesisname = Masterproef +bthesisname = Bachelorproef +lecturername = Titularis +lecturersname = Titularissen +supervisorname = Promotor +supervisorsname = Promotoren +cosupervisorname = Copromotor +cosupervisorsname = Copromotoren extsupervisorname = Externe Promotor extsupervisorsname = Externe Promotoren -examname = Examen -seriesname = Reeks -lastname = Naam -firstname = Voornaam -docketname = Rolnr. -roomname = Lokaal -roomsname = Lokalen -examstartname = Begin -examendname = Einde -examdurationname = Duur van het examen -juryname = Jury -jurymembersname = Leden -jurychairmanname = Voorzitter -bmthesisname = Proefschrift tot het behalen van de graad van -pthesisnamei = Proefschrift voorgelegd tot het behalen van de graad van -pthesisnameii = aan de Universiteit Antwerpen te verdedigen door -weightname = Gewicht +examname = Examen +seriesname = Reeks +lastname = Naam +firstname = Voornaam +docketname = Rolnr. +roomname = Lokaal +roomsname = Lokalen +examstartname = Begin +examendname = Einde +examdurationname = Duur van het examen +juryname = Jury +jurymembersname = Leden +jurychairname = Voorzitter +bmthesisname = Proefschrift tot het behalen van de graad van +pthesisnamei = Proefschrift voorgelegd tot het behalen van de graad van +pthesisnameii = aan de Universiteit Antwerpen te verdedigen door +weightname = Gewicht %</nldata> % \end{macrocode} % @@ -2748,8 +2913,9 @@ en-pr = Project report thesis, and for the submission of this publication for participation in scientific prizes or competitions. \newline\newline - This document is in accordance with the master thesis regulations and the - Code of Conduct. It has been reviewed by the supervisor and the attendant. + This document is in accordance with the faculty regulations related to this + examination document and the Code of Conduct. The text has been reviewed + by the supervisor and the attendant. } \AtBeginDocument{ \makeatother @@ -2771,8 +2937,9 @@ en-pr = Project report industrieel of commercieel nut en voor de inzending van deze publicatie ter deelname aan wetenschappelijke prijzen of wedstrijden. \newline\newline - Dit document is in overeenstemming met het masterproefreglement en de - gedragscode en nagekeken door promotor en begeleider. + Dit document is in overeenstemming met het facultair reglement + gerelateerd aan dit examendocument en de gedragscode. De tekst werd + nagekeken door de promotor en de begeleider. } } }{} @@ -3211,21 +3378,23 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun % \end{macrocode} % \end{macro} % -% \begin{macro}{\jurychairman} -% This macro sets the |\@jurychairman| tag that later will be used on +% \begin{macro}{\jurychair} +% \changes{v4.6}{}{Improved genderneutrality by substituting chairman +% by chair} +% This macro sets the |\@jurychair| tag that later will be used on % the data page. % \begin{macrocode} %<*pt> -\newcommand*{\@jurychairman}{ +\newcommand*{\@jurychair}{ \PackageError{uantwerpendocs} - {Please, define a chairman of the jury using the - '\protect\jurychairman{}' command in the preamble of your + {Please, define a chair of the jury using the + '\protect\jurychair{}' command in the preamble of your document.} {See the uantwerpendocs manual} } -\newcommand*{\@jurychairmanaff}{} -\newcommand*{\jurychairman}[2]{ - \renewcommand*{\@jurychairman}{#1}\renewcommand*{\@jurychairmanaff}{#2}} +\newcommand*{\@jurychairaff}{} +\newcommand*{\jurychair}[2]{ + \renewcommand*{\@jurychair}{#1}\renewcommand*{\@jurychairaff}{#2}} %</pt> % \end{macrocode} % \end{macro} @@ -3277,9 +3446,11 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun % \begin{macro}{\degree} % This macro sets the |\@degree| tag that later will % be used on the title pages. -% +% The theses allow for a single degree (as multiple is physically +% impossible), while a course text and an exam allow for multiple +% degrees (to be specified in the desired order). % \begin{macrocode} -%<*bmt|pt|ct|ex> +%<*bmt|pt> \newcommand*\@degree{ \PackageError{uantwerpendocs} {Please, specify the offical degree description using @@ -3287,7 +3458,29 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun {See the uantwerpendocs manual} } \newcommand*\degree[1]{\renewcommand*\@degree{#1}} -%</bmt|pt|ct|ex> +%</bmt|pt> +% +% \changes{v4.6}{}{Allowed for specification of multiple degrees for +% course texts and exams} +%<*ct|ex> +\ExplSyntaxOn +\seq_new:N \g_@@_degrees +\cs_new:Nn \@@_adddegree:n { + \seq_gpush:Nn \g_@@_degrees { #1 } +} +\NewDocumentCommand{\degree}{m}{ + \@@_adddegree:n { #1 } +} +\NewDocumentCommand{\jointdegrees}{mm}{ + \seq_use:Nnnn \g_@@_degrees { #2 } { #1 } { #2 } +} +\AtBeginDocument{ + \seq_greverse:N \g_@@_degrees + \let\degree\relax +} +\ExplSyntaxOff +%</ct|ex> + % \end{macrocode} % \end{macro} % @@ -3317,15 +3510,11 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun % \begin{macrocode} %<*bmt|pt|ct|ex> \ExplSyntaxOn +\seq_new:N \g_@@_degreechunks \NewDocumentCommand{\bamadegree}{m}{ - \seq_new:N \l_@@_degreechunks - \regex_extract_all:nnN { [^-]+ } { #1 } \l_@@_degreechunks - \bamadoctype{\seq_item:Nn\l_@@_degreechunks {2} - \seq_item:Nn\l_@@_degreechunks {3}} - \degree{\uantwerpendocsdegree{ - \seq_item:Nn\l_@@_degreechunks {1} - - \seq_item:Nn\l_@@_degreechunks {2} - - \seq_item:Nn\l_@@_degreechunks {3} - - \seq_item:Nn\l_@@_degreechunks {4} }} + \regex_extract_all:nnN { [^-]+ } { #1 } \g_@@_degreechunks + \bamadoctype{\seq_item:Nn \g_@@_degreechunks {2} - \seq_item:Nn \g_@@_degreechunks {3}} + \degree{\uantwerpendocsdegree{#1}} } \ExplSyntaxOff %</bmt|pt|ct|ex> @@ -3954,6 +4143,7 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun % % % \subsection{Dirty reverse video tricks} +% Try not to throw up in your mouth\ldots % % \begin{macrocode} %<*bmt> @@ -4073,8 +4263,7 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun \rhead[\small EXAMINER VERSION]{\small EXAMINER VERSION} \AddToShipoutPicture{ \put(60,40){\rotatebox{60}{\textcolor{watermark}{ - \fontfamily{phv}\fontsize{105}{130}\fontseries{m}\fontshape{n}% - \selectfont Examiner Version}}}} + \fontsize{105}{130}\selectfont Examiner Version}}}} \else \rhead[\small Student nr. \@studentnr]{\small Student nr. \@studentnr} \fi @@ -4291,7 +4480,7 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun \node[white,anchor=west,text width=17.5cm,align=left,font=\small] at (2.55,3.7) - {\textsf{\@degree{}}\\ + {\textsf{\jointdegrees{\\}{\\}}\\ \textsf{\textbf{\@faculty{} \ifx\@department\empty\else | \@department{} \fi | \@academicyear \hfill \@publishercode}}\\ @@ -4335,12 +4524,20 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun \fontsize{18}{24}\selectfont\textsf{\@subtitle} }; - \node + \node [anchor=north west,below=of title, text width=14.75cm,align=left, + yshift=-0.5cm,color=uauamain] (author) + { + \fontsize{18}{24}\selectfont{\textsf{\@author}} + }; + + \node + [anchor=north west,below=of author, + text width=14.75cm,align=left, yshift=-0.5cm] { - \fontsize{12}{15}\selectfont{\textsf{\@degree}} + \fontsize{12}{15}\selectfont{\textsf{\jointdegrees{\\}{\\}}} }; \node @@ -4652,13 +4849,13 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun \end{center} \clearpage \noindent\textbf{\uantwerpendocsprop{juryname}}\hfill\\[1ex] - \textbf{\uantwerpendocsprop{jurychairmanname}}\hfill\break - \@jurychairman{}\ifdefvoid{\@jurychairmanaff}{}{, \@jurychairmanaff}\\ + \textit{\uantwerpendocsprop{jurychairname}}\hfill\break + \@jurychair{}\ifdefvoid{\@jurychairaff}{}{, \@jurychairaff}\\ \hfill\break - \textbf{\supervisorsname{}}\hfill\break + \textit{\supervisorsname{}}\hfill\break \jointsupervisorswithaffiliation{\\}{\\} \hfill\break - \textbf{\uantwerpendocsprop{jurymembersname}}\hfill\break + \textit{\uantwerpendocsprop{jurymembersname}}\hfill\break \jointjurymembers{\\} \hfill\break \vfill @@ -4990,42 +5187,37 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun [anchor=west,text width={\paperwidth-5cm},align=left] at (2.125,{\paperheight-3cm}) {% - \fontfamily{phv}\fontsize{18}{22}\fontseries{b}% - \fontshape{n}\selectfont% - \@course{} + \fontsize{18}{22}\selectfont% + \textsf{\textbf{\@course{}}} \ifx\@exampart\@empty - \else --- \@exampart\fi + \else \textsf{\textbf{ --- \@exampart}}\fi }; \node [anchor=west,text width={\paperwidth-5cm},align=left] at (2.125,{\paperheight-4cm}) {% - \fontfamily{phv}\fontsize{12}{18}\fontseries{b}% - \fontshape{n}\selectfont% - \@coursecode + \fontsize{12}{18}\selectfont% + \textsf{\@coursecode} }; \node [anchor=west,text width={\paperwidth-5cm},align=left,font=\large] at (2.125,{\paperheight-5cm}) {% - \fontfamily{phv}\fontsize{12}{18}\fontseries{m}% - \fontshape{n}\selectfont% - \uantwerpendocsprop{seriesname} \@examgroupnumber{} \hfill \@examdate{} + \fontsize{12}{18}\selectfont% + \textsf{\uantwerpendocsprop{seriesname} \@examgroupnumber{} \hfill \@examdate{}} }; \node[anchor=south west,align=left,inner sep=0pt] at (3,21) {% - \fontfamily{phv}\fontsize{14}{19}\fontseries{b}% - \fontshape{n}\selectfont% - \uantwerpendocsprop{examname} + \fontsize{14}{19}\selectfont% + \textsf{\uantwerpendocsprop{examname}} }; \node[anchor=south west,align=left,inner sep=0pt] at (3,19) {% - \fontfamily{phv}\fontsize{12}{18}\fontseries{m}% - \fontshape{n}\selectfont% - \uantwerpendocsprop{lastname} + \fontsize{12}{18}\selectfont% + \textsf{\uantwerpendocsprop{lastname}} }; \foreach \nn in {0,1,...,33} { \draw[fill=white] (3,18) ++({0.5*\nn},0) rectangle +(0.5,0.8); @@ -5033,9 +5225,8 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun \node[anchor=south west,align=left,inner sep=0pt] at (3,17) {% - \fontfamily{phv}\fontsize{12}{18}\fontseries{m}% - \fontshape{n}\selectfont% - \uantwerpendocsprop{firstname} + \fontsize{12}{18}\selectfont% + \textsf{\uantwerpendocsprop{firstname}} }; \foreach \nn in {0,1,...,23} { @@ -5044,9 +5235,8 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun \node[anchor=south west,align=left,inner sep=0pt] at (16,17) {% - \fontfamily{phv}\fontsize{12}{18}\fontseries{m}% - \fontshape{n}\selectfont% - \uantwerpendocsprop{docketname} + \fontsize{12}{18}\selectfont% + \textsf{\uantwerpendocsprop{docketname}} }; \foreach \nn in {0,1,...,7} { \draw[fill=white] (16,16) ++({0.5*\nn},0) rectangle +(0.5,0.8); @@ -5055,27 +5245,24 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun \node[anchor=south west,align=left,inner sep=0pt,text width=17cm] at (3,14) {% - \fontfamily{phv}\fontsize{12}{21}\fontseries{m}% - \fontshape{n}\selectfont% - \uantwerpendocsprop{examdurationname}: \@examlength + \fontsize{12}{21}\selectfont% + \textsf{\uantwerpendocsprop{examdurationname}: \@examlength} }; \node[anchor=south west,align=left,inner sep=0pt,text width=17cm] at (3,11) {% - \fontfamily{phv}\fontsize{12}{15}\fontseries{m}% - \fontshape{n}\selectfont% - \begin{tabular}{@{}l@{}ll}% + \fontsize{12}{15}\selectfont% + \textsf{\begin{tabular}{@{}l@{}ll}% \uantwerpendocsprop{examstartname}& : & \@tstart\\ \uantwerpendocsprop{examendname} & : & \@tend - \end{tabular} + \end{tabular}} }; \node[anchor=south west,align=left,inner sep=0pt,text width=17cm] at (3,8) {% - \fontfamily{phv}\fontsize{12}{21}\fontseries{m}% - \fontshape{n}\selectfont% - \roomsname: \jointrooms{, } + \fontsize{12}{21}\selectfont% + \textsf{\roomsname: \jointrooms{, }} }; \node @@ -5102,7 +5289,7 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun \node[white,anchor=west,text width=17.5cm,align=left,font=\small] at (2.55,3.7) - {\textsf{\@degree{}}\\ + {\textsf{\jointdegrees{\\}{\\}}\\ \textsf{\textbf{\@faculty{}}}}; \node[anchor=west] at (2.125,1.313) @@ -5306,8 +5493,7 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun \end{tikzpicture} } \put(120,150){\rotatebox{60}{\textcolor{watermark}{ - \fontfamily{phv}\fontsize{105}{130}\fontseries{m}\fontshape{n}\selectfont - #1} + \fontsize{105}{130}\selectfont\textsf{#1}} } } }% @@ -5349,8 +5535,9 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun %</ct|bmt|pt|rp> % \end{macrocode} % -% \section{The beamer theme} -% \subsection{User guide} +% \part*{Part II. The beamer theme} +% +% \section{User guide} % % \begin{verbatim} %<*bmrug> @@ -6171,7 +6358,7 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun Cheers! Walter Daems\\ - (April 2022) + (April 2024) \end{frame} @@ -6179,13 +6366,13 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun %</bmrug> % \end{verbatim} % -% \subsection{Implementation} +% \section{Implementation} % % \subsubsection{Main beamer theme} % % \begin{macrocode} %<*bmr> -% Copyright 2023 by Walter Daems <walter.daems@uantwerpen.be> +% Copyright 2024 by Walter Daems <walter.daems@uantwerpen.be> % % This file may be distributed and/or modified % @@ -6240,7 +6427,7 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun % \subsubsection{Beamer color theme} % \begin{macrocode} %<*bmrcolor> -% Copyright 2023 by Walter Daems <walter.daems@uantwerpen.be> +% Copyright 2024 by Walter Daems <walter.daems@uantwerpen.be> % % This file may be distributed and/or modified % @@ -6324,7 +6511,7 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun % % \begin{macrocode} %<*bmrfont> -% Copyright 2023 by Walter Daems +% Copyright 2024 by Walter Daems % % This file may be distributed and/or modified % @@ -6474,7 +6661,7 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun % % \begin{macrocode} %<*bmrinner> -% Copyright 2023 by Walter Daems <walter.daems@uantwerpen.be> +% Copyright 2024 by Walter Daems <walter.daems@uantwerpen.be> % % This file may be distributed and/or modified % @@ -6567,7 +6754,7 @@ we-nl-ma-wiftw = Master of Science in wiskunde: financiële en toegepaste wiskun % % \begin{macrocode} %<*bmrouter> -% Copyright 2023 by Walter Daems <walter.daems@uantwerpen.be> +% Copyright 2024 by Walter Daems <walter.daems@uantwerpen.be> % % This file may be distributed and/or modified % diff --git a/Master/texmf-dist/source/latex/uantwerpendocs/uantwerpendocs.ins b/Master/texmf-dist/source/latex/uantwerpendocs/uantwerpendocs.ins index 78fb9986b01..46755a11b69 100644 --- a/Master/texmf-dist/source/latex/uantwerpendocs/uantwerpendocs.ins +++ b/Master/texmf-dist/source/latex/uantwerpendocs/uantwerpendocs.ins @@ -1,4 +1,4 @@ -%% 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 @@ -24,7 +24,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 |