Conversation
preamble.tex
Outdated
| % \definecolor{purple}{rgb}{0.65,0,0.65} | ||
| % \definecolor{dark_green}{rgb}{0, 0.5, 0} | ||
| % \definecolor{orange}{rgb}{0.8, 0.6, 0.2} | ||
| % \definecolor{red}{rgb}{0.8, 0.2, 0.2} |
There was a problem hiding this comment.
Why override pre-defined colours?
There was a problem hiding this comment.
where are they pre-defined? These don't cause conflicts in compile
There was a problem hiding this comment.
The "xcolor" package predefines some basic colors, including red, purple, orange, pink, and teal. We should override these defaults.
There was a problem hiding this comment.
yah I think you are right, this was left for legacy reason, but indeed, better to leave a pointer where to get pre-defined colors
cr333
left a comment
There was a problem hiding this comment.
It might be good to add a comment at the top of preamble.tex explaining what the file is for and that it is okay to uncomment anything if so desired.
| % \DeclareMathOperator*{\argmax}{arg\,max} | ||
|
|
||
| %% | ||
| %% Tigthen underline |
There was a problem hiding this comment.
| %% Tigthen underline | |
| %% Tighten underline |
| % --- inline annotations | ||
| % | ||
| %% | ||
| %% fine-tune paragraph spacing |
There was a problem hiding this comment.
Capitalise for consistency
| %% fine-tune paragraph spacing | |
| %% Fine-tune paragraph spacing |
| % \renewcommand{\paragraph}[1]{\vspace{.5em}\noindent\textbf{#1.}} | ||
|
|
||
| %% | ||
| %% globally adjusts space between figure and caption |
There was a problem hiding this comment.
| %% globally adjusts space between figure and caption | |
| %% Globally adjusts space between figure and caption |

Few "subscription based" goodies that end up eventually in every paper repo.
Will add more as consolidate between ~10 ICCV submissions