Commit c355fdb7 authored by Martin Ukrop's avatar Martin Ukrop
Browse files

Merge branch 'hyperref' into 'master'

Add support for links (using hyperref)

See merge request xukrop/fi-thesis-report!9
parents 8227238b e48c9e5f
......@@ -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