Commit 7d835916 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

tune hyperlink colors

parent 66c11114
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
\usepackage{hyperref}
\usepackage{bookmark}   % better pdf bookmarks - build in one pass, more options (hyperref's bookmarks will be disabled)
\hypersetup{
    colorlinks = true,
    % TODO disable colors for printing
    linkcolor = RedViolet,
    citecolor = RedViolet,
    urlcolor = RoyalBlue,
    filecolor = RoyalBlue,
}

% better pdf bookmarks - build in one pass, more options (hyperref's bookmarks will be disabled)
\usepackage{bookmark}

% smart references
\usepackage[capitalize, noabbrev]{cleveref}
\usepackage[capitalize, noabbrev, nameinlink]{cleveref}

% tune references to subsubsections (which are all unnumbered due to \setsecnumdepth)
\newcounter{subsubsec}