49 lines
1018 B
TeX
49 lines
1018 B
TeX
\nonstopmode
|
|
\documentclass{scrbook}
|
|
|
|
\title{A Modern Architecture for High-Level Constraint Modelling Languages}
|
|
\author{Jip J. Dekker}
|
|
|
|
\input{assets/packages.tex}
|
|
|
|
% Bibliography preamble
|
|
\addbibresource{assets/bibliography/references.bib}
|
|
\addbibresource[label=ownpubs]{assets/bibliography/dekker_publications.bib}
|
|
|
|
% Glossary / Acronym preamble
|
|
\input{assets/glossary.tex}
|
|
\input{assets/acronyms.tex}
|
|
|
|
\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{}
|
|
|
|
\printglossary[type=\acronymtype]{}
|
|
\printglossary{}
|
|
|
|
\end{document}
|