author | wenzelm |
Wed, 07 Nov 2001 18:16:54 +0100 | |
changeset 12090 | e70c7350851c |
parent 11570 | 3e3b63fe1e48 |
child 14981 | e73f8140af78 |
permissions | -rw-r--r-- |
7736 | 1 |
%% |
9818 | 2 |
%% Author: Markus Wenzel, TU Muenchen |
3 |
%% License: GPL (GNU GENERAL PUBLIC LICENSE) |
|
7736 | 4 |
%% |
11570 | 5 |
%% smart url or hyperref setup |
7736 | 6 |
%% |
7 |
||
11570 | 8 |
\@ifundefined{pdfoutput} |
9 |
{\usepackage{url}} |
|
10 |
{\usepackage{color}\definecolor{darkblue}{rgb}{0,0,0.5} |
|
11 |
\usepackage[pdftex,a4paper,colorlinks=true,linkcolor=darkblue,citecolor=darkblue,filecolor=darkblue,pagecolor=darkblue,urlcolor=darkblue]{hyperref} |
|
7868 | 12 |
\IfFileExists{thumbpdf.sty}{\usepackage{thumbpdf}}{}} |