iccv 2025 submission

This commit is contained in:
Tobias Christian Nauen
2026-02-24 12:08:38 +01:00
parent 5c08f9d31a
commit 78765791be
353 changed files with 3269 additions and 6604 deletions

10
preamble.tex Normal file
View File

@@ -0,0 +1,10 @@
%
% --- 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}