From 6bd7f14b89399d4a5e16024bcc3a6fc717a54bea Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Fri, 13 Dec 2013 20:36:09 +0100 Subject: [PATCH] allow \todo to take a parameter --- main.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tex b/main.tex index 0562987..490ce72 100644 --- a/main.tex +++ b/main.tex @@ -10,7 +10,7 @@ \urlstyle{sf} \newcommand{\pages}[1]{\marginpar{#1 pages}} -\newcommand{\todo}{\textcolor{red}{TODO} \\} +\newcommand{\todo}[1][]{\textcolor{red}{TODO #1} \\} \newcommand{\term}[1]{\emph{#1}} \newcommand{\code}[1]{\textsf{#1}} -- 2.20.1