| author | wenzelm |
| Tue, 16 Oct 2001 00:50:23 +0200 | |
| changeset 11797 | 1e29b79db3dc |
| 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}}{}}
|