L3-internship-report/slides/todo.sty
2016-09-07 22:13:09 +02:00

10 lines
339 B
TeX

\usepackage{xcolor}
\definecolor{note_text}{HTML}{671800}
\definecolor{note_back}{HTML}{00A2E3}
\newcommand{\qtodo}[1]{\colorbox{orange}{\textcolor{blue}{#1}}}
\newcommand{\todo}[1]{\qtodo{\textbf{TODO:}\.#1}}
\newcommand{\qnote}[1]{\colorbox{note_back}{\textcolor{note_front}{[#1]}}}
\renewcommand{\note}[1]{\qnote{\textbf{NOTE:}\.#1}}