lib/texinputs/pdfsetup.sty
author ballarin
Tue, 29 Sep 2009 22:15:54 +0200
changeset 32804 ca430e6aee1c
parent 29145 b1c6f4563df7
child 64401 7c780152985b
permissions -rw-r--r--
Propagation of mixins for interpretation; reactivated diagnostic command print_interps.
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}
26917
1e5b8d0dd6c9 removed unnecessary/untrusive a4paper option;
wenzelm
parents: 26915
diff changeset
     7
\usepackage[colorlinks=true,linkcolor=linkcolor,citecolor=linkcolor,filecolor=linkcolor,pagecolor=linkcolor,urlcolor=linkcolor]{hyperref}