doc-src/pdfsetup.sty
author wenzelm
Sat, 05 Jan 2002 01:17:14 +0100
changeset 12636 5069929098ab
parent 12561 8cf9d9a3a327
child 17698 e86cde1e5b12
permissions -rw-r--r--
\hfootref: use \url markup;
     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}