phd-defense/slides/include/todo.sty

5 lines
147 B
Text
Raw Normal View History

2024-11-19 00:12:26 +01:00
\usepackage[dvipsnames]{xcolor}
\newcommand{\qtodo}[1]{\colorbox{orange}{\textcolor{blue}{#1}}}
\newcommand{\todo}[1]{\qtodo{\textbf{TODO:}\,#1}}