doc-src/pdfsetup.sty
author paulson
Thu, 20 Dec 2001 15:20:07 +0100
changeset 12561 8cf9d9a3a327
parent 12551 f44734e5e746
child 12636 5069929098ab
permissions -rw-r--r--
new hfootref macro for Web links
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@12561
     4
  \newcommand{\hfootref}[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@12561
     9
  \newcommand{\hfootref}[2]{\href{#1}{#2}\footnote{#1}}%
paulson@12561
    10
  \gdef\fnote#1{\hyperpage{#1}n}%
wenzelm@6643
    11
  \gdef\bold#1{\textbf{\hyperpage{#1}}}}
wenzelm@8891
    12
wenzelm@8891
    13
\urlstyle{rm}