Files
ForAug/preamble.tex
Tobias Christian Nauen 78765791be iccv 2025 submission
2026-02-24 12:08:38 +01:00

11 lines
251 B
TeX

%
% --- inline annotations
%
\newcommand{\red}[1]{{\color{red}#1}}
\newcommand{\todo}[1]{{\color{red}#1}}
\newcommand{\TODO}[1]{\textbf{\color{red}[TODO: #1]}}
% --- disable by uncommenting
% \renewcommand{\TODO}[1]{}
% \renewcommand{\todo}[1]{#1}