53 lines
1.0 KiB
TeX
53 lines
1.0 KiB
TeX
\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}
|
|
|
|
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_rewriting}
|
|
\include{chapters/5_half_reif}
|
|
\include{chapters/6_incremental}
|
|
|
|
\backmatter{}
|
|
|
|
\printbibliography{}
|
|
|
|
\printglossary[type=\acronymtype]{}
|
|
\printglossary{}
|
|
|
|
\end{document}
|