doc-src/pdfsetup.sty
author paulson
Wed, 19 Dec 2001 11:07:38 +0100
changeset 12551 f44734e5e746
parent 11570 3e3b63fe1e48
child 12561 8cf9d9a3a327
permissions -rw-r--r--
hyperlinks in DVI mode
paulson@11409
     1
\message{pdfsetup.sty v0.1 11/7/2001}
paulson@12551
     2
\@ifundefined{pdfoutput}{\message{No PDF output}%
paulson@12551
     3
  \usepackage{../url}%
paulson@12551
     4
  \newcommand{\href}[2]{#2\footnote{#1}}}%
paulson@11409
     5
{\message{Generating PDF output}%
wenzelm@11570
     6
  \usepackage{color}\definecolor{darkblue}{rgb}{0,0,0.5}%
wenzelm@11570
     7
  \usepackage[pdftex,colorlinks=true,linkcolor=darkblue,citecolor=darkblue,filecolor=darkblue,pagecolor=darkblue,urlcolor=darkblue]{hyperref}%
paulson@11413
     8
              %no a4paper because overall style sets this (not for Springer!)
paulson@11409
     9
  \gdef\fnote#1{\hyperpage{#1}n}
wenzelm@6643
    10
  \gdef\bold#1{\textbf{\hyperpage{#1}}}}
wenzelm@8891
    11
wenzelm@8891
    12
\urlstyle{rm}