Skip to content

Commit

Permalink
Use cvprblue color for all hyperlinks (#37)
Browse files Browse the repository at this point in the history
* Set hyperref to use cvprblue color for all references.
* Make all colors cvprblue in rebuttal.
  • Loading branch information
igkiou authored Sep 11, 2024
1 parent 40a1288 commit 3dbd193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
% If you comment hyperref and then uncomment it, you should delete *.aux before re-running LaTeX.
% (Or just hit 'q' on the first LaTeX run, let it finish, and you should be clear).
\definecolor{cvprblue}{rgb}{0.21,0.49,0.74}
\usepackage[pagebackref,breaklinks,colorlinks,citecolor=cvprblue]{hyperref}
\usepackage[pagebackref,breaklinks,colorlinks,allcolors=cvprblue]{hyperref}

%%%%%%%%% PAPER ID - PLEASE UPDATE
\def\paperID{*****} % *** Enter the Paper ID here
Expand Down
2 changes: 1 addition & 1 deletion rebuttal.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
% egpaper.aux before re-running latex. (Or just hit 'q' on the first latex
% run, let it finish, and you should be clear).
\definecolor{cvprblue}{rgb}{0.21,0.49,0.74}
\usepackage[pagebackref,breaklinks,colorlinks,citecolor=cvprblue]{hyperref}
\usepackage[pagebackref,breaklinks,colorlinks,allcolors=cvprblue]{hyperref}

% If you wish to avoid re-using figure, table, and equation numbers from
% the main paper, please uncomment the following and change the numbers
Expand Down

0 comments on commit 3dbd193

Please sign in to comment.