2016-09-07 22:12:37 +02:00
|
|
|
\usepackage{xcolor}
|
|
|
|
|
|
|
|
\definecolor{note_text}{HTML}{671800}
|
|
|
|
\definecolor{note_back}{HTML}{00A2E3}
|
2016-08-22 10:51:36 +02:00
|
|
|
|
|
|
|
\newcommand{\qtodo}[1]{\colorbox{orange}{\textcolor{blue}{#1}}}
|
|
|
|
\newcommand{\todo}[1]{\qtodo{\textbf{TODO:}\.#1}}
|
2016-09-07 22:12:37 +02:00
|
|
|
\newcommand{\qnote}[1]{\colorbox{note_back}{\textcolor{note_front}{[#1]}}}
|
2016-08-22 10:51:36 +02:00
|
|
|
\newcommand{\note}[1]{\qnote{\textbf{NOTE:}\.#1}}
|