\nonstopmode{} \documentclass[ paper=9in:6in, DIV=calc, listof=totoc, toc=bib, ]{scrbook} \title{A Modern Architecture for High-Level Constraint Modelling Languages} \author{Jip J. Dekker} \input{assets/packages} \input{assets/layout} \input{assets/shorthands} % Bibliography preamble \addbibresource{assets/bibliography/references.bib} \addbibresource[label=ownpubs]{assets/bibliography/dekker_publications.bib} % Glossary / Acronym preamble \input{assets/glossary} \input{assets/acronyms} \begin{document} \frontmatter{} \maketitle{} \include{chapters/0_abstract} \chapter{Publications} Some ideas and figures included in this thesis have previously appeared in the following publication: \begin{refsection}[ownpubs] \small \nocite{*} % is local to to the enclosing refsection \printbibliography[heading=none] \end{refsection} \mainmatter{} \include{chapters/1_introduction} \include{chapters/2_background} \include{chapters/3_paradigms} \include{chapters/4_rewriting} % \include{chapters/5_half_reif} \include{chapters/6_incremental} \backmatter{} \printbibliography{} % \tableofcontents{} % \addcontentsline{toc}{chapter}{Contents} % \listoffigures{} % \listoftables{} % \listoflistings{} \printglossary[type=\acronymtype]{} \renewcommand{\glsnamefont}[1]{\titlecap{#1}} \printglossary[nonumberlist]{} \end{document}