Reset quotation settings after changing them.
[matthijs/master-project/report.git] / Chapters / HardwareDescription.tex
index a0cc1c5a625340c7caf2cb6c4e2b7f421612bf6b..5113689ca2a69f17793e68479ed78bd5592145ff 100644 (file)
@@ -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.
@@ -18,7 +18,7 @@
 
   \section{Function application}
   The basic syntactic element of a functional program are functions and
-  function application. These have a single obvious VHDL translation: Each
+  function application. These have a single obvious \small{VHDL} translation: Each
   function becomes a hardware component, where each argument is an input port
   and the result value is the output port.