From 992f5e21d62c14e192b845c589bb498aa6584518 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 13 Aug 2019 23:25:05 +0200 Subject: ... --- headers/messages.tex | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 headers/messages.tex (limited to 'headers/messages.tex') diff --git a/headers/messages.tex b/headers/messages.tex new file mode 100644 index 0000000..eda07e2 --- /dev/null +++ b/headers/messages.tex @@ -0,0 +1,29 @@ +\IfFileExists{todonotes.sty}{\usepackage{todonotes}}{\usepackage{xcolor}} + +\newcommand{\todomsg}[1]{% + \IfFileExists{todonotes.sty}{% + \todo[inline]{TODO: #1}% + }{% + \textcolor{red}{TODO: #1}% + } +} + +\newcommand{\unimplemented}[0]{% + \IfFileExists{todonotes.sty}{% + \todo[inline,linecolor=blue,backgroundcolor=blue!25,bordercolor=blue]{% + Not implemented yet. + }% + }{% + \textcolor{blue}{Not implemented yet.} + } +} + +\newcommand{\draft}[0]{% + \IfFileExists{todonotes.sty}{% + \todo[inline,linecolor=purple,backgroundcolor=purple!25,bordercolor=purple]{% + Still an early draft. + }% + }{% + \textcolor{purple}{Still an early draft.} + } +} -- cgit v1.2.3-70-g09d2