lib/texinputs/pdfsetup.sty
author nipkow
Tue, 05 Nov 2019 14:57:41 +0100
changeset 71033 c1b63124245c
parent 64401 7c780152985b
permissions -rw-r--r--
tuned
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7736
847cd420a928 conditional url/hyperref setup;
wenzelm
parents:
diff changeset
     1
%%
26915
f086011617b0 removed obsolete \ifpdfoutput;
wenzelm
parents: 26909
diff changeset
     2
%% default hyperref setup (both for pdf and dvi output)
7736
847cd420a928 conditional url/hyperref setup;
wenzelm
parents:
diff changeset
     3
%%
847cd420a928 conditional url/hyperref setup;
wenzelm
parents:
diff changeset
     4
26909
f42d638c5f07 load color/hyperref unconditionally;
wenzelm
parents: 17725
diff changeset
     5
\usepackage{color}
f42d638c5f07 load color/hyperref unconditionally;
wenzelm
parents: 17725
diff changeset
     6
\definecolor{linkcolor}{rgb}{0,0,0.5}
64401
7c780152985b pagecolor no longer exists;
wenzelm
parents: 29145
diff changeset
     7
\usepackage[colorlinks=true,linkcolor=linkcolor,citecolor=linkcolor,filecolor=linkcolor,urlcolor=linkcolor,pdfpagelabels]{hyperref}