diff --git a/Reports/Thesis/MP2324_verslag2_Mylle_Victor.pdf b/Reports/Thesis/MP2324_verslag2_Mylle_Victor.pdf new file mode 100644 index 0000000..db4e23a Binary files /dev/null and b/Reports/Thesis/MP2324_verslag2_Mylle_Victor.pdf differ diff --git a/Reports/Thesis/ea-en.pdf b/Reports/Thesis/ea-en.pdf new file mode 100644 index 0000000..b718c64 Binary files /dev/null and b/Reports/Thesis/ea-en.pdf differ diff --git a/Reports/Thesis/ea-nl.pdf b/Reports/Thesis/ea-nl.pdf new file mode 100644 index 0000000..774eb4a Binary files /dev/null and b/Reports/Thesis/ea-nl.pdf differ diff --git a/Reports/Thesis/eb-en.pdf b/Reports/Thesis/eb-en.pdf new file mode 100644 index 0000000..371f684 Binary files /dev/null and b/Reports/Thesis/eb-en.pdf differ diff --git a/Reports/Thesis/ugent-doc.cls b/Reports/Thesis/ugent-doc.cls new file mode 100644 index 0000000..880fbf8 --- /dev/null +++ b/Reports/Thesis/ugent-doc.cls @@ -0,0 +1,185 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Ghent University document class +% Created by DF Benoit, December 15, 2022 +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{ugent-doc} + +% Required packages +\RequirePackage{kvoptions} +\RequirePackage{geometry} +\RequirePackage{calc} +\RequirePackage{graphicx} +\RequirePackage{xcolor} + +% ugent-doc specific options (kvoptions) +\SetupKeyvalOptions{family=ugd,prefix=ugd@} %UGentArticle + +% Declare the class specific options +\DeclareStringOption[eb]{faculty}[eb] +\DeclareStringOption[en]{language}[en] +\DeclareStringOption[article]{doctype}[article] +\DeclareBoolOption[true]{sftitles} % Default: true +\ProcessKeyvalOptions* + +% Pass options not specified above to the parent class +% \@unusedoptionlist is a macro in kvoptions +\LoadClass[\@unusedoptionlist]{\ugd@doctype} + +% All sections, subsections and subsubsections in sans serif +\ifugd@sftitles + \RequirePackage[sf]{titlesec} +\fi + +% Define UGent colors +%= = = = = = = = = = = +% Base colors +% UGent blue +\definecolor{ugentblue}{RGB}{30,100,200} +% UGent yellow +\definecolor{ugentyellow}{RGB}{255,210,0} +% UGent white +\definecolor{ugentwhite}{RGB}{255,255,255} +% UGent black +\definecolor{ugentblack}{RGB}{0,0,0} + +% Faculty specific colors +% Faculty of Literature & Philosophy +\definecolor{ugent-lw}{RGB}{241,164,43} +% Faculty of Law +\definecolor{ugent-re}{RGB}{220,78,40} +% Faculty of Science +\definecolor{ugent-we}{RGB}{45,140,168} +% Faculty of Medicine and Health Sciences +\definecolor{ugent-ge}{RGB}{232,94,113} +% Faculty of Engineering and Architecture +\definecolor{ugent-ea}{RGB}{139,190,232} +% Faculty of Economics and Business Administration +\definecolor{ugent-eb}{RGB}{174,176,80} +% Faculty of Veterinary Medicine +\definecolor{ugent-di}{RGB}{130,84,145} +% Faculty of Psychology and Educational Sciences +\definecolor{ugent-pp}{RGB}{251,126,58} +% Faculty of Bioscience Engineering +\definecolor{ugent-bw}{RGB}{39,171,173} +% Faculty of Pharmaceutical Sciences +\definecolor{ugent-fw}{RGB}{190,81,144} +% Faculty of Political and Social Sciences +\definecolor{ugent-ps}{RGB}{113,168,96} + +% Define new commands +\def\thetitle#1{\def\@thetitle{#1}} +\def\thesubtitle#1{\def\@thesubtitle{#1}} +\def\infoboxa#1{\def\@infoboxa{#1}} +\def\infoboxb#1{\def\@infoboxb{#1}} +\def\infoboxc#1{\def\@infoboxc{#1}} +\def\infoboxd#1{\def\@infoboxd{#1}} + +% Initialize new commands as 'empty' +\def\@thetitle{} +\def\@thesubtitle{} +\def\@infoboxa{} +\def\@infoboxb{} +\def\@infoboxc{} +\def\@infoboxd{} + +% Define lengths based on UGent document grid +% See: https://styleguide.ugent.be/basic-principles/grid-and-layout.html +\newlength{\longedge} +\setlength{\longedge}{\maxof{\paperheight}{\paperwidth}} +\newlength{\gridunit} +\setlength{\gridunit}{\longedge/28} %Divide long edge by 7 and next by 4 +\newlength{\subpaperheight} +\setlength{\subpaperheight}{\paperheight-7\gridunit} %Type area: 3 units for faculty logo, 4 units for UGent logo +\newlength{\subpaperwidth} +\setlength{\subpaperwidth}{\paperwidth-\gridunit} %Left margin of 1 gridunit + +% Define strut based on \gridunit +\newcommand{\mystrut}[1][-.5]{\rule[#1\gridunit]{0pt}{0pt}} + +% Set default page layout +% Can be overwritten in preamble of document +\renewcommand{\baselinestretch}{1.15} % line spacing +\geometry{bottom=2.5cm,top=2.5cm,left=3cm,right=2cm} % margins + +% Redefine the titlepage in accordance with UGent styleguide +\renewcommand\maketitle{\begin{titlepage}% + \thispagestyle{empty} % by default, the pagestyle of title page is plain + \newgeometry{top=0cm, bottom=0cm, left=0cm, right=0cm} % set special margins + \setlength{\parindent}{0cm} % necessary to put minipages/boxes at extreme left of page + \setlength{\parsep}{0cm} % necessary to stack minipages/boxes without space + \setlength{\fboxsep}{0cm} % no border around minipages/boxes + \setlength{\parskip}{0cm} + \setlength{\lineskip}{0cm} + + \ifugd@sftitles + \sffamily % Titlepage in sans serif font + \fi + + \includegraphics[height=3\gridunit]{\ugd@faculty-\ugd@language.pdf}% + + \makebox[\gridunit]{}% Left margin of 1 gridunit + \colorbox{ugent-\ugd@faculty!30}{% + %\colorbox{ugentwhite}{% + \begin{minipage}[c][\subpaperheight][t]{\subpaperwidth}% + \vskip 5\gridunit % top margin within minipage + \hskip \gridunit % left margin of 1 within the colorbox + %\fbox{% + \begin{minipage}{\subpaperwidth-2\gridunit} % tile minipage, right margin of 1 + \raggedright\bfseries\huge + \textcolor{ugentblue}{\mystrut\@thetitle}\newline + \Large\textcolor{ugentblue}{\@thesubtitle} + \mystrut[1] + \end{minipage}%} + + \vskip\fill % Push down to bottom of minipage + + \ifx\@infoboxa\empty\else % ony put box if not empty + \hskip\gridunit % left margin of infobox + %\fbox{% + \begin{minipage}[b]{\subpaperwidth-3\gridunit} % right margin of 1 + \@infoboxa + \end{minipage}%} + + \baselineskip0pt\mystrut + \fi + + \ifx\@infoboxb\empty\else % ony put box if not empty + \hskip\gridunit % left margin of infobox + %\fbox{% + \begin{minipage}[b]{\subpaperwidth-3\gridunit} % right margin of 1 + \@infoboxb + \end{minipage}%} + + \baselineskip0pt\mystrut + \fi + + \ifx\@infoboxc\empty\else % ony put box if not empty + \hskip\gridunit % left margin of infobox + %\fbox{% + \begin{minipage}[b]{\subpaperwidth-3\gridunit} % right margin of 1 + \@infoboxc + \end{minipage}%} + + \baselineskip0pt\mystrut + \fi + + \ifx\@infoboxd\empty\else % ony put box if not empty + \hskip\gridunit % left margin of infobox + %\fbox{% + \begin{minipage}[b]{\subpaperwidth-3\gridunit} % right margin of 1 + \@infoboxd + \end{minipage}%} + \fi + + \baselineskip0pt\mystrut[-1] + \end{minipage} + }% + + \includegraphics[height=4\gridunit]{ugent-\ugd@language.pdf}% + \end{titlepage} + \restoregeometry +} diff --git a/Reports/Thesis/ugent-en.pdf b/Reports/Thesis/ugent-en.pdf new file mode 100644 index 0000000..8e18dc6 Binary files /dev/null and b/Reports/Thesis/ugent-en.pdf differ diff --git a/Reports/Thesis/verslag 10.synctex.gz b/Reports/Thesis/verslag 10.synctex.gz new file mode 100644 index 0000000..0181da0 Binary files /dev/null and b/Reports/Thesis/verslag 10.synctex.gz differ diff --git a/Reports/Thesis/verslag 11.synctex.gz b/Reports/Thesis/verslag 11.synctex.gz new file mode 100644 index 0000000..821c91b Binary files /dev/null and b/Reports/Thesis/verslag 11.synctex.gz differ diff --git a/Reports/Thesis/verslag 12.synctex.gz b/Reports/Thesis/verslag 12.synctex.gz new file mode 100644 index 0000000..a5044cd Binary files /dev/null and b/Reports/Thesis/verslag 12.synctex.gz differ diff --git a/Reports/Thesis/verslag 13.synctex.gz b/Reports/Thesis/verslag 13.synctex.gz new file mode 100644 index 0000000..ba414cb Binary files /dev/null and b/Reports/Thesis/verslag 13.synctex.gz differ diff --git a/Reports/Thesis/verslag 2.synctex.gz b/Reports/Thesis/verslag 2.synctex.gz new file mode 100644 index 0000000..505591b Binary files /dev/null and b/Reports/Thesis/verslag 2.synctex.gz differ diff --git a/Reports/Thesis/verslag 3.synctex.gz b/Reports/Thesis/verslag 3.synctex.gz new file mode 100644 index 0000000..0a27667 Binary files /dev/null and b/Reports/Thesis/verslag 3.synctex.gz differ diff --git a/Reports/Thesis/verslag 4.synctex.gz b/Reports/Thesis/verslag 4.synctex.gz new file mode 100644 index 0000000..0db806b Binary files /dev/null and b/Reports/Thesis/verslag 4.synctex.gz differ diff --git a/Reports/Thesis/verslag 5.synctex.gz b/Reports/Thesis/verslag 5.synctex.gz new file mode 100644 index 0000000..5918ef5 Binary files /dev/null and b/Reports/Thesis/verslag 5.synctex.gz differ diff --git a/Reports/Thesis/verslag 6.synctex.gz b/Reports/Thesis/verslag 6.synctex.gz new file mode 100644 index 0000000..e52cf98 Binary files /dev/null and b/Reports/Thesis/verslag 6.synctex.gz differ diff --git a/Reports/Thesis/verslag 7.synctex.gz b/Reports/Thesis/verslag 7.synctex.gz new file mode 100644 index 0000000..12f3d1e Binary files /dev/null and b/Reports/Thesis/verslag 7.synctex.gz differ diff --git a/Reports/Thesis/verslag 8.synctex.gz b/Reports/Thesis/verslag 8.synctex.gz new file mode 100644 index 0000000..e52cf98 Binary files /dev/null and b/Reports/Thesis/verslag 8.synctex.gz differ diff --git a/Reports/Thesis/verslag 9.synctex.gz b/Reports/Thesis/verslag 9.synctex.gz new file mode 100644 index 0000000..0defcb5 Binary files /dev/null and b/Reports/Thesis/verslag 9.synctex.gz differ diff --git a/Reports/Thesis/verslag.aux b/Reports/Thesis/verslag.aux new file mode 100644 index 0000000..2817ea2 --- /dev/null +++ b/Reports/Thesis/verslag.aux @@ -0,0 +1,31 @@ +\relax +\providecommand\babel@aux[2]{} +\@nameuse{bbl@beforestart} +\abx@aux@refcontext{nyt/global//global/global} +\providecommand\hyper@newdestlabel[2]{} +\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} +\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined +\global\let\oldnewlabel\newlabel +\gdef\newlabel#1#2{\newlabelxx{#1}#2} +\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} +\AtEndDocument{\ifx\hyper@anchor\@undefined +\let\newlabel\oldnewlabel +\fi} +\fi} +\global\let\hyper@last\relax +\gdef\HyperFirstAtBeginDocument#1{#1} +\providecommand\HyField@AuxAddToFields[1]{} +\providecommand\HyField@AuxAddToCoFields[2]{} +\babel@aux{english}{} +\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{1}{section.1}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2}Background}{1}{section.2}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Electricity market}{1}{subsection.2.1}\protected@file@percent } +\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces Overview of the most important parties in the electricity market}}{2}{table.1}\protected@file@percent } +\newlabel{tab:parties}{{1}{2}{Overview of the most important parties in the electricity market}{table.1}{}} +\@writefile{lot}{\contentsline {table}{\numberline {2}{\ignorespaces Prices paid by the BRPs}}{3}{table.2}\protected@file@percent } +\newlabel{tab:imbalance_price}{{2}{3}{Prices paid by the BRPs}{table.2}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.2}Generative modeling}{4}{subsection.2.2}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3}Literature Study}{4}{section.3}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {4}Modellen + resultaten}{4}{section.4}\protected@file@percent } +\abx@aux@read@bbl@mdfivesum{nobblfile} +\gdef \@abspage@last{5} diff --git a/Reports/Thesis/verslag.bcf b/Reports/Thesis/verslag.bcf new file mode 100644 index 0000000..a9ccc92 --- /dev/null +++ b/Reports/Thesis/verslag.bcf @@ -0,0 +1,2872 @@ + + + + + + output_encoding + utf8 + + + input_encoding + utf8 + + + debug + 0 + + + mincrossrefs + 999 + + + minxrefs + 2 + + + sortcase + 1 + + + sortupper + 1 + + + + + + + alphaothers + + + + + extradatecontext + labelname + labeltitle + + + labelalpha + 0 + + + labelnamespec + shortauthor + author + shorteditor + editor + + + labeltitle + 0 + + + labeltitlespec + shorttitle + title + maintitle + + + labeltitleyear + 0 + + + labeldateparts + 1 + + + labeldatespec + pubstate + date + eventdate + year + nodate + + + julian + 0 + + + gregorianstart + 1582-10-15 + + + maxalphanames + 3 + + + maxbibnames + 20 + + + maxcitenames + 2 + + + maxsortnames + 20 + + + maxitems + 999 + + + minalphanames + 1 + + + minbibnames + 19 + + + mincitenames + 1 + + + minsortnames + 19 + + + minitems + 1 + + + nohashothers + 0 + + + noroman + 0 + + + nosortothers + 0 + + + pluralothers + 1 + + + singletitle + 0 + + + skipbib + 0 + + + skipbiblist + 0 + + + skiplab + 0 + + + sortalphaothers + + + + + sortlocale + english + + + sortingtemplatename + nyt + + + sortsets + 0 + + + uniquelist + minyear + + + uniquename + init + + + uniqueprimaryauthor + 1 + + + uniquetitle + 0 + + + uniquebaretitle + 0 + + + uniquework + 0 + + + useprefix + 1 + + + useafterword + 1 + + + useannotator + 1 + + + useauthor + 1 + + + usebookauthor + 1 + + + usecommentator + 1 + + + useeditor + 1 + + + useeditora + 1 + + + useeditorb + 1 + + + useeditorc + 1 + + + useforeword + 1 + + + useholder + 1 + + + useintroduction + 1 + + + usenamea + 1 + + + usenameb + 1 + + + usenamec + 1 + + + usetranslator + 1 + + + useshortauthor + 1 + + + useshorteditor + 1 + + + usenarrator + 1 + + + useexecproducer + 1 + + + useexecdirector + 1 + + + usewith + 1 + + + + + + extradatecontext + labelname + labeltitle + + + labelalpha + 0 + + + labelnamespec + shortauthor + author + shorteditor + editor + + + labeltitle + 0 + + + labeltitlespec + shorttitle + title + maintitle + + + labeltitleyear + 0 + + + labeldateparts + 1 + + + labeldatespec + pubstate + date + eventdate + year + nodate + + + maxalphanames + 3 + + + maxbibnames + 20 + + + maxcitenames + 2 + + + maxsortnames + 20 + + + maxitems + 999 + + + minalphanames + 1 + + + minbibnames + 19 + + + mincitenames + 1 + + + minsortnames + 19 + + + minitems + 1 + + + nohashothers + 0 + + + noroman + 0 + + + nosortothers + 0 + + + singletitle + 0 + + + skipbib + 0 + + + skipbiblist + 0 + + + skiplab + 0 + + + uniquelist + minyear + + + uniquename + init + + + uniqueprimaryauthor + 1 + + + uniquetitle + 0 + + + uniquebaretitle + 0 + + + uniquework + 0 + + + useprefix + 1 + + + useafterword + 1 + + + useannotator + 1 + + + useauthor + 1 + + + usebookauthor + 1 + + + usecommentator + 1 + + + useeditor + 1 + + + useeditora + 1 + + + useeditorb + 1 + + + useeditorc + 1 + + + useforeword + 1 + + + useholder + 1 + + + useintroduction + 1 + + + usenamea + 1 + + + usenameb + 1 + + + usenamec + 1 + + + usetranslator + 1 + + + useshortauthor + 1 + + + useshorteditor + 1 + + + usenarrator + 1 + + + useexecproducer + 1 + + + useexecdirector + 1 + + + usewith + 1 + + + + + + extradatecontext + labelname + labeltitle + + + labelalpha + 0 + + + labelnamespec + shortauthor + author + shorteditor + editor + + + labeltitle + 0 + + + labeltitlespec + shorttitle + title + maintitle + + + labeltitleyear + 0 + + + labeldateparts + 1 + + + labeldatespec + date + + + maxalphanames + 3 + + + maxbibnames + 20 + + + maxcitenames + 2 + + + maxsortnames + 20 + + + maxitems + 999 + + + minalphanames + 1 + + + minbibnames + 19 + + + mincitenames + 1 + + + minsortnames + 19 + + + minitems + 1 + + + nohashothers + 0 + + + noroman + 0 + + + nosortothers + 0 + + + singletitle + 0 + + + skipbib + 0 + + + skipbiblist + 0 + + + skiplab + 0 + + + uniquelist + minyear + + + uniquename + init + + + uniqueprimaryauthor + 1 + + + uniquetitle + 0 + + + uniquebaretitle + 0 + + + uniquework + 0 + + + useprefix + 1 + + + useafterword + 1 + + + useannotator + 1 + + + useauthor + 1 + + + usebookauthor + 1 + + + usecommentator + 1 + + + useeditor + 1 + + + useeditora + 1 + + + useeditorb + 1 + + + useeditorc + 1 + + + useforeword + 1 + + + useholder + 1 + + + useintroduction + 1 + + + usenamea + 1 + + + usenameb + 1 + + + usenamec + 1 + + + usetranslator + 1 + + + useshortauthor + 1 + + + useshorteditor + 1 + + + usenarrator + 1 + + + useexecproducer + 1 + + + useexecdirector + 1 + + + usewith + 1 + + + + + datamodel + labelalphanametemplate + labelalphatemplate + inheritance + translit + uniquenametemplate + sortingnamekeytemplate + sortingtemplate + extradatespec + extradatecontext + labelnamespec + labeltitlespec + labeldatespec + controlversion + alphaothers + sortalphaothers + presort + texencoding + bibencoding + sortingtemplatename + sortlocale + language + autolang + langhook + indexing + hyperref + backrefsetstyle + block + pagetracker + citecounter + citetracker + ibidtracker + idemtracker + opcittracker + loccittracker + labeldate + labeltime + dateera + date + time + eventdate + eventtime + origdate + origtime + urldate + urltime + alldatesusetime + alldates + alltimes + gregorianstart + autocite + notetype + uniquelist + uniquename + refsection + refsegment + citereset + sortlos + babel + datelabel + backrefstyle + arxiv + familyinits + giveninits + prefixinits + suffixinits + useafterword + useannotator + useauthor + usebookauthor + usecommentator + useeditor + useeditora + useeditorb + useeditorc + useforeword + useholder + useintroduction + usenamea + usenameb + usenamec + usetranslator + useshortauthor + useshorteditor + usenarrator + useexecproducer + useexecdirector + usewith + debug + loadfiles + safeinputenc + sortcase + sortupper + terseinits + abbreviate + dateabbrev + clearlang + sortcites + sortsets + backref + backreffloats + trackfloats + parentracker + labeldateusetime + datecirca + dateuncertain + dateusetime + eventdateusetime + origdateusetime + urldateusetime + julian + datezeros + timezeros + timezones + seconds + autopunct + punctfont + labelnumber + labelalpha + labeltitle + labeltitleyear + labeldateparts + pluralothers + nohashothers + nosortothers + noroman + singletitle + uniquetitle + uniquebaretitle + uniquework + uniqueprimaryauthor + defernumbers + locallabelwidth + bibwarn + useprefix + skipbib + skipbiblist + skiplab + dataonly + defernums + firstinits + sortfirstinits + sortgiveninits + labelyear + isbn + url + doi + eprint + related + apamaxprtauth + annotation + dashed + bibtexcaseprotection + mincrossrefs + minxrefs + maxnames + minnames + maxbibnames + minbibnames + maxcitenames + mincitenames + maxsortnames + minsortnames + maxitems + minitems + maxalphanames + minalphanames + maxparens + dateeraauto + + + alphaothers + sortalphaothers + presort + indexing + citetracker + ibidtracker + idemtracker + opcittracker + loccittracker + uniquelist + uniquename + familyinits + giveninits + prefixinits + suffixinits + useafterword + useannotator + useauthor + usebookauthor + usecommentator + useeditor + useeditora + useeditorb + useeditorc + useforeword + useholder + useintroduction + usenamea + usenameb + usenamec + usetranslator + useshortauthor + useshorteditor + usenarrator + useexecproducer + useexecdirector + usewith + terseinits + abbreviate + dateabbrev + clearlang + labelnumber + labelalpha + labeltitle + labeltitleyear + labeldateparts + nohashothers + nosortothers + noroman + singletitle + uniquetitle + uniquebaretitle + uniquework + uniqueprimaryauthor + useprefix + skipbib + skipbiblist + skiplab + dataonly + skiplos + labelyear + isbn + url + doi + eprint + related + annotation + bibtexcaseprotection + labelalphatemplate + translit + sortexclusion + sortinclusion + extradatecontext + labelnamespec + labeltitlespec + labeldatespec + maxnames + minnames + maxbibnames + minbibnames + maxcitenames + mincitenames + maxsortnames + minsortnames + maxitems + minitems + maxalphanames + minalphanames + + + noinherit + nametemplates + labelalphanametemplatename + uniquenametemplatename + sortingnamekeytemplatename + presort + indexing + citetracker + ibidtracker + idemtracker + opcittracker + loccittracker + uniquelist + uniquename + familyinits + giveninits + prefixinits + suffixinits + useafterword + useannotator + useauthor + usebookauthor + usecommentator + useeditor + useeditora + useeditorb + useeditorc + useforeword + useholder + useintroduction + usenamea + usenameb + usenamec + usetranslator + useshortauthor + useshorteditor + usenarrator + useexecproducer + useexecdirector + usewith + terseinits + abbreviate + dateabbrev + clearlang + labelnumber + labelalpha + labeltitle + labeltitleyear + labeldateparts + nohashothers + nosortothers + noroman + singletitle + uniquetitle + uniquebaretitle + uniquework + uniqueprimaryauthor + useprefix + skipbib + skipbiblist + skiplab + dataonly + skiplos + isbn + url + doi + eprint + related + annotation + bibtexcaseprotection + maxnames + minnames + maxbibnames + minbibnames + maxcitenames + mincitenames + maxsortnames + minsortnames + maxitems + minitems + maxalphanames + minalphanames + + + nametemplates + labelalphanametemplatename + uniquenametemplatename + sortingnamekeytemplatename + uniquelist + uniquename + familyinits + giveninits + prefixinits + suffixinits + terseinits + nohashothers + nosortothers + useprefix + + + nametemplates + labelalphanametemplatename + uniquenametemplatename + sortingnamekeytemplatename + uniquename + familyinits + giveninits + prefixinits + suffixinits + terseinits + useprefix + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + proceedings + + + + + inproceedings + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + prefix + family + + + + + shorthand + label + labelname + labelname + + + year + + + + + + labelyear + year + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + prefix + family + given + suffix + + + + + prefix + family + + + given + + + suffix + + + prefix + + + + + prefix + family + + + given + + + suffix + + + prefix + + + mm + + + + sf,sm,sn,pf,pm,pn,pp + family,given,prefix,suffix + boolean,integer,string,xml + default,transliteration,transcription,translation + + + article + artwork + audio + bibnote + book + bookinbook + booklet + collection + commentary + customa + customb + customc + customd + custome + customf + dataset + inbook + incollection + inproceedings + inreference + image + jurisdiction + legal + legislation + letter + manual + misc + movie + music + mvcollection + mvreference + mvproceedings + mvbook + online + patent + performance + periodical + proceedings + reference + report + review + set + software + standard + suppbook + suppcollection + suppperiodical + thesis + unpublished + video + xdata + presentation + constitution + legmaterial + legadminmaterial + nameonly + + + sortyear + volume + volumes + abstract + addendum + annotation + booksubtitle + booktitle + booktitleaddon + chapter + edition + eid + entrysubtype + eprintclass + eprinttype + eventtitle + eventtitleaddon + gender + howpublished + indexsorttitle + indextitle + isan + isbn + ismn + isrn + issn + issue + issuesubtitle + issuetitle + issuetitleaddon + iswc + journalsubtitle + journaltitle + journaltitleaddon + label + langid + langidopts + library + mainsubtitle + maintitle + maintitleaddon + nameaddon + note + number + origtitle + pagetotal + part + relatedstring + relatedtype + reprinttitle + series + shorthandintro + subtitle + title + titleaddon + usera + userb + userc + userd + usere + userf + venue + version + shorthand + shortjournal + shortseries + shorttitle + sorttitle + sortshorthand + sortkey + presort + institution + lista + listb + listc + listd + liste + listf + location + organization + origlocation + origpublisher + publisher + afterword + annotator + author + bookauthor + commentator + editor + editora + editorb + editorc + foreword + holder + introduction + namea + nameb + namec + translator + shortauthor + shorteditor + sortname + authortype + editoratype + editorbtype + editorctype + editortype + bookpagination + nameatype + namebtype + namectype + pagination + pubstate + type + language + origlanguage + crossref + xref + date + endyear + year + month + day + hour + minute + second + timezone + yeardivision + endmonth + endday + endhour + endminute + endsecond + endtimezone + endyeardivision + eventdate + eventendyear + eventyear + eventmonth + eventday + eventhour + eventminute + eventsecond + eventtimezone + eventyeardivision + eventendmonth + eventendday + eventendhour + eventendminute + eventendsecond + eventendtimezone + eventendyeardivision + origdate + origendyear + origyear + origmonth + origday + orighour + origminute + origsecond + origtimezone + origyeardivision + origendmonth + origendday + origendhour + origendminute + origendsecond + origendtimezone + origendyeardivision + urldate + urlendyear + urlyear + urlmonth + urlday + urlhour + urlminute + urlsecond + urltimezone + urlyeardivision + urlendmonth + urlendday + urlendhour + urlendminute + urlendsecond + urlendtimezone + urlendyeardivision + doi + eprint + file + verba + verbb + verbc + url + xdata + ids + entryset + related + keywords + options + relatedoptions + pages + execute + narrator + execproducer + execdirector + with + citation + source + article + section + amendment + appentry + + + abstract + annotation + authortype + bookpagination + crossref + day + doi + eprint + eprintclass + eprinttype + endday + endhour + endminute + endmonth + endsecond + endtimezone + endyear + endyeardivision + entryset + entrysubtype + execute + file + gender + hour + ids + indextitle + indexsorttitle + isan + ismn + iswc + keywords + label + langid + langidopts + library + lista + listb + listc + listd + liste + listf + minute + month + namea + nameb + namec + nameatype + namebtype + namectype + nameaddon + options + origday + origendday + origendhour + origendminute + origendmonth + origendsecond + origendtimezone + origendyear + origendyeardivision + orighour + origminute + origmonth + origsecond + origtimezone + origyear + origyeardivision + origlocation + origpublisher + origtitle + pagination + presort + related + relatedoptions + relatedstring + relatedtype + second + shortauthor + shorteditor + shorthand + shorthandintro + shortjournal + shortseries + shorttitle + sortkey + sortname + sortshorthand + sorttitle + sortyear + timezone + url + urlday + urlendday + urlendhour + urlendminute + urlendmonth + urlendsecond + urlendtimezone + urlendyear + urlhour + urlminute + urlmonth + urlsecond + urltimezone + urlyear + usera + userb + userc + userd + usere + userf + verba + verbb + verbc + xdata + xref + year + yeardivision + + + set + entryset + + + article + addendum + annotator + author + commentator + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eid + issn + issue + issuetitle + issuesubtitle + issuetitleaddon + journalsubtitle + journaltitle + journaltitleaddon + language + note + number + origlanguage + pages + pubstate + series + subtitle + title + titleaddon + translator + version + volume + + + bibnote + note + + + book + author + addendum + afterword + annotator + chapter + commentator + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eid + foreword + introduction + isbn + language + location + maintitle + maintitleaddon + mainsubtitle + note + number + origlanguage + pages + pagetotal + part + publisher + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + mvbook + addendum + afterword + annotator + author + commentator + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + foreword + introduction + isbn + language + location + note + number + origlanguage + pagetotal + publisher + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + inbook + bookinbook + suppbook + addendum + afterword + annotator + author + booktitle + bookauthor + booksubtitle + booktitleaddon + chapter + commentator + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eid + foreword + introduction + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + origlanguage + part + publisher + pages + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + booklet + addendum + author + chapter + editor + editortype + eid + howpublished + language + location + note + pages + pagetotal + pubstate + subtitle + title + titleaddon + type + + + collection + reference + addendum + afterword + annotator + chapter + commentator + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eid + foreword + introduction + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + origlanguage + pages + pagetotal + part + publisher + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + mvcollection + mvreference + addendum + afterword + annotator + author + commentator + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + foreword + introduction + isbn + language + location + note + number + origlanguage + publisher + pubstate + subtitle + title + titleaddon + translator + volume + volumes + + + incollection + suppcollection + inreference + addendum + afterword + annotator + author + booksubtitle + booktitle + booktitleaddon + chapter + commentator + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eid + foreword + introduction + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + origlanguage + pages + part + publisher + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + dataset + addendum + author + edition + editor + editortype + language + location + note + number + organization + publisher + pubstate + series + subtitle + title + titleaddon + type + version + + + manual + addendum + author + chapter + edition + editor + editortype + eid + isbn + language + location + note + number + organization + pages + pagetotal + publisher + pubstate + series + subtitle + title + titleaddon + type + version + + + misc + software + addendum + author + editor + editortype + howpublished + language + location + note + organization + pubstate + subtitle + title + titleaddon + type + version + + + online + addendum + author + editor + editortype + language + note + organization + pubstate + subtitle + title + titleaddon + version + + + patent + addendum + author + holder + location + note + number + pubstate + subtitle + title + titleaddon + type + version + + + periodical + addendum + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + issn + issue + issuesubtitle + issuetitle + issuetitleaddon + language + note + number + pubstate + series + subtitle + title + titleaddon + volume + yeardivision + + + mvproceedings + addendum + editor + editortype + eventday + eventendday + eventendhour + eventendminute + eventendmonth + eventendsecond + eventendtimezone + eventendyear + eventendyeardivision + eventhour + eventminute + eventmonth + eventsecond + eventtimezone + eventyear + eventyeardivision + eventtitle + eventtitleaddon + isbn + language + location + note + number + organization + pagetotal + publisher + pubstate + series + subtitle + title + titleaddon + venue + volumes + + + proceedings + addendum + chapter + editor + editortype + eid + eventday + eventendday + eventendhour + eventendminute + eventendmonth + eventendsecond + eventendtimezone + eventendyear + eventendyeardivision + eventhour + eventminute + eventmonth + eventsecond + eventtimezone + eventyear + eventyeardivision + eventtitle + eventtitleaddon + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + organization + pages + pagetotal + part + publisher + pubstate + series + subtitle + title + titleaddon + venue + volume + volumes + + + inproceedings + addendum + author + booksubtitle + booktitle + booktitleaddon + chapter + editor + editortype + eid + eventday + eventendday + eventendhour + eventendminute + eventendmonth + eventendsecond + eventendtimezone + eventendyear + eventendyeardivision + eventhour + eventminute + eventmonth + eventsecond + eventtimezone + eventyear + eventyeardivision + eventtitle + eventtitleaddon + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + organization + pages + part + publisher + pubstate + series + subtitle + title + titleaddon + venue + volume + volumes + + + report + addendum + author + chapter + eid + institution + isrn + language + location + note + number + pages + pagetotal + pubstate + subtitle + title + titleaddon + type + version + + + thesis + addendum + author + chapter + eid + institution + language + location + note + pages + pagetotal + pubstate + subtitle + title + titleaddon + type + + + unpublished + addendum + author + eventday + eventendday + eventendhour + eventendminute + eventendmonth + eventendsecond + eventendtimezone + eventendyear + eventendyeardivision + eventhour + eventminute + eventmonth + eventsecond + eventtimezone + eventyear + eventyeardivision + eventtitle + eventtitleaddon + howpublished + language + location + note + pubstate + subtitle + title + titleaddon + type + venue + + + with + narrator + execproducer + execdirector + + + jurisdiction + organization citation + + + legmaterial + source + + + legadminmaterial + citation + source + + + constitution + article + section + amendment + + + software + appentry + + + report + addendum + author + authortype + chapter + doi + eprint + eprintclass + eprinttype + institution + isrn + language + location + note + number + pages + pagetotal + pubstate + subtitle + title + titleaddon + type + version + + + presentation + addendum + author + booksubtitle + booktitle + booktitleaddon + chapter + doi + editor + editortype + eprint + eprintclass + eprinttype + eventday + eventendday + eventendhour + eventendminute + eventendmonth + eventendseason + eventendsecond + eventendtimezone + eventendyear + eventhour + eventminute + eventmonth + eventseason + eventsecond + eventtimezone + eventyear + eventtitle + eventtitleaddon + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + organization + pages + part + publisher + pubstate + series + subtitle + title + titleaddon + venue + volume + volumes + + + abstract + addendum + afterword + annotator + author + bookauthor + booksubtitle + booktitle + booktitleaddon + chapter + commentator + editor + editora + editorb + editorc + foreword + holder + institution + introduction + issuesubtitle + issuetitle + issuetitleaddon + journalsubtitle + journaltitle + journaltitleaddon + location + mainsubtitle + maintitle + maintitleaddon + nameaddon + note + organization + origlanguage + origlocation + origpublisher + origtitle + part + publisher + relatedstring + series + shortauthor + shorteditor + shorthand + shortjournal + shortseries + shorttitle + sortname + sortshorthand + sorttitle + subtitle + title + titleaddon + translator + venue + + + article + book + inbook + bookinbook + suppbook + booklet + collection + incollection + suppcollection + manual + misc + mvbook + mvcollection + online + patent + periodical + suppperiodical + proceedings + inproceedings + reference + inreference + report + set + thesis + unpublished + + + date + year + + + + + set + + entryset + + + + article + + author + journaltitle + title + + + + book + mvbook + + author + title + + + + inbook + bookinbook + suppbook + + author + title + booktitle + + + + booklet + + + author + editor + + title + + + + collection + reference + mvcollection + mvreference + + editor + title + + + + incollection + suppcollection + inreference + + author + editor + title + booktitle + + + + dataset + + title + + + + manual + + title + + + + misc + software + + title + + + + online + + title + + url + doi + eprint + + + + + patent + + author + title + number + + + + periodical + + editor + title + + + + proceedings + mvproceedings + + title + + + + inproceedings + + author + title + booktitle + + + + report + + author + title + type + institution + + + + thesis + + author + title + type + institution + + + + unpublished + + author + title + + + + + isbn + + + issn + + + ismn + + + gender + + + + book + inbook + article + report + + author + title + + + + + + + ./references.bib + + + + + + + presort + + + sortkey + + + sortname + author + editor + translator + sorttitle + title + + + sortyear + year + + + sorttitle + title + + + volume + 0 + + + + + + diff --git a/Reports/Thesis/verslag.log b/Reports/Thesis/verslag.log new file mode 100644 index 0000000..cc0dabe --- /dev/null +++ b/Reports/Thesis/verslag.log @@ -0,0 +1,1080 @@ +This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex 2023.9.17) 20 MAR 2024 16:47 +entering extended mode + restricted \write18 enabled. + file:line:error style messages enabled. + %&-line parsing enabled. +**"/Users/victormylle/Library/CloudStorage/SeaDrive-VictorMylle(cloud.optimize-it.be)/My Libraries/UGent/Computer_Science/2e jaar/Thesis/Reports/Thesis/verslag" +(/Users/victormylle/Library/CloudStorage/SeaDrive-VictorMylle(cloud.optimize-it.be)/My Libraries/UGent/Computer_Science/2e jaar/Thesis/Reports/Thesis/verslag.tex +LaTeX2e <2022-11-01> patch level 1 +L3 programming layer <2023-02-22> (./ugent-doc.cls +Document Class: ugent-doc +(/usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty +Package: kvoptions 2022-06-15 v3.15 Key value format for package options (HO) + (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2022/05/29 v1.15 key=value parser (DPC) +\KV@toks@=\toks16 +) (/usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO) +) (/usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +Package: kvsetkeys 2022-10-05 v1.19 Key value parser (HO) +)) (/usr/local/texlive/2023/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + (/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. + (/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2022/02/03 v1.0f TeX engine tests +)) +\Gm@cnth=\count185 +\Gm@cntv=\count186 +\c@Gm@tempcnt=\count187 +\Gm@bindingoffset=\dimen140 +\Gm@wd@mp=\dimen141 +\Gm@odd@mp=\dimen142 +\Gm@even@mp=\dimen143 +\Gm@layoutwidth=\dimen144 +\Gm@layoutheight=\dimen145 +\Gm@layouthoffset=\dimen146 +\Gm@layoutvoffset=\dimen147 +\Gm@dimlist=\toks17 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/tools/calc.sty +Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ) +\calc@Acount=\count188 +\calc@Bcount=\count189 +\calc@Adimen=\dimen148 +\calc@Bdimen=\dimen149 +\calc@Askip=\skip48 +\calc@Bskip=\skip49 +LaTeX Info: Redefining \setlength on input line 80. +LaTeX Info: Redefining \addtolength on input line 81. +\calc@Ccount=\count190 +\calc@Cskip=\skip50 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty +Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR) + (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2022/03/10 v1.4e Standard LaTeX Graphics (DPC,SPQR) + (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty +Package: trig 2021/08/11 v1.11 sin cos tan (DPC) +) (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration +) +Package graphics Info: Driver file: pdftex.def on input line 107. + (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-def/pdftex.def +File: pdftex.def 2022/09/22 v1.2b Graphics/color driver for pdftex +)) +\Gin@req@height=\dimen150 +\Gin@req@width=\dimen151 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty +Package: xcolor 2022/06/12 v2.14 LaTeX color extensions (UK) + (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg +File: color.cfg 2016/01/02 v1.6 sample color configuration +) +Package xcolor Info: Driver file: pdftex.def on input line 227. + (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx) +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1353. +Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1357. +Package xcolor Info: Model `RGB' extended on input line 1369. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1371. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1372. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1373. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1374. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1375. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1376. +) (/usr/local/texlive/2023/texmf-dist/tex/latex/base/article.cls +Document Class: article 2022/07/02 v1.4n Standard LaTeX document class +(/usr/local/texlive/2023/texmf-dist/tex/latex/base/size12.clo +File: size12.clo 2022/07/02 v1.4n Standard LaTeX file (size option) +) +\c@part=\count191 +\c@section=\count192 +\c@subsection=\count193 +\c@subsubsection=\count194 +\c@paragraph=\count195 +\c@subparagraph=\count196 +\c@figure=\count197 +\c@table=\count198 +\abovecaptionskip=\skip51 +\belowcaptionskip=\skip52 +\bibindent=\dimen152 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/titlesec/titlesec.sty +Package: titlesec 2021/07/05 v2.14 Sectioning titles +\ttl@box=\box51 +\beforetitleunit=\skip53 +\aftertitleunit=\skip54 +\ttl@plus=\dimen153 +\ttl@minus=\dimen154 +\ttl@toksa=\toks18 +\titlewidth=\dimen155 +\titlewidthlast=\dimen156 +\titlewidthfirst=\dimen157 +) +\longedge=\skip55 +\gridunit=\skip56 +\subpaperheight=\skip57 +\subpaperwidth=\skip58 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2021/04/29 v2.0v Standard LaTeX package +) (/usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2021/02/14 v1.3d Input encoding file +\inpenc@prehook=\toks19 +\inpenc@posthook=\toks20 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/libertine/libertine.sty +Package: libertine 2022/09/12 (Bob Tennent) Supports Libertine and Biolinum fonts for all LaTeX engines. + (/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/ifxetex.sty +Package: ifxetex 2019/10/25 v0.7 ifxetex legacy package. Use iftex instead. +) (/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/ifluatex.sty +Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead. +) (/usr/local/texlive/2023/texmf-dist/tex/latex/xkeyval/xkeyval.sty +Package: xkeyval 2022/06/16 v2.9 package option processing (HA) + (/usr/local/texlive/2023/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/local/texlive/2023/texmf-dist/tex/generic/xkeyval/xkvutils.tex +\XKV@toks=\toks21 +\XKV@tempa@toks=\toks22 +) +\XKV@depth=\count199 +File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) +)) (/usr/local/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty +Package: textcomp 2020/02/02 v2.0n Standard LaTeX package +) (/usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2021/04/29 v2.0v Standard LaTeX package +) (/usr/local/texlive/2023/texmf-dist/tex/latex/fontaxes/fontaxes.sty +Package: fontaxes 2020/07/21 v1.0e Font selection axes +LaTeX Info: Redefining \upshape on input line 29. +LaTeX Info: Redefining \itshape on input line 31. +LaTeX Info: Redefining \slshape on input line 33. +LaTeX Info: Redefining \swshape on input line 35. +LaTeX Info: Redefining \scshape on input line 37. +LaTeX Info: Redefining \sscshape on input line 39. +LaTeX Info: Redefining \ulcshape on input line 41. +LaTeX Info: Redefining \textsw on input line 47. +LaTeX Info: Redefining \textssc on input line 48. +LaTeX Info: Redefining \textulc on input line 49. +) +LaTeX Info: Redefining \oldstylenums on input line 483. + (/usr/local/texlive/2023/texmf-dist/tex/latex/libertine/LinLibertine_I.tex)) (/usr/local/texlive/2023/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty +Package: libertinust1math 2022/01/05 v2.0.1---latex support for LibertinusT1Math (msharpe) + (/usr/local/texlive/2023/texmf-dist/tex/latex/etoolbox/etoolbox.sty +Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW) +\etb@tempcnta=\count266 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2022/04/08 v2.17n AMS math features +\@mathmargin=\skip59 + +For additional information on amsmath, use the `?' option. +(/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2021/08/26 v2.01 AMS text + (/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks23 +\ex@=\dimen158 +)) (/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen159 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2022/04/08 v2.04 operator names +) +\inf@bad=\count267 +LaTeX Info: Redefining \frac on input line 234. +\uproot@=\count268 +\leftroot@=\count269 +LaTeX Info: Redefining \overline on input line 399. +LaTeX Info: Redefining \colon on input line 410. +\classnum@=\count270 +\DOTSCASE@=\count271 +LaTeX Info: Redefining \ldots on input line 496. +LaTeX Info: Redefining \dots on input line 499. +LaTeX Info: Redefining \cdots on input line 620. +\Mathstrutbox@=\box52 +\strutbox@=\box53 +LaTeX Info: Redefining \big on input line 722. +LaTeX Info: Redefining \Big on input line 723. +LaTeX Info: Redefining \bigg on input line 724. +LaTeX Info: Redefining \Bigg on input line 725. +\big@size=\dimen160 +LaTeX Font Info: Redeclaring font encoding OML on input line 743. +LaTeX Font Info: Redeclaring font encoding OMS on input line 744. +\macc@depth=\count272 +LaTeX Info: Redefining \bmod on input line 905. +LaTeX Info: Redefining \pmod on input line 910. +LaTeX Info: Redefining \smash on input line 940. +LaTeX Info: Redefining \relbar on input line 970. +LaTeX Info: Redefining \Relbar on input line 971. +\c@MaxMatrixCols=\count273 +\dotsspace@=\muskip16 +\c@parentequation=\count274 +\dspbrk@lvl=\count275 +\tag@help=\toks24 +\row@=\count276 +\column@=\count277 +\maxfields@=\count278 +\andhelp@=\toks25 +\eqnshift@=\dimen161 +\alignsep@=\dimen162 +\tagshift@=\dimen163 +\tagwidth@=\dimen164 +\totwidth@=\dimen165 +\lineht@=\dimen166 +\@envbody=\toks26 +\multlinegap=\skip60 +\multlinetaggap=\skip61 +\mathdisplay@stack=\toks27 +LaTeX Info: Redefining \[ on input line 2953. +LaTeX Info: Redefining \] on input line 2954. +) +amsthm NOT loaded +Now handling font encoding LS1 ... +... no UTF-8 mapping file for font encoding LS1 +Now handling font encoding LS2 ... +... no UTF-8 mapping file for font encoding LS2 +LaTeX Font Info: Redeclaring symbol font `letters' on input line 85. +LaTeX Font Info: Encoding `OML' has changed to `LS1' for symbol font +(Font) `letters' in the math version `normal' on input line 85. +LaTeX Font Info: Overwriting symbol font `letters' in version `normal' +(Font) OML/cmm/m/it --> LS1/libertinust1math/m/it on input line 85. +LaTeX Font Info: Encoding `OML' has changed to `LS1' for symbol font +(Font) `letters' in the math version `bold' on input line 85. +LaTeX Font Info: Overwriting symbol font `letters' in version `bold' +(Font) OML/cmm/b/it --> LS1/libertinust1math/m/it on input line 85. +LaTeX Font Info: Redeclaring symbol font `operators' on input line 86. +LaTeX Font Info: Encoding `OT1' has changed to `LS1' for symbol font +(Font) `operators' in the math version `normal' on input line 86. +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) OT1/cmr/m/n --> LS1/libertinust1math/m/n on input line 86. +LaTeX Font Info: Encoding `OT1' has changed to `LS1' for symbol font +(Font) `operators' in the math version `bold' on input line 86. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) OT1/cmr/bx/n --> LS1/libertinust1math/m/n on input line 86. +\symsymbolsbb=\mathgroup4 +LaTeX Font Info: Redeclaring symbol font `symbols' on input line 88. +LaTeX Font Info: Encoding `OMS' has changed to `LS2' for symbol font +(Font) `symbols' in the math version `normal' on input line 88. +LaTeX Font Info: Overwriting symbol font `symbols' in version `normal' +(Font) OMS/cmsy/m/n --> LS2/libertinust1mathsym/m/n on input line 88. +LaTeX Font Info: Encoding `OMS' has changed to `LS2' for symbol font +(Font) `symbols' in the math version `bold' on input line 88. +LaTeX Font Info: Overwriting symbol font `symbols' in version `bold' +(Font) OMS/cmsy/b/n --> LS2/libertinust1mathsym/m/n on input line 88. +LaTeX Font Info: Redeclaring symbol font `largesymbols' on input line 89. +LaTeX Font Info: Encoding `OMX' has changed to `LS2' for symbol font +(Font) `largesymbols' in the math version `normal' on input line 89. +LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal' +(Font) OMX/cmex/m/n --> LS2/libertinust1mathex/m/n on input line 89. +LaTeX Font Info: Encoding `OMX' has changed to `LS2' for symbol font +(Font) `largesymbols' in the math version `bold' on input line 89. +LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold' +(Font) OMX/cmex/m/n --> LS2/libertinust1mathex/m/n on input line 89. +LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 90. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' +(Font) OT1/cmss/m/n --> LS1/libertinust1mathsf/m/n on input line 90. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) OT1/cmss/bx/n --> LS1/libertinust1mathsf/m/n on input line 90. +LaTeX Font Info: Redeclaring math alphabet \mathsfbf on input line 99. +LaTeX Font Info: Overwriting math alphabet `\mathsfbf' in version `normal' +(Font) LS1/libertinust1mathsf/b/n --> LS1/libertinust1mathsf/b/n on input line 99. +LaTeX Font Info: Overwriting math alphabet `\mathsfbf' in version `bold' +(Font) LS1/libertinust1mathsf/b/n --> LS1/libertinust1mathsf/b/n on input line 99. +LaTeX Font Info: Overwriting symbol font `letters' in version `bold' +(Font) LS1/libertinust1math/m/it --> LS1/libertinust1math/b/it on input line 101. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) LS1/libertinust1math/m/n --> LS1/libertinust1math/b/n on input line 102. +\symbold-operators=\mathgroup5 +\symbold-letters=\mathgroup6 +LaTeX Font Info: Redeclaring math alphabet \mathit on input line 105. +LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 107. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) LS1/libertinust1mathsf/m/n --> LS1/libertinust1mathsf/b/n on input line 135. +LaTeX Font Info: Redeclaring math alphabet \mathcal on input line 147. +LaTeX Font Info: Overwriting math alphabet `\mathcal' in version `bold' +(Font) U/stixcal/m/n --> U/stixcal/b/n on input line 148. +\tx@tA=\toks28 +\tx@tB=\toks29 +\tx@su=\read2 +\tx@sbptoks=\toks30 +LaTeX Font Info: Redeclaring math symbol \hbar on input line 516. +LaTeX Font Info: Redeclaring math accent \grave on input line 813. +LaTeX Font Info: Redeclaring math accent \acute on input line 814. +LaTeX Font Info: Redeclaring math accent \hat on input line 815. +LaTeX Font Info: Redeclaring math accent \tilde on input line 816. +LaTeX Font Info: Redeclaring math accent \bar on input line 817. +LaTeX Font Info: Redeclaring math accent \breve on input line 818. +LaTeX Font Info: Redeclaring math accent \dot on input line 819. +LaTeX Font Info: Redeclaring math accent \ddot on input line 820. +LaTeX Font Info: Redeclaring math accent \mathring on input line 822. +LaTeX Font Info: Redeclaring math accent \check on input line 823. +LaTeX Font Info: Redeclaring math accent \vec on input line 831. +LaTeX Info: Redefining \vdots on input line 1241. +LaTeX Info: Redefining \cdots on input line 1246. +LaTeX Info: Redefining \not on input line 1488. +) (/usr/local/texlive/2023/texmf-dist/tex/latex/enumitem/enumitem.sty +Package: enumitem 2019/06/20 v3.9 Customized lists +\labelindent=\skip62 +\enit@outerparindent=\dimen167 +\enit@toks=\toks31 +\enit@inbox=\box54 +\enit@count@id=\count279 +\enitdp@description=\count280 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/tools/tabularx.sty +Package: tabularx 2020/01/15 v2.11c `tabularx' package (DPC) + (/usr/local/texlive/2023/texmf-dist/tex/latex/tools/array.sty +Package: array 2022/09/04 v2.5g Tabular extension package (FMi) +\col@sep=\dimen168 +\ar@mcellbox=\box55 +\extrarowheight=\dimen169 +\NC@list=\toks32 +\extratabsurround=\skip63 +\backup@length=\skip64 +\ar@cellbox=\box56 +) +\TX@col@width=\dimen170 +\TX@old@table=\dimen171 +\TX@old@col=\dimen172 +\TX@target=\dimen173 +\TX@delta=\dimen174 +\TX@cols=\count281 +\TX@ftn=\toks33 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/multirow/multirow.sty +Package: multirow 2021/03/15 v2.8 Span multiple rows of a table +\multirow@colwidth=\skip65 +\multirow@cntb=\count282 +\multirow@dima=\skip66 +\bigstrutjot=\dimen175 +) (/usr/local/texlive/2023/texmf-dist/tex/generic/babel/babel.sty +Package: babel 2023/02/13 3.86 The Babel package +\babel@savecnt=\count283 +\U@D=\dimen176 +\l@unhyphenated=\language87 + (/usr/local/texlive/2023/texmf-dist/tex/generic/babel/txtbabel.def) +\bbl@readstream=\read3 +\bbl@dirlevel=\count284 + (/usr/local/texlive/2023/texmf-dist/tex/generic/babel-english/english.ldf +Language: english 2017/06/06 v3.3r English support from the babel system +Package babel Info: Hyphen rules for 'canadian' set to \l@english +(babel) (\language0). Reported on input line 102. +Package babel Info: Hyphen rules for 'australian' set to \l@ukenglish +(babel) (\language21). Reported on input line 105. +Package babel Info: Hyphen rules for 'newzealand' set to \l@ukenglish +(babel) (\language21). Reported on input line 108. +)) (/usr/local/texlive/2023/texmf-dist/tex/generic/babel/locale/en/babel-english.tex +Package babel Info: Importing font and identification data for english +(babel) from babel-en.ini. Reported on input line 11. +) (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/biblatex.sty +Package: biblatex 2023/03/05 v3.19 programmable bibliographies (PK/MW) + (/usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO) + (/usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty +Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) +) +Package pdftexcmds Info: \pdf@primitive is available. +Package pdftexcmds Info: \pdf@ifprimitive is available. +Package pdftexcmds Info: \pdfdraftmode found. +) (/usr/local/texlive/2023/texmf-dist/tex/latex/logreq/logreq.sty +Package: logreq 2010/08/04 v1.0 xml request logger +\lrq@indent=\count285 + (/usr/local/texlive/2023/texmf-dist/tex/latex/logreq/logreq.def +File: logreq.def 2010/08/04 v1.0 logreq spec v1.0 +)) (/usr/local/texlive/2023/texmf-dist/tex/latex/base/ifthen.sty +Package: ifthen 2022/04/13 v1.1d Standard LaTeX ifthen package (DPC) +) (/usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty +\Urlmuskip=\muskip17 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +\c@tabx@nest=\count286 +\c@listtotal=\count287 +\c@listcount=\count288 +\c@liststart=\count289 +\c@liststop=\count290 +\c@citecount=\count291 +\c@citetotal=\count292 +\c@multicitecount=\count293 +\c@multicitetotal=\count294 +\c@instcount=\count295 +\c@maxnames=\count296 +\c@minnames=\count297 +\c@maxitems=\count298 +\c@minitems=\count299 +\c@citecounter=\count300 +\c@maxcitecounter=\count301 +\c@savedcitecounter=\count302 +\c@uniquelist=\count303 +\c@uniquename=\count304 +\c@refsection=\count305 +\c@refsegment=\count306 +\c@maxextratitle=\count307 +\c@maxextratitleyear=\count308 +\c@maxextraname=\count309 +\c@maxextradate=\count310 +\c@maxextraalpha=\count311 +\c@abbrvpenalty=\count312 +\c@highnamepenalty=\count313 +\c@lownamepenalty=\count314 +\c@maxparens=\count315 +\c@parenlevel=\count316 +\blx@tempcnta=\count317 +\blx@tempcntb=\count318 +\blx@tempcntc=\count319 +\c@blx@maxsection=\count320 +\blx@maxsegment@0=\count321 +\blx@notetype=\count322 +\blx@parenlevel@text=\count323 +\blx@parenlevel@foot=\count324 +\blx@sectionciteorder@0=\count325 +\blx@sectionciteorderinternal@0=\count326 +\blx@entrysetcounter=\count327 +\blx@biblioinstance=\count328 +\labelnumberwidth=\skip67 +\labelalphawidth=\skip68 +\biblabelsep=\skip69 +\bibitemsep=\skip70 +\bibnamesep=\skip71 +\bibinitsep=\skip72 +\bibparsep=\skip73 +\bibhang=\skip74 +\blx@bcfin=\read4 +\blx@bcfout=\write3 +\blx@langwohyphens=\language88 +\c@mincomprange=\count329 +\c@maxcomprange=\count330 +\c@mincompwidth=\count331 +Package biblatex Info: Trying to load biblatex default data model... +Package biblatex Info: ... file 'blx-dm.def' found. + (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/blx-dm.def +File: blx-dm.def 2023/03/05 v3.19 biblatex localization (PK/MW) +) +Package biblatex Info: Trying to load biblatex style data model... +Package biblatex Info: ... file 'apa.dbx' found. + (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex-apa/apa.dbx +File: apa.dbx 2022/06/22 v9.16 APA biblatex style data model +) +Package biblatex Info: Trying to load biblatex custom data model... +Package biblatex Info: ... file 'biblatex-dm.cfg' not found. +\c@afterword=\count332 +\c@savedafterword=\count333 +\c@annotator=\count334 +\c@savedannotator=\count335 +\c@author=\count336 +\c@savedauthor=\count337 +\c@bookauthor=\count338 +\c@savedbookauthor=\count339 +\c@commentator=\count340 +\c@savedcommentator=\count341 +\c@editor=\count342 +\c@savededitor=\count343 +\c@editora=\count344 +\c@savededitora=\count345 +\c@editorb=\count346 +\c@savededitorb=\count347 +\c@editorc=\count348 +\c@savededitorc=\count349 +\c@foreword=\count350 +\c@savedforeword=\count351 +\c@holder=\count352 +\c@savedholder=\count353 +\c@introduction=\count354 +\c@savedintroduction=\count355 +\c@namea=\count356 +\c@savednamea=\count357 +\c@nameb=\count358 +\c@savednameb=\count359 +\c@namec=\count360 +\c@savednamec=\count361 +\c@translator=\count362 +\c@savedtranslator=\count363 +\c@shortauthor=\count364 +\c@savedshortauthor=\count365 +\c@shorteditor=\count366 +\c@savedshorteditor=\count367 +\c@narrator=\count368 +\c@savednarrator=\count369 +\c@execproducer=\count370 +\c@savedexecproducer=\count371 +\c@execdirector=\count372 +\c@savedexecdirector=\count373 +\c@with=\count374 +\c@savedwith=\count375 +\c@labelname=\count376 +\c@savedlabelname=\count377 +\c@institution=\count378 +\c@savedinstitution=\count379 +\c@lista=\count380 +\c@savedlista=\count381 +\c@listb=\count382 +\c@savedlistb=\count383 +\c@listc=\count384 +\c@savedlistc=\count385 +\c@listd=\count386 +\c@savedlistd=\count387 +\c@liste=\count388 +\c@savedliste=\count389 +\c@listf=\count390 +\c@savedlistf=\count391 +\c@location=\count392 +\c@savedlocation=\count393 +\c@organization=\count394 +\c@savedorganization=\count395 +\c@origlocation=\count396 +\c@savedoriglocation=\count397 +\c@origpublisher=\count398 +\c@savedorigpublisher=\count399 +\c@publisher=\count400 +\c@savedpublisher=\count401 +\c@language=\count402 +\c@savedlanguage=\count403 +\c@origlanguage=\count404 +\c@savedoriglanguage=\count405 +\c@citation=\count406 +\c@savedcitation=\count407 +\c@pageref=\count408 +\c@savedpageref=\count409 +\shorthandwidth=\skip75 +\shortjournalwidth=\skip76 +\shortserieswidth=\skip77 +\shorttitlewidth=\skip78 +\shortauthorwidth=\skip79 +\shorteditorwidth=\skip80 +\locallabelnumberwidth=\skip81 +\locallabelalphawidth=\skip82 +\localshorthandwidth=\skip83 +\localshortjournalwidth=\skip84 +\localshortserieswidth=\skip85 +\localshorttitlewidth=\skip86 +\localshortauthorwidth=\skip87 +\localshorteditorwidth=\skip88 +Package biblatex Info: Trying to load compatibility code... +Package biblatex Info: ... file 'blx-compat.def' found. + (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/blx-compat.def +File: blx-compat.def 2023/03/05 v3.19 biblatex compatibility (PK/MW) +) +Package biblatex Info: Trying to load generic definitions... +Package biblatex Info: ... file 'biblatex.def' found. + (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/biblatex.def +File: biblatex.def 2023/03/05 v3.19 biblatex compatibility (PK/MW) +\c@textcitecount=\count410 +\c@textcitetotal=\count411 +\c@textcitemaxnames=\count412 +\c@biburlbigbreakpenalty=\count413 +\c@biburlbreakpenalty=\count414 +\c@biburlnumpenalty=\count415 +\c@biburlucpenalty=\count416 +\c@biburllcpenalty=\count417 +\biburlbigskip=\muskip18 +\biburlnumskip=\muskip19 +\biburlucskip=\muskip20 +\biburllcskip=\muskip21 +\c@smartand=\count418 +) +Package biblatex Info: Trying to load bibliography style 'apa'... +Package biblatex Info: ... file 'apa.bbx' found. + (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex-apa/apa.bbx +File: apa.bbx 2022/06/22 v9.16 APA biblatex references style +Package biblatex Info: Trying to load bibliography style 'standard'... +Package biblatex Info: ... file 'standard.bbx' found. + (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/bbx/standard.bbx +File: standard.bbx 2023/03/05 v3.19 biblatex bibliography style (PK/MW) +\c@bbx:relatedcount=\count419 +\c@bbx:relatedtotal=\count420 +) +Package biblatex Info: Delimiter 'nameyeardelim' in context 'bib' already defined, overwriting. +Package biblatex Info: Delimiter 'nameyeardelim' in context 'biblist' already defined, overwriting. +Package biblatex Info: Delimiter 'nonameyeardelim' in context 'bib' already defined, overwriting. +Package biblatex Info: Delimiter 'nonameyeardelim' in context 'biblist' already defined, overwriting. +) +Package biblatex Info: Trying to load citation style 'apa'... +Package biblatex Info: ... file 'apa.cbx' found. + (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex-apa/apa.cbx +File: apa.cbx 2022/06/22 v9.16 APA biblatex citation style +Package biblatex Info: Delimiter 'nameyeardelim' in context '' already defined, overwriting. +Package biblatex Info: Delimiter 'andothersdelim' in context '' already defined, overwriting. +Package biblatex Info: Redefining '\fullcite'. +Package biblatex Info: Redefining '\citeauthor'. +Package biblatex Info: Redefining '\citeyear'. +Package biblatex Info: Redefining '\cite'. +Package biblatex Info: Redefining '\cites'. +Package biblatex Info: Redefining '\parencite'. +Package biblatex Info: Redefining '\parencites'. +Package biblatex Info: Redefining '\footcite'. +Package biblatex Info: Redefining '\footcites'. +Package biblatex Info: Redefining '\footcitetext'. +Package biblatex Info: Redefining '\footcitetexts'. +Package biblatex Info: Redefining '\smartcite'. +Package biblatex Info: Redefining '\smartcites'. +Package biblatex Info: Redefining '\textcite'. +Package biblatex Info: Redefining '\textcites'. +) +Package biblatex Info: Trying to load configuration file... +Package biblatex Info: ... file 'biblatex.cfg' found. + (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/biblatex.cfg +File: biblatex.cfg +) +Package biblatex Info: Input encoding 'utf8' detected. +Package biblatex Info: Document encoding is UTF8 .... + (/usr/local/texlive/2023/texmf-dist/tex/latex/l3kernel/expl3.sty +Package: expl3 2023-02-22 L3 programming layer (loader) + (/usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +File: l3backend-pdftex.def 2023-01-16 L3 backend support: PDF output (pdfTeX) +\l__color_backend_stack_int=\count421 +\l__pdf_internal_box=\box57 +)) +Package biblatex Info: ... and expl3 +(biblatex) 2023-02-22 L3 programming layer (loader) +(biblatex) is new enough (at least 2020/04/06), +(biblatex) setting 'casechanger=expl3'. + (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/blx-case-expl3.sty (/usr/local/texlive/2023/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +Package: xparse 2023-02-02 L3 Experimental document command parser +) +Package: blx-case-expl3 2023/03/05 v3.19 expl3 case changing code for biblatex +)) (/usr/local/texlive/2023/texmf-dist/tex/latex/csquotes/csquotes.sty +Package: csquotes 2022-09-14 v5.2n context-sensitive quotations (JAW) +\csq@reset=\count422 +\csq@gtype=\count423 +\csq@glevel=\count424 +\csq@qlevel=\count425 +\csq@maxlvl=\count426 +\csq@tshold=\count427 +\csq@ltx@everypar=\toks34 + (/usr/local/texlive/2023/texmf-dist/tex/latex/csquotes/csquotes.def +File: csquotes.def 2022-09-14 v5.2n csquotes generic definitions (JAW) +) +Package csquotes Info: Trying to load configuration file 'csquotes.cfg'... +Package csquotes Info: ... configuration file loaded successfully. + (/usr/local/texlive/2023/texmf-dist/tex/latex/csquotes/csquotes.cfg +File: csquotes.cfg +)) (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty +Package: hyperref 2023-02-07 v7.00v Hypertext links for LaTeX + (/usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) +) (/usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty +Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO) +) (/usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty +Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO) +) (/usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO) +) (/usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty +Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO) +) (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty +Package: nameref 2022-05-17 v2.50 Cross-referencing by name of section + (/usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty +Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO) +) (/usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO) +) +\c@section@level=\count428 +) +\@linkdim=\dimen177 +\Hy@linkcounter=\count429 +\Hy@pagecounter=\count430 + (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def +File: pd1enc.def 2023-02-07 v7.00v Hyperref: PDFDocEncoding definition (HO) +Now handling font encoding PD1 ... +... no UTF-8 mapping file for font encoding PD1 +) (/usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty +Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO) +) (/usr/local/texlive/2023/texmf-dist/tex/generic/etexcmds/etexcmds.sty +Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO) +) +\Hy@SavedSpaceFactor=\count431 + (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def +File: puenc.def 2023-02-07 v7.00v Hyperref: PDF Unicode definition (HO) +Now handling font encoding PU ... +... no UTF-8 mapping file for font encoding PU +) +Package hyperref Info: Option `colorlinks' set `true' on input line 4060. +Package hyperref Info: Hyper figures OFF on input line 4177. +Package hyperref Info: Link nesting OFF on input line 4182. +Package hyperref Info: Hyper index ON on input line 4185. +Package hyperref Info: Plain pages OFF on input line 4192. +Package hyperref Info: Backreferencing OFF on input line 4197. +Package hyperref Info: Implicit mode ON; LaTeX internals redefined. +Package hyperref Info: Bookmarks ON on input line 4425. +\c@Hy@tempcnt=\count432 +LaTeX Info: Redefining \url on input line 4763. +\XeTeXLinkMargin=\dimen178 + (/usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty +Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO) + (/usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO) +)) +\Fld@menulength=\count433 +\Field@Width=\dimen179 +\Fld@charsize=\dimen180 +Package hyperref Info: Hyper figures OFF on input line 6042. +Package hyperref Info: Link nesting OFF on input line 6047. +Package hyperref Info: Hyper index ON on input line 6050. +Package hyperref Info: backreferencing OFF on input line 6057. +Package hyperref Info: Link coloring ON on input line 6060. +Package hyperref Info: Link coloring with OCG OFF on input line 6067. +Package hyperref Info: PDF/A mode OFF on input line 6072. + (/usr/local/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty +Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi +package with kernel methods +) +\Hy@abspage=\count434 +\c@Item=\count435 +\c@Hfootnote=\count436 +) +Package hyperref Info: Driver (autodetected): hpdftex. + (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hpdftex.def +File: hpdftex.def 2023-02-07 v7.00v Hyperref driver for pdfTeX + (/usr/local/texlive/2023/texmf-dist/tex/latex/base/atveryend-ltx.sty +Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend package +with kernel methods +) +\Fld@listcount=\count437 +\c@bookmark@seq@number=\count438 + (/usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +Package: rerunfilecheck 2022-07-10 v1.10 Rerun checks for auxiliary files (HO) + (/usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO) +) +Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 285. +) +\Hy@SectionHShift=\skip89 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/parskip/parskip.sty +Package: parskip 2021-03-14 v2.0h non-zero parskip adjustments +) (/usr/local/texlive/2023/texmf-dist/tex/generic/ulem/ulem.sty +\UL@box=\box58 +\UL@hyphenbox=\box59 +\UL@skip=\skip90 +\UL@hook=\toks35 +\UL@height=\dimen181 +\UL@pe=\count439 +\UL@pixel=\dimen182 +\ULC@box=\box60 +Package: ulem 2019/11/18 +\ULdepth=\dimen183 +) +Package csquotes Info: Checking for multilingual support... +Package csquotes Info: ... found 'babel' package. +Package csquotes Info: Adjusting default style. +Package csquotes Info: Redefining alias 'default' -> 'english'. +LaTeX Font Info: Trying to load font information for T1+LinuxLibertineT-TLF on input line 100. + (/usr/local/texlive/2023/texmf-dist/tex/latex/libertine/T1LinuxLibertineT-TLF.fd +File: T1LinuxLibertineT-TLF.fd 2017/03/20 (autoinst) Font definitions for T1/LinuxLibertineT-TLF. +) +LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/m/n' will be +(Font) scaled to size 12.0pt on input line 100. + (./verslag.aux) +\openout1 = `verslag.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 100. +LaTeX Font Info: ... okay on input line 100. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 100. +LaTeX Font Info: ... okay on input line 100. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 100. +LaTeX Font Info: ... okay on input line 100. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 100. +LaTeX Font Info: ... okay on input line 100. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 100. +LaTeX Font Info: ... okay on input line 100. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 100. +LaTeX Font Info: ... okay on input line 100. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 100. +LaTeX Font Info: ... okay on input line 100. +LaTeX Font Info: Checking defaults for LS1/libertinust1math/m/n on input line 100. +LaTeX Font Info: Trying to load font information for LS1+libertinust1math on input line 100. + (/usr/local/texlive/2023/texmf-dist/tex/latex/libertinust1math/ls1libertinust1math.fd +File: ls1libertinust1math.fd 2016/03/23 Fontinst v1.933 font definitions for LS1/libertinust1math. +) +LaTeX Font Info: ... okay on input line 100. +LaTeX Font Info: Checking defaults for LS2/libertinust1mathsym/m/n on input line 100. +LaTeX Font Info: Trying to load font information for LS2+libertinust1mathsym on input line 100. + (/usr/local/texlive/2023/texmf-dist/tex/latex/libertinust1math/ls2libertinust1mathsym.fd +File: ls2libertinust1mathsym.fd 2015/04/17 v1.1.2-latex LibertinusT1Mathsym LS2 font definitions +) +LaTeX Font Info: ... okay on input line 100. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 100. +LaTeX Font Info: ... okay on input line 100. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 100. +LaTeX Font Info: ... okay on input line 100. + +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: a4paper +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: +* h-part:(L,W,R)=(85.35826pt, 455.24411pt, 56.9055pt) +* v-part:(T,H,B)=(71.13188pt, 702.78308pt, 71.13188pt) +* \paperwidth=597.50787pt +* \paperheight=845.04684pt +* \textwidth=455.24411pt +* \textheight=702.78308pt +* \oddsidemargin=13.08827pt +* \evensidemargin=13.08827pt +* \topmargin=-38.1381pt +* \headheight=12.0pt +* \headsep=25.0pt +* \topskip=12.0pt +* \footskip=30.0pt +* \marginparwidth=35.0pt +* \marginparsep=10.0pt +* \columnsep=10.0pt +* \skip\footins=10.8pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +(/usr/local/texlive/2023/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count440 +\scratchdimen=\dimen184 +\scratchbox=\box61 +\nofMPsegments=\count441 +\nofMParguments=\count442 +\everyMPshowfont=\toks36 +\MPscratchCnt=\count443 +\MPscratchDim=\dimen185 +\MPnumerator=\count444 +\makeMPintoPDFobject=\count445 +\everyMPtoPDFconversion=\toks37 +) (/usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf +Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 485. + (/usr/local/texlive/2023/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg +File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live +)) +\c@mv@tabular=\count446 +\c@mv@boldtabular=\count447 +LaTeX Info: Command `\dddot' is already robust on input line 100. +LaTeX Info: Command `\ddddot' is already robust on input line 100. +Package biblatex Info: Trying to load language 'english' -> 'english-apa'... +Package biblatex Info: ... file 'english-apa.lbx' found. + (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex-apa/english-apa.lbx +File: english-apa.lbx 2022/06/22 v9.16 APA biblatex localisation +Package biblatex Info: Trying to load language 'english'... +Package biblatex Info: ... file 'english.lbx' found. + (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/lbx/english.lbx +File: english.lbx 2023/03/05 v3.19 biblatex localization (PK/MW) +) +Package biblatex Info: Trying to load language 'american' -> 'american-apa'... +Package biblatex Info: ... file 'american-apa.lbx' found. + (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx +File: american-apa.lbx 2022/06/22 v9.16 APA biblatex localisation +Package biblatex Info: Trying to load language 'american'... +Package biblatex Info: ... file 'american.lbx' found. + (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/lbx/american.lbx +File: american.lbx 2023/03/05 v3.19 biblatex localization (PK/MW) +Package biblatex Info: Trying to load language 'english'... +Package biblatex Info: ... file 'english.lbx' found. + (/usr/local/texlive/2023/texmf-dist/tex/latex/biblatex/lbx/english.lbx +File: english.lbx 2023/03/05 v3.19 biblatex localization (PK/MW) +)))) +Package biblatex Info: Input encoding 'utf8' detected. +Package biblatex Info: Automatic encoding selection. +(biblatex) Assuming data encoding 'utf8'. +\openout3 = `verslag.bcf'. + +Package biblatex Info: Trying to load bibliographic data... +Package biblatex Info: ... file 'verslag.bbl' not found. + +No file verslag.bbl. +Package biblatex Info: Reference section=0 on input line 100. +Package biblatex Info: Reference segment=0 on input line 100. +Package hyperref Info: Link coloring ON on input line 100. +(./verslag.out) (./verslag.out) +\@outlinefile=\write4 +\openout4 = `verslag.out'. + +*geometry* verbose mode - [ newgeometry ] result: +* driver: pdftex +* paper: a4paper +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: +* h-part:(L,W,R)=(0.0pt, 597.50787pt, 0.0pt) +* v-part:(T,H,B)=(0.0pt, 845.04684pt, 0.0pt) +* \paperwidth=597.50787pt +* \paperheight=845.04684pt +* \textwidth=597.50787pt +* \textheight=845.04684pt +* \oddsidemargin=-72.26999pt +* \evensidemargin=-72.26999pt +* \topmargin=-109.26999pt +* \headheight=12.0pt +* \headsep=25.0pt +* \topskip=12.0pt +* \footskip=30.0pt +* \marginparwidth=35.0pt +* \marginparsep=10.0pt +* \columnsep=10.0pt +* \skip\footins=10.8pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +LaTeX Font Info: Trying to load font information for T1+LinuxBiolinumT-TLF on input line 108. + (/usr/local/texlive/2023/texmf-dist/tex/latex/libertine/T1LinuxBiolinumT-TLF.fd +File: T1LinuxBiolinumT-TLF.fd 2017/03/20 (autoinst) Font definitions for T1/LinuxBiolinumT-TLF. +) +LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/m/n' will be +(Font) scaled to size 12.0pt on input line 108. + + +pdfTeX warning: pdflatex (file ./ea-en.pdf): PDF inclusion: found PDF version <1.7>, but at most version <1.5> allowed + +File: ea-en.pdf Graphic file (type pdf) + +Package pdftex.def Info: ea-en.pdf used on input line 108. +(pdftex.def) Requested size: 271.63632pt x 90.54071pt. +LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/b/n' will be +(Font) scaled to size 12.0pt on input line 108. +LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/b/n' will be +(Font) scaled to size 24.88pt on input line 108. +LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/b/n' will be +(Font) scaled to size 17.28pt on input line 108. +LaTeX Font Info: Font shape `LS1/libertinust1math/m/n' will be +(Font) scaled to size 12.0pt on input line 108. +LaTeX Font Info: Font shape `LS1/libertinust1math/m/n' will be +(Font) scaled to size 8.0pt on input line 108. +LaTeX Font Info: Font shape `LS1/libertinust1math/m/n' will be +(Font) scaled to size 6.0pt on input line 108. +LaTeX Font Info: Font shape `LS1/libertinust1math/m/it' will be +(Font) scaled to size 12.0pt on input line 108. +LaTeX Font Info: Font shape `LS1/libertinust1math/m/it' will be +(Font) scaled to size 8.0pt on input line 108. +LaTeX Font Info: Font shape `LS1/libertinust1math/m/it' will be +(Font) scaled to size 6.0pt on input line 108. +LaTeX Font Info: Font shape `LS2/libertinust1mathsym/m/n' will be +(Font) scaled to size 12.0pt on input line 108. +LaTeX Font Info: Font shape `LS2/libertinust1mathsym/m/n' will be +(Font) scaled to size 8.0pt on input line 108. +LaTeX Font Info: Font shape `LS2/libertinust1mathsym/m/n' will be +(Font) scaled to size 6.0pt on input line 108. +LaTeX Font Info: Trying to load font information for LS2+libertinust1mathex on input line 108. +(/usr/local/texlive/2023/texmf-dist/tex/latex/libertinust1math/ls2libertinust1mathex.fd +File: ls2libertinust1mathex.fd 2016/03/15 v1.0.0-latex LibertinusMath extensions LS2 font definitions +) +LaTeX Font Info: Font shape `LS2/libertinust1mathex/m/n' will be +(Font) scaled to size 12.0pt on input line 108. +LaTeX Font Info: Font shape `LS2/libertinust1mathex/m/n' will be +(Font) scaled to size 8.0pt on input line 108. +LaTeX Font Info: Font shape `LS2/libertinust1mathex/m/n' will be +(Font) scaled to size 6.0pt on input line 108. +LaTeX Font Info: Trying to load font information for LS1+libertinust1mathbb on input line 108. + (/usr/local/texlive/2023/texmf-dist/tex/latex/libertinust1math/ls1libertinust1mathbb.fd +File: ls1libertinust1mathbb.fd 2016/08/22 latex LibertinusT1Mathbb LS1 font definitions +) +LaTeX Font Info: Font shape `LS1/libertinust1mathbb/m/n' will be +(Font) scaled to size 12.0pt on input line 108. +LaTeX Font Info: Font shape `LS1/libertinust1mathbb/m/n' will be +(Font) scaled to size 8.0pt on input line 108. +LaTeX Font Info: Font shape `LS1/libertinust1mathbb/m/n' will be +(Font) scaled to size 6.0pt on input line 108. +LaTeX Font Info: Font shape `LS1/libertinust1math/b/n' will be +(Font) scaled to size 12.0pt on input line 108. +LaTeX Font Info: Font shape `LS1/libertinust1math/b/n' will be +(Font) scaled to size 8.0pt on input line 108. +LaTeX Font Info: Font shape `LS1/libertinust1math/b/n' will be +(Font) scaled to size 6.0pt on input line 108. +LaTeX Font Info: Font shape `LS1/libertinust1math/b/it' will be +(Font) scaled to size 12.0pt on input line 108. +LaTeX Font Info: Font shape `LS1/libertinust1math/b/it' will be +(Font) scaled to size 8.0pt on input line 108. +LaTeX Font Info: Font shape `LS1/libertinust1math/b/it' will be +(Font) scaled to size 6.0pt on input line 108. +LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/b/n' will be +(Font) scaled to size 14.4pt on input line 108. + +Underfull \hbox (badness 10000) in paragraph at lines 108--108 + + [] + + +Overfull \hbox (33.0pt too wide) in paragraph at lines 108--108 +[][][][][][][][] + [] + + + +pdfTeX warning: pdflatex (file ./ugent-en.pdf): PDF inclusion: found PDF version <1.7>, but at most version <1.5> allowed + +File: ugent-en.pdf Graphic file (type pdf) + +Package pdftex.def Info: ugent-en.pdf used on input line 108. +(pdftex.def) Requested size: 150.91232pt x 120.72095pt. +[1 + + +{/usr/local/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/libertine/lbtn_25tcsq.enc} <./ea-en.pdf> <./ugent-en.pdf>] +LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/m/n' will be +(Font) scaled to size 17.28pt on input line 142. +LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/m/n' will be +(Font) scaled to size 14.4pt on input line 159. + + +LaTeX Warning: `h' float specifier changed to `ht'. + + +Underfull \hbox (badness 10000) in paragraph at lines 187--194 + + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 187--194 + + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 187--194 + + [] + + +pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has been already used, duplicate ignored + + \relax +l.194 + [1 + +{/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/libertine/lbtn_76gpa5.enc}] [2{/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/libertine/lbtn_nh77jq.enc}] +Underfull \hbox (badness 10000) in paragraph at lines 195--203 + + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 195--203 + + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 204--208 + + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 226--233 + + [] + +[3{/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/libertinust1math/libusMI.enc}] [4] (./verslag.aux) +Package rerunfilecheck Info: File `verslag.out' has not changed. +(rerunfilecheck) Checksum: 93BB3520344D4F0680BD23B0E2A0C01A;781. +Package logreq Info: Writing requests to 'verslag.run.xml'. +\openout1 = `verslag.run.xml'. + + ) +Here is how much of TeX's memory you used: + 23080 strings out of 476025 + 403330 string characters out of 5790017 + 1864388 words of memory out of 5000000 + 43208 multiletter control sequences out of 15000+600000 + 570872 words of font info for 73 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 72i,11n,108p,1343b,5180s stack positions out of 10000i,1000n,20000p,200000b,200000s + +Output written on verslag.pdf (5 pages, 435646 bytes). +PDF statistics: + 97 PDF objects out of 1000 (max. 8388607) + 75 compressed objects within 1 object stream + 13 named destinations out of 1000 (max. 500000) + 59 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/Reports/Thesis/verslag.out b/Reports/Thesis/verslag.out new file mode 100644 index 0000000..9319bd5 --- /dev/null +++ b/Reports/Thesis/verslag.out @@ -0,0 +1,6 @@ +\BOOKMARK [1][-]{section.1}{\376\377\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n}{}% 1 +\BOOKMARK [1][-]{section.2}{\376\377\000B\000a\000c\000k\000g\000r\000o\000u\000n\000d}{}% 2 +\BOOKMARK [2][-]{subsection.2.1}{\376\377\000E\000l\000e\000c\000t\000r\000i\000c\000i\000t\000y\000\040\000m\000a\000r\000k\000e\000t}{section.2}% 3 +\BOOKMARK [2][-]{subsection.2.2}{\376\377\000G\000e\000n\000e\000r\000a\000t\000i\000v\000e\000\040\000m\000o\000d\000e\000l\000i\000n\000g}{section.2}% 4 +\BOOKMARK [1][-]{section.3}{\376\377\000L\000i\000t\000e\000r\000a\000t\000u\000r\000e\000\040\000S\000t\000u\000d\000y}{}% 5 +\BOOKMARK [1][-]{section.4}{\376\377\000M\000o\000d\000e\000l\000l\000e\000n\000\040\000+\000\040\000r\000e\000s\000u\000l\000t\000a\000t\000e\000n}{}% 6 diff --git a/Reports/Thesis/verslag.pdf b/Reports/Thesis/verslag.pdf new file mode 100644 index 0000000..640a716 Binary files /dev/null and b/Reports/Thesis/verslag.pdf differ diff --git a/Reports/Thesis/verslag.run.xml b/Reports/Thesis/verslag.run.xml new file mode 100644 index 0000000..7fb8345 --- /dev/null +++ b/Reports/Thesis/verslag.run.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + latex + + verslag.bcf + + + verslag.bbl + + + blx-dm.def + apa.dbx + blx-compat.def + biblatex.def + standard.bbx + apa.bbx + apa.cbx + biblatex.cfg + english.lbx + american.lbx + american-apa.lbx + english-apa.lbx + + + + biber + + biber + verslag + + + verslag.bcf + + + verslag.bbl + + + verslag.bbl + + + verslag.bcf + + + ./references.bib + + + diff --git a/Reports/Thesis/verslag.synctex.gz b/Reports/Thesis/verslag.synctex.gz new file mode 100644 index 0000000..becbae7 Binary files /dev/null and b/Reports/Thesis/verslag.synctex.gz differ diff --git a/Reports/Thesis/verslag.tex b/Reports/Thesis/verslag.tex new file mode 100644 index 0000000..ad58921 --- /dev/null +++ b/Reports/Thesis/verslag.tex @@ -0,0 +1,247 @@ +\documentclass[12pt,a4paper,faculty=ea,language=en,doctype=article]{ugent-doc} + +% Optional: margins and spacing +%------------------------------- +% Uncomment and adjust to change the default values set by the template +% Note: the defaults are suggested values by Ghent University +%\geometry{bottom=2.5cm,top=2.5cm,left=3cm,right=2cm} +%\renewcommand{\baselinestretch}{1.15} % line spacing + +% Font +%------ +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} % allows non-ascii input characters +% Comment or remove the two lines below to use the default Computer Modern font +\usepackage{libertine} +\usepackage{libertinust1math} +\usepackage{enumitem} +\usepackage{tabularx} +\usepackage{array} +\usepackage{amsmath} +\usepackage{multirow} + +\newcolumntype{C}{>{\centering\arraybackslash}X} + + +% NOTE: because the UGent font Panno is proprietary, it is not possible to use it +% in Overleaf. But UGent does not suggest to use Panno for documents (or maybe only for +% the titlepage). For the body, the UGent suggestion is to use a good serif font (for +% LaTeX this could be libertine or Computer Modern). + +% Proper word splitting +%----------------------- +\usepackage[english]{babel} + +% Mathematics +%------------- +\usepackage{amsmath} + +% Figures +%--------- +\usepackage{graphicx} % optional: the package is already loaded by the template +\graphicspath{{./figures/}} + +% Bibliography settings +%----------------------- +\usepackage[backend=biber, style=apa, sorting=nyt, hyperref=true]{biblatex} +\addbibresource{./references.bib} +\usepackage{csquotes} % Suggested when using babel+biblatex + +% Hyperreferences +%----------------- +\usepackage[colorlinks=true, allcolors=ugentblue]{hyperref} + +% Whitespace between paragraphs and no indentation +%-------------------------------------------------- +\usepackage[parfill]{parskip} + +% Input for title page +%---------------------- + +% The title +\thesubtitle{February Intermediate Report} + +%% Note: a stricter UGent style could be achieved with, e.g.: +\usepackage{ulem} % for colored underline +\renewcommand{\ULthickness}{2pt} % adjust thickness of underline +\thetitle{Forecasting and generative modeling of the Belgian electricity market} +% Note: do not forget to reset the \ULthickness to 1pt after invoking \maketitle +% (otherwise all underlines in the rest of your document will be too thick): +%\renewcommand{\ULthickness}{1pt} + +% The first (top) infobox at bottom of titlepage +\infoboxa{\bfseries\large Master Thesis} + +% The second infobox at bottom of titlepage +\infoboxb{Name: +\begin{tabular}[t]{l} + Victor Mylle +\end{tabular} +} + +% The third infobox at bottom of titlepage +\infoboxc{ + Promotors: + \begin{tabular}[t]{l} + prof. dr. ir. Chris Develder \\ + prof. Bert Claessens + \end{tabular} + \\\\ + Supervisor: + \begin{tabular}[t]{l} + Jonas Van Gompel + \end{tabular} +} + +% The last (bottom) infobox at bottom of titlepage +\infoboxd{Academic year: 2023--2024} % note dash, not hyphen + + +\begin{document} + +% ===================================================================== +% Cover +% ===================================================================== + +% ------------ TITLE PAGE --------- +\maketitle +\renewcommand{\ULthickness}{1pt} + +% ===================================================================== +% Front matter +% ===================================================================== + +% ------------ TABLE OF CONTENTS --------- +% {\hypersetup{hidelinks}\tableofcontents} % hide link color in toc +% \newpage +% \begin{titlepage} + +% \centering % Centers everything on the page + +% % Logo or Image (Optional) +% % \includegraphics[width=0.5\textwidth]{path_to_logo.jpg} + +% \vspace*{2cm} % Add vertical space + +% {\large Title: Forecasting and generative modeling of the Belgian electricity market\par} + +% \vspace{2cm} +% {\Large Victor Mylle\par} + +% \vspace{1cm} +% {\large Period of Internship: 3 July 2023 - 31 August 2023\par} + +% \vspace{1cm} +% {\large Mentor: dr. ir. Femke De Backere\par} +% {\large TechWolf supervisor: ir. Jens-Joris Decorte} + +% \end{titlepage} + +\newpage + +\section{Introduction} +The electricity market is a complex system influenced by numerous factors. The rise of renewable energy sources adds to this complexity, introducing greater volatility compared to traditional energy sources. Renewables, with their unpredictable nature, exacerbate the challenge of maintaining a stable balance between supply and demand. This critical balance is managed by the transmission system operator, Elia, which utilizes reserves to mitigate any potential shortages or surpluses, directly influencing electricity prices. + +(TODO: Market participants met flexible assets (Groot genoeg), zij willen grote winst maken. Elia moet minder eigen reserves gebruiken -> goedkoper voor iedereen) + +Forecasting the imbalance price is vital for market participants engaged in buying or selling electricity. It enables them to make informed decisions on the optimal times to buy or sell, aiming to maximize their profits. However, current industry practices often rely on simplistic policies, such as adhering to a fixed price for transactions. This approach is not optimal and overlooks the potential benefits of adaptive policies that consider the forecasted imbalance prices. + +The goal of this thesis is to generatively model the Belgian electricity market. This allows to reconstruct the imbalance price for a given day which can then be used by other simple policies to make decisions on when to buy or sell electricity. These policies can then be compared to the current industry practices to assess their performance. + +Forecasting the system imbalance will become increasingly important as the share of renewable energy sources continues to grow. + +\section{Background} +% Achtergrond informatie +% Generatief modelleren +% -> enkel forecast is vaak brak -> reinforcement learning is lastig -> generatief modelleren, veel generaties om mee te trainen +% - Achtergrond electrititetismarkt +% - Achtergrond Generatief modelleren (van NRV) +\subsection{Electricity market} +The electricity market consists of many different parties who all work together and want to make a profit in the end. An overview of the most important parties can be found in Table \ref{tab:parties}. + +% table +\begin{table}[h] + \centering + \begin{tabularx}{\textwidth}{|C|C|} + \hline + \textbf{Party} & \textbf{Description} \\ + \hline + Producers & Generates electricty. The electricity can be generated using coal, nuclear energy, wind parks etc. \\ + \hline + Consumers & Uses electricity. This can be normal households, companies but also industry. \\ + \hline + Transmission system operator (TSO) & Party responsible for reliable transmission of electricity from generation plants to local distribution networks. This is done over the high-voltage grid. In Belgium, this party is Elia.\\ + \hline + Distribution system operator (DSO) & Party responsible for the distribution of electricity to the end users. Here, the electricity is transported over the low-voltage grid. \\ + \hline + Balancing responsible party (BRP) & These parties forecast the electricity consumption and generation of their clients. They make balanced nominations to Elia. + \\ + \hline + Balancing Service Provider (BSP) & Parties that provide the TSO (Elia) with balancing services. They submit Balancing Energy Bids to Elia. If needed, they will provide balancing energy at a set price. \\ + \hline + \end{tabularx} + \caption{Overview of the most important parties in the electricity market} + \label{tab:parties} +\end{table} + +Elia, the Transmission system operator (TSO) in Belgium is responsible for keeping the grid stable. They do this by balancing the electricity consumption and generation. If there is an imbalance, Elia will use reserves to balance the grid. These reserves are expensive and are paid by the market participants. The price of these reserves is called the imbalance price. Keeping the grid balanced is a very important but also a very difficult task. If the grid is not balanced, it can lead to blackouts but also other problems like damage to equipment. +\\\\ +Balance responsible parties (BRPs) forecast the electricity consumption and generation of their portfolio to effectively manage the balance between supply and demand within the grid they operate in. They submit a daily balance schedule for their portfolio the day before. This consists of the expected physical injections and offtakes from the grid and the commercial power trades. The power trades can be purchases and sales between BRPs or they can even be trades with other countries. BRPs must provide and deploy all reasonable resources to be balanced on a quarter-hourly basis. They can exchange electricity with other BRPs for the following day or the same day. There is one exception where a BRP can deviate from the balance schedule. This is when the grid is not balanced and they can help Elia to stabilize the grid. In this case, they will receive a compensation for their help. When a BRP deviates from the balance schedule in a way that destabilizes the grid, it will need to pay the imbalance price for the deviation. +\\\\ +The imbalance price is determined based on which reserves Elia needs to activate to stabilize the grid. The imbalance of a BRP is the quarter-hourly difference between total injections and offtakes from the grid. The Net Regulation Volume (NRV) is the net control volume of energy that Elia applies to maintain balance in the Elia control area. The Area Control Error is the current difference between the scheduled values and the actual values of power exchanged in the Belgian control area. The imbalance of the system (SI) is the Area Control Error minus the NRV. Using the System Imbalance, the imbalance price is calculated. +\\\\ +Elia, the Transmission System Operator (TSO) in Belgium, maintains grid stability by activating three types of reserves, each designed to address specific conditions of imbalance. These reserves are crucial for ensuring that the electricity supply continuously meets the demand, thereby maintaining the frequency within the required operational limits. The reserves include: + +1) \textbf{Frequency Containment Reserve (FCR)} \\ +FCR is a reserve that responds automatically to frequency deviations in the grid. The reserve responds automatically in seconds and provides a proportional response to the frequency deviation. Elia must provide a minimal share of this volume within the Belgian control area. This type of volume can also be offered by the BSPs. +\\\\ +2) \textbf{Automatic Frequency Restoration Process (aFRR)} \\ +aFRR is the second reserve that Elia can activate to restore the frequency to 50Hz. The aFRR is activated when the FCR is not sufficient to restore the frequency. Every 4 seconds, Elia sends a set-point to the BSPs. The BSPs use this set-point to adjust their production or consumption. The BSPs have a 7.5-minute window to activate the full requested energy volume. +\\\\ +3) \textbf{Manual Frequency Restoration (mFRR)} \\ +Sometimes the FCR and aFRR are not enough to restore the imbalance between generation and consumption. Elia activates the mFRR manually and the requested energy volume is to be activated in 15 minutes. + +The order in which the reserves are activated is as follows: FCR, aFRR and mFRR. BSPs provide bids for the aFRR and mFRR volumes. The provided bids consist of the type (aFRR or mFRR), bid volume (MW), bid price (per MWh) and start price (per MWh). +The start price is used to cover the costs of starting a unit. +\\\\ +Elia selects the bids based on the order of activation and then the price. The highest marginal price paid for upward or downward activation determines the imbalance price. This means that the last bid that is activated determines the imbalance price. This price is paid by the BRPs that are not balanced. The imbalance price calculation is shown in Table \ref{tab:imbalance_price}. + +\begin{table}[h] + \centering + \begin{tabular}{|c|c|c|} + \hline + & \multicolumn{2}{c|}{\textbf{System Imbalance}} \\ + \cline{2-3} + \textbf{Imbalance of the balance responsible party} & \textbf{Positive} & \textbf{Negative or zero} \\ + \hline + \textbf{Positive} & MDP - \(\alpha\) & MIP + \(\alpha\) \\ + \hline + \textbf{Negative} & MDP - \(\alpha\) & MIP + \(\alpha\) \\ + \hline + \end{tabular} + \caption{Prices paid by the BRPs} + \label{tab:imbalance_price} +\end{table} + +The imbalance price calculation includes the following variables: \\ +- MDP: Marginal price of downward activation \\ +- MIP: Marginal price of upward activation \\ +- \(\alpha\): Extra parameter dependent on System Imbalance \\ +\\ +% TODO: Add more information about the imbalance price calculation, alpha? +TODO: Add more information about the imbalance price calculation, alpha? + +The imbalance price can be reconstructed given the bids of a certain quarter / day and the System Imbalance. During this thesis, the system imbalance is assumed to be almost the same as the Net Regulation Volume. This is a simplification but it is a good approximation. The goal of this thesis is to model the Net Regulation Volume which can then be used to reconstruct the imbalance price and to make decisions on when to buy or sell electricity. + +\subsection{Generative modeling} + + +\section{Literature Study} +- Literatuur forecasting imbalance price +- Literatuur policies adhv forecasts + +\section{Modellen + resultaten} + + +\end{document} +