doc-src/pdfsetup.sty
author wenzelm
Wed, 26 Sep 2001 20:34:22 +0200
changeset 11570 3e3b63fe1e48
parent 11413 e8095c2d3947
child 12551 f44734e5e746
permissions -rw-r--r--
use darkblue for all links;
paulson@11409
     1
\message{pdfsetup.sty v0.1 11/7/2001}
paulson@11409
     2
\@ifundefined{pdfoutput}{\message{No PDF output}\usepackage{../url}}
paulson@11409
     3
{\message{Generating PDF output}%
wenzelm@11570
     4
  \usepackage{color}\definecolor{darkblue}{rgb}{0,0,0.5}%
wenzelm@11570
     5
  \usepackage[pdftex,colorlinks=true,linkcolor=darkblue,citecolor=darkblue,filecolor=darkblue,pagecolor=darkblue,urlcolor=darkblue]{hyperref}%
paulson@11413
     6
              %no a4paper because overall style sets this (not for Springer!)
paulson@11409
     7
  \gdef\fnote#1{\hyperpage{#1}n}
wenzelm@6643
     8
  \gdef\bold#1{\textbf{\hyperpage{#1}}}}
wenzelm@8891
     9
wenzelm@8891
    10
\urlstyle{rm}