summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2020-02-01 12:23:44 +0100
committerAndré Nusser <andre.nusser@googlemail.com>2020-02-01 12:23:44 +0100
commite6b4c5fd2a8f04dd3b4e9a5168fbe137c5d22d8c (patch)
tree30ecaf0492219687a066ff4d68916e998ffffa55
parent8fe4b06a22710fb073bcdc89909f6113397d9f07 (diff)
Fix TODOs.
-rw-r--r--sampling_alg_lac2020/LAC-20.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/sampling_alg_lac2020/LAC-20.tex b/sampling_alg_lac2020/LAC-20.tex
index 6e95747..c50331f 100644
--- a/sampling_alg_lac2020/LAC-20.tex
+++ b/sampling_alg_lac2020/LAC-20.tex
@@ -140,7 +140,7 @@
% For the >{...} in tabular
\usepackage{array}
% For t o d o notes. Make the background white to make them not that distracting.
-\usepackage[textwidth=3.5cm,color=white]{todonotes}
+% \usepackage[textwidth=3.5cm,color=white]{todonotes}
% For better cite commands
\usepackage[numbers]{natbib}
% math stuff
@@ -183,6 +183,9 @@
\def\norm{\@ifstar{\oldnorm}{\oldnorm*}}
\makeatother
+% TODO notes
+\newcommand{\todo}[1]{\textcolor{red}{\textbf{TODO:} #1}}
+
% ugly hack
\renewcommand{\paragraph}[1]{\textbf{#1}. }