author | wenzelm |
Sat, 23 Aug 2008 19:42:16 +0200 | |
changeset 27962 | 28a306e675ba |
parent 26917 | 1e5b8d0dd6c9 |
child 29145 | b1c6f4563df7 |
permissions | -rw-r--r-- |
7736 | 1 |
%% |
17531 | 2 |
%% $Id$ |
7736 | 3 |
%% |
26915 | 4 |
%% default hyperref setup (both for pdf and dvi output) |
7736 | 5 |
%% |
6 |
||
26909 | 7 |
\usepackage{color} |
8 |
\definecolor{linkcolor}{rgb}{0,0,0.5} |
|
26917 | 9 |
\usepackage[colorlinks=true,linkcolor=linkcolor,citecolor=linkcolor,filecolor=linkcolor,pagecolor=linkcolor,urlcolor=linkcolor]{hyperref} |