From: Matthijs Kooijman Date: Tue, 29 Sep 2009 14:50:39 +0000 (+0200) Subject: Add labels to all chapters. X-Git-Tag: final-thesis~246 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=6b779650796b6ef5c72ea261238f8576b049d925 Add labels to all chapters. --- diff --git a/Chapters/Future.tex b/Chapters/Future.tex index 10a883a..420771f 100644 --- a/Chapters/Future.tex +++ b/Chapters/Future.tex @@ -1,4 +1,4 @@ -\chapter{Future work} +\chapter[chap:future]{Future work} \section{Improved notation for hierarchical state} The hierarchic state model requires quite some boilerplate code for unpacking and distributing the input state and collecting and repacking the output diff --git a/Chapters/HardwareDescription.tex b/Chapters/HardwareDescription.tex index a0cc1c5..c900596 100644 --- a/Chapters/HardwareDescription.tex +++ b/Chapters/HardwareDescription.tex @@ -1,4 +1,4 @@ -\chapter{Hardware description} +\chapter[chap:description]{Hardware description} This chapter will provide an overview of the hardware description language that was created and the issues that have arisen in the process. It will focus on the issues of the language, not the implementation. diff --git a/Chapters/Introduction.tex b/Chapters/Introduction.tex index 69fb7e4..8ffba57 100644 --- a/Chapters/Introduction.tex +++ b/Chapters/Introduction.tex @@ -1,4 +1,4 @@ -\chapter{Introduction} +\chapter[chap:introduction]{Introduction} This thesis describes the result and process of my work during my Master's assignment. In these pages, I will try to introduce the world of hardware descriptions, the world of functional languages and diff --git a/Chapters/Normalization.tex b/Chapters/Normalization.tex index 68d48d4..c1c6268 100644 --- a/Chapters/Normalization.tex +++ b/Chapters/Normalization.tex @@ -1,4 +1,4 @@ -\chapter{Normalization} +\chapter[chap:normalization]{Normalization} % A helper to print a single example in the half the page width. The example % text should be in a buffer whose name is given in an argument. diff --git a/Chapters/Prototype.tex b/Chapters/Prototype.tex index 945e920..9e6893a 100644 --- a/Chapters/Prototype.tex +++ b/Chapters/Prototype.tex @@ -1,4 +1,4 @@ -\chapter{Prototype} +\chapter[chap:prototype]{Prototype} An important step in this research is the creation of a prototype compiler. Having this prototype allows us to apply the ideas from the previous chapter to actual hardware descriptions and evaluate their usefulness. Having a diff --git a/Chapters/State.tex b/Chapters/State.tex index 0160e55..2cffa21 100644 --- a/Chapters/State.tex +++ b/Chapters/State.tex @@ -1,4 +1,4 @@ -\chapter{State} +\chapter[chap:state]{State} \section{Introduction} Provide some examples