This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
dekker-phd-thesis/dekker_preamble.tex

45 lines
909 B
TeX

\documentclass[
% TODO: book format
% paper=210mm:148mm,
% DIV=calc,
a4paper,
listof=totoc,
toc=bib,
]{scrbook}
\title{Preamble of 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{}
\include{chapters/0_abstract}
\mainmatter{}
\include{chapters/1_introduction}
\chapter{Rewriting Constraint Models}
\input{chapters/3_rewriting_preamble}
\chapter{Half Reification}
\input{chapters/4_half_reif_preamble}
\chapter{Incremental Processing}
\input{chapters/5_incremental_preamble}
\include{chapters/6_conclusions}
\end{document}