phd-defense/slides/include/todo.sty
2024-11-19 00:12:26 +01:00

4 lines
147 B
TeX

\usepackage[dvipsnames]{xcolor}
\newcommand{\qtodo}[1]{\colorbox{orange}{\textcolor{blue}{#1}}}
\newcommand{\todo}[1]{\qtodo{\textbf{TODO:}\,#1}}