summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}. }