Change size of the document to common book size

This commit is contained in:
Jip J. Dekker 2021-01-19 13:22:32 +11:00
parent 1117e82390
commit b81b0e9777
4 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,3 @@
%************************************************
\chapter{The Principles of Constraint Modelling Languages}\label{ch:background}
\chapter{Modelling with Constraints}\label{ch:background}
%************************************************

View File

@ -1,4 +0,0 @@
%************************************************
\chapter{Compiling Constraint Modelling Languages}\label{ch:compilation}
%************************************************
% TODO: I do not really like this title yet

3
chapters/4_rewriting.tex Normal file
View File

@ -0,0 +1,3 @@
%************************************************
\chapter{Rewriting Constraint Modelling Languages}\label{ch:rewriting}
%************************************************

View File

@ -1,5 +1,8 @@
\nonstopmode{}
\documentclass{scrbook}
\documentclass[
paper=9in:6in,
DIV=calc,
]{scrbook}
\title{A Modern Architecture for High-Level Constraint Modelling Languages}
\author{Jip J. Dekker}
@ -35,7 +38,7 @@ Publications arising from this thesis include:
\include{chapters/1_introduction}
\include{chapters/2_background}
\include{chapters/3_paradigms}
\include{chapters/4_compilation}
\include{chapters/4_rewriting}
\include{chapters/5_half_reif}
\include{chapters/6_incremental}