paulson@11409: \message{pdfsetup.sty v0.1 11/7/2001} paulson@12551: \@ifundefined{pdfoutput}{\message{No PDF output}% paulson@12551: \usepackage{../url}% paulson@12561: \newcommand{\hfootref}[2]{#2\footnote{#1}}}% paulson@11409: {\message{Generating PDF output}% wenzelm@11570: \usepackage{color}\definecolor{darkblue}{rgb}{0,0,0.5}% wenzelm@11570: \usepackage[pdftex,colorlinks=true,linkcolor=darkblue,citecolor=darkblue,filecolor=darkblue,pagecolor=darkblue,urlcolor=darkblue]{hyperref}% paulson@11413: %no a4paper because overall style sets this (not for Springer!) paulson@12561: \newcommand{\hfootref}[2]{\href{#1}{#2}\footnote{#1}}% paulson@12561: \gdef\fnote#1{\hyperpage{#1}n}% wenzelm@6643: \gdef\bold#1{\textbf{\hyperpage{#1}}}} wenzelm@8891: wenzelm@8891: \urlstyle{rm}