Commit e48c9e5f authored by Vladimír Štill's avatar Vladimír Štill
Browse files

Add support for links (using hyperref)

parent 8227238b
......@@ -29,6 +29,16 @@
% Define colours
\definecolor{blue-mu}{RGB}{0,39,118}
\definecolor{ref-dark-red}{rgb}{0.6,0.15,0.15}
\definecolor{ref-dark-green}{rgb}{0.15,0.4,0.15}
\definecolor{ref-medium-blue}{rgb}{0,0,0.5}
% setup hyperref
\RequirePackage[ colorlinks=true
, linkcolor={ref-dark-red}
, citecolor={ref-dark-green}
, urlcolor={ref-medium-blue}
]{hyperref}
% Define name strings and setting commands
\def\@colorProfile{}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment