| author | wenzelm |
| Thu, 15 May 2008 22:02:05 +0200 | |
| changeset 26917 | 1e5b8d0dd6c9 |
| parent 26915 | f086011617b0 |
| 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}
|