author | wenzelm |
Wed, 28 Sep 2005 15:13:02 +0200 | |
changeset 17698 | e86cde1e5b12 |
parent 17531 | 0bc8ae586a7c |
child 17725 | d3f55965bdbf |
permissions | -rw-r--r-- |
7736 | 1 |
%% |
17531 | 2 |
%% $Id$ |
7736 | 3 |
%% |
11570 | 4 |
%% smart url or hyperref setup |
7736 | 5 |
%% |
6 |
||
17698
e86cde1e5b12
more reliable check for PDF output using ifpdf.sty;
wenzelm
parents:
17531
diff
changeset
|
7 |
\RequirePackage{ifpdf} |
e86cde1e5b12
more reliable check for PDF output using ifpdf.sty;
wenzelm
parents:
17531
diff
changeset
|
8 |
\ifpdf |
e86cde1e5b12
more reliable check for PDF output using ifpdf.sty;
wenzelm
parents:
17531
diff
changeset
|
9 |
\usepackage{color}\definecolor{darkblue}{rgb}{0,0,0.5} |
11570 | 10 |
\usepackage[pdftex,a4paper,colorlinks=true,linkcolor=darkblue,citecolor=darkblue,filecolor=darkblue,pagecolor=darkblue,urlcolor=darkblue]{hyperref} |
17698
e86cde1e5b12
more reliable check for PDF output using ifpdf.sty;
wenzelm
parents:
17531
diff
changeset
|
11 |
\IfFileExists{thumbpdf.sty}{\usepackage{thumbpdf}}{} |
e86cde1e5b12
more reliable check for PDF output using ifpdf.sty;
wenzelm
parents:
17531
diff
changeset
|
12 |
\else |
e86cde1e5b12
more reliable check for PDF output using ifpdf.sty;
wenzelm
parents:
17531
diff
changeset
|
13 |
\usepackage{url} |
e86cde1e5b12
more reliable check for PDF output using ifpdf.sty;
wenzelm
parents:
17531
diff
changeset
|
14 |
\fi |