doc-src/pdfsetup.sty
author paulson
Tue, 10 Feb 2004 12:17:04 +0100
changeset 14379 ea10a8c3e9cf
parent 12636 5069929098ab
child 17698 e86cde1e5b12
permissions -rw-r--r--
updated links to the old ftp site
     1 \message{pdfsetup.sty v0.1 11/7/2001}
     2 \@ifundefined{pdfoutput}{\message{No PDF output}%
     3   \usepackage{../url}%
     4   \newcommand{\hfootref}[2]{#2\footnote{\url{#1}}}}%
     5 {\message{Generating PDF output}%
     6   \usepackage{color}\definecolor{darkblue}{rgb}{0,0,0.5}%
     7   \usepackage[pdftex,colorlinks=true,linkcolor=darkblue,citecolor=darkblue,filecolor=darkblue,pagecolor=darkblue,urlcolor=darkblue]{hyperref}%
     8               %no a4paper because overall style sets this (not for Springer!)
     9   \newcommand{\hfootref}[2]{\href{#1}{#2}\footnote{\url{#1}}}%
    10   \gdef\fnote#1{\hyperpage{#1}n}%
    11   \gdef\bold#1{\textbf{\hyperpage{#1}}}}
    12 
    13 \urlstyle{rm}