Change size of the document to common book size
This commit is contained in:
parent
1117e82390
commit
b81b0e9777
@ -1,3 +1,3 @@
|
||||
%************************************************
|
||||
\chapter{The Principles of Constraint Modelling Languages}\label{ch:background}
|
||||
\chapter{Modelling with Constraints}\label{ch:background}
|
||||
%************************************************
|
||||
|
@ -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
3
chapters/4_rewriting.tex
Normal file
@ -0,0 +1,3 @@
|
||||
%************************************************
|
||||
\chapter{Rewriting Constraint Modelling Languages}\label{ch:rewriting}
|
||||
%************************************************
|
@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user