\nonstopmode{} \documentclass[ paper=9in:6in, DIV=calc, ]{scrbook} \title{A Modern Architecture for High-Level Constraint Modelling Languages} \author{Jip J. Dekker} \input{assets/packages} \input{assets/layout} % 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{} \printglossary[type=\acronymtype]{} \printglossary{} \end{document}