From: Matthijs Kooijman Date: Thu, 19 Nov 2009 12:56:14 +0000 (+0100) Subject: Add (commented) lines to disable todo's and fixmes. X-Git-Tag: final-thesis~146 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=c4be34f7feefa9a75c9ca24744d18a9341a2aa3f Add (commented) lines to disable todo's and fixmes. This leaves notes enabled, which should be visible to my supervisors. --- diff --git a/Utils/Fixme.tex b/Utils/Fixme.tex index 5187e98..691d2f8 100644 --- a/Utils/Fixme.tex +++ b/Utils/Fixme.tex @@ -9,3 +9,7 @@ \setuplabeltext[en][fixmefatal=\small{FIXME}:\crlf] \setuplabeltext[en][fixmenote=\small{NOTE}:\crlf ] \setuplabeltext[en][fixmetodo=\small{TODO}:\crlf ] + +% Disable todo's and fixmes, only notes are meant for my supervisors. +%\def\todo#1{} +%\def\fixme#1{}