Enable the fixme module.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 19 Nov 2009 12:36:34 +0000 (13:36 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 19 Nov 2009 12:36:34 +0000 (13:36 +0100)
Report.tex
Utils/Fixme.tex [new file with mode: 0644]

index 2b63fdbba8791847fba1d5fbf5401c76364a7526..765e25da90c108c210eec0116fcbba55db86fcad 100644 (file)
@@ -10,6 +10,7 @@
 \input Utils/Lambda
 \input Utils/Shortcuts
 \input Utils/Metapost
+\input Utils/Fixme
 
 \usetypescript [Custom]
 
 \title {Haskell as a higher order structural hardware description language.}
 Matthijs Kooijman
 
+\todo{Complete titlepage}
+
 \completecontent
+
 \input Chapters/Introduction
 \input Chapters/Context
 \input Chapters/HardwareDescription
diff --git a/Utils/Fixme.tex b/Utils/Fixme.tex
new file mode 100644 (file)
index 0000000..5187e98
--- /dev/null
@@ -0,0 +1,11 @@
+\usemodule[fixme]
+
+% Define a \todo command. It seems the fixme module isn't actually meant for
+% this, but well...
+\definefixme[todo][todo]
+\makecounter{@@@@fxtodo}
+
+% Change / set the labels for \fixme, \fxnote and \todo
+\setuplabeltext[en][fixmefatal=\small{FIXME}:\crlf]
+\setuplabeltext[en][fixmenote=\small{NOTE}:\crlf ]
+\setuplabeltext[en][fixmetodo=\small{TODO}:\crlf ]