|
9 | 9 | \newcommand{\todo}[1]{{\color{red}#1}} |
10 | 10 | \newcommand{\TODO}[1]{\textbf{\color{red}[TODO: #1]}} |
11 | 11 | %% |
12 | | -%% disable for camera ready / submission by uncommenting these lines |
| 12 | +%% Disable for camera ready / submission by uncommenting these lines: |
13 | 13 | %% |
14 | 14 | % \renewcommand{\TODO}[1]{} |
15 | 15 | % \renewcommand{\todo}[1]{#1} |
16 | 16 |
|
17 | 17 | %% |
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. |
20 | 20 | %% |
21 | 21 | % \usepackage{microtype} |
22 | 22 |
|
23 | 23 | %% |
24 | | -%% fine-tune paragraph spacing |
| 24 | +%% Fine-tune paragraph spacing. |
25 | 25 | %% |
26 | 26 | % \renewcommand{\paragraph}[1]{\vspace{.5em}\noindent\textbf{#1.}} |
27 | 27 |
|
28 | 28 | %% |
29 | | -%% globally adjusts space between figure and caption |
| 29 | +%% Globally adjusts space between figure and caption. |
30 | 30 | %% |
31 | 31 | % \setlength{\abovecaptionskip}{.5em} |
32 | 32 |
|
33 | | - |
34 | 33 | %% |
35 | 34 | %% 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. |
37 | 36 | %% |
38 | 37 | % \usepackage{xspace} |
39 | 38 | % \newcommand{\paper}{ProjectName\xspace} |
40 | 39 |
|
41 | 40 | %% |
42 | | -%% Commonly used math definitions |
| 41 | +%% Commonly used math definitions. |
43 | 42 | %% |
44 | 43 | % \DeclareMathOperator*{\argmin}{arg\,min} |
45 | 44 | % \DeclareMathOperator*{\argmax}{arg\,max} |
46 | 45 |
|
47 | 46 | %% |
48 | | -%% Tigthen underline |
| 47 | +%% Tighten underline. |
49 | 48 | %% |
50 | 49 | % \usepackage{soul} |
51 | | -% \setuldepth{foobar} |
| 50 | +% \setuldepth{foobar} |
0 commit comments