allow \todo to take a parameter
[skm-ma-ws1314.git] / main.tex
index 9d8854c..490ce72 100644 (file)
--- a/main.tex
+++ b/main.tex
@@ -7,10 +7,12 @@
 \usepackage{wrapfig}
 \usepackage{hyperref}
 
+\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]{\texttt{#1}}
+\newcommand{\code}[1]{\textsf{#1}}
 
 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
 Masses with XMPP}
This page took 0.029746 seconds and 4 git commands to generate.