Skip to content

Commit 217fe76

Browse files
committed
Merge branch 'main' of github.com:cvpr-org/author-kit
2 parents 884b326 + fe3e633 commit 217fe76

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

preamble.tex

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,43 +9,42 @@
99
\newcommand{\todo}[1]{{\color{red}#1}}
1010
\newcommand{\TODO}[1]{\textbf{\color{red}[TODO: #1]}}
1111
%%
12-
%% disable for camera ready / submission by uncommenting these lines
12+
%% Disable for camera ready / submission by uncommenting these lines:
1313
%%
1414
% \renewcommand{\TODO}[1]{}
1515
% \renewcommand{\todo}[1]{#1}
1616

1717
%%
18-
%% work harder in optimizing text layout. Typically shrinks text by 1/6 of page, enable
19-
%% it at the very end of the writing process, when you are just above the page limit
18+
%% Work harder in optimizing text layout. Typically shrinks text by 1/6 of page, enable
19+
%% it at the very end of the writing process, when you are just above the page limit.
2020
%%
2121
% \usepackage{microtype}
2222

2323
%%
24-
%% fine-tune paragraph spacing
24+
%% Fine-tune paragraph spacing.
2525
%%
2626
% \renewcommand{\paragraph}[1]{\vspace{.5em}\noindent\textbf{#1.}}
2727

2828
%%
29-
%% globally adjusts space between figure and caption
29+
%% Globally adjusts space between figure and caption.
3030
%%
3131
% \setlength{\abovecaptionskip}{.5em}
3232

33-
3433
%%
3534
%% Allows "the use of \paper to refer to the project name"
36-
%% with automatic management of space at the end of the word
35+
%% with automatic management of space at the end of the word.
3736
%%
3837
% \usepackage{xspace}
3938
% \newcommand{\paper}{ProjectName\xspace}
4039

4140
%%
42-
%% Commonly used math definitions
41+
%% Commonly used math definitions.
4342
%%
4443
% \DeclareMathOperator*{\argmin}{arg\,min}
4544
% \DeclareMathOperator*{\argmax}{arg\,max}
4645

4746
%%
48-
%% Tigthen underline
47+
%% Tighten underline.
4948
%%
5049
% \usepackage{soul}
51-
% \setuldepth{foobar}
50+
% \setuldepth{foobar}

0 commit comments

Comments
 (0)