\nonstopmode \documentclass{scrbook} \input{assets/packages.tex} \addbibresource{assets/bibliography/references.bib} \addbibresource[label=ownpubs]{assets/bibliography/dekker_publications.bib} \title{A Modern Architecture for High-Level Constraint Modelling Languages} \author{Jip J. Dekker} \begin{document} \frontmatter \maketitle \include{chapters/0_abstract} \chapter{Publications} Publications arising from this thesis include: \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_compilation} \include{chapters/5_half_reif} \include{chapters/6_incremental} \backmatter \printbibliography \end{document}