9 lines
337 B
TeX
9 lines
337 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]}}}
|
|
\newcommand{\note}[1]{\qnote{\textbf{NOTE:}\.#1}}
|